﻿body{
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #685729;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}
textarea{
	font-family: inherit;
	font-size: inherit;
}
body, div, td, tr{
	margin: 0;
	padding: 0;
}
#wholePageBox{
	width: 880px;
	padding: 10px;
	margin: 15px auto 15px auto;
	background-color: White;
}
table#wholePageTable{
	table-layout: fixed;
	width: 880px;
	border-collapse: separate;
}
.wptr{
	border-top: 10px white solid;
}
td{
	vertical-align: top;
}
td#header{
	height: 115px;
	background-image: url(img/Header.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
#header a img{
	border: 1px transparent solid;
	margin-left: 30px;
}
#header a:hover img{
	border: 1px solid #917e49;
}
.leftSide{
	width: 200px;
}
.centerSide{
	width: 470px;
}
.rightSide{
	width: 210px;
}
#mainMenu{
	background-color: #720028;
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
}
#mainMenu ul{
	list-style-type: none;
	margin: 30px 10px 10px 10px;
	padding: 0;
}
#mainMenu ul li{
	margin: 0;
	border-bottom: #ec99b4 solid 1px;
	padding: 8px;
	padding-left: 10px;
}
#mainMenu ul li.last{
	border-bottom: none;
}
#mainMenu ul li a{
	font-weight: bold;
	letter-spacing: -0.5px;
	color: White;
	text-transform: uppercase;
	text-decoration: none;
}
#mainMenu ul li a:hover{
	color: #917e49;
}
#intro{
	height: 305px;
	width: 670px; 
}
.splitRow{
	height: 10px;
}
#centerBox{
	margin: 0 10px 0 10px;
	background-image: url(img/CenterBack.png);
	background-repeat: repeat-x;
	padding: 5px 15px 5px 15px;
	color: #544419;
}
h1, h2, h3, h4, h5, h6{
	margin: .35em 0 .55em 0;
}
h1{
	font-size: 200%;
}
h2{
	font-size: 150%
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
#centerBox h1{
	color: #940031;
	font-family: Trebuchet MS, Sans-Serif;
	letter-spacing: -0.5px;
	font-weight: normal;
}
#rightBar{
	background-color: #c8bc9a;
	border-bottom: 24px solid #917e49;
	color: #544419;
	font-size: 86%;
}
.rightBox{
	margin: 0 20px 0 20px;
}
#rightBar a{
	color: #720028;
	text-decoration: none;
}
#rightBar a:hover{
	text-decoration: underline;
}
#subLeftSplit{
	height: 10px;
	background-color: White;
}
#leftBox{
	background-color: #484848;
	padding: 20px;
	color: White;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 75%;
}
#leftBox b{
	font-size: 115%;
}
#leftBox a{
	color: White;
	text-decoration: none;
}
#leftBox a:hover{
	text-decoration: underline;
}
#footer{
	background-color: #7f7f7f;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 86%;
	font-weight: bold;
}
#links{
	color: White;
	margin: 20px 20px 10px 20px;
}
#links a{
	color: White;
	text-transform: uppercase;
	text-decoration: none;
}
#links a:hover{
	text-decoration: underline;
}
#copy{
	margin: 10px 20px 10px 20px;
	color: #c9c9c9;
}
.mainBottomRow{
	height: 4px;
	padding: 0;
	margin: 0;
	background-color: #917e49;
}
#leftMarginBox{
	margin: 0 0 0 10px;
}
#mainHeader{
	background-color: #cf225f;
	text-align: right;
	padding: 4px 20px 4px 0;
	margin: 0 0 10px 0;
	color: White;
	font-family: Arial Black, Helvetica, Sans-Serif; 
}
#mainTopLine{
	margin: 0;
	height: 9px;
	background-color: #720028;
	border: none;
}
#mainContentBox{
	margin: 30px 20px 10px 20px;
	color: #544419;
}
#mainContentBox h2{
	margin: 0;
	padding: 0;
}
#mainContentBox p{
	margin: 0 0 10px 0;
}
#mainContentBox a{
	color: #544419;
	text-decoration: underline;
}
#mainContentBox a:hover{
	color: Red;
	text-decoration: none;
}
