@charset "utf-8";

img, div {behavior:url(../iepngfix.htc);}

html, body {
	height:auto;
	margin:0;
	padding:0;
	background-color:#515151;
}

/******************************************* COLORS USED *******************************************/
/*
	RED:			#942423
	GRAY-LIGHT:		#ECECEC
	GRAY-DARK:		#515151
	BLACK: 			#000000
	WHITE: 			#FFFFFF
*/

/******************************************* CELL STYLES *******************************************/

#mainShell{
	width:100%;
	overflow:auto;
}
#topBar{
	width:100%;
	height:25px;
	background-color:#942423;
}
#headerShell{
	width:100%;
	height:122px;
	background-color:#FFFFFF;
	border-bottom:1px solid #ECECEC;
}
#headerContent{
	width:900px;
	height:122px;
	margin:0 auto 0 auto;
}
#logo{
	float:left;
	display:inline;
}
#menu{
	width:620px;
	height:122px;
	text-align:right;
	float:left;
	display:inline;
}
#rotaterShell{
	width:100%;
	height:277px;
	background-color:#ECECEC;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
#rotaterContent{
	width:900px;
	height:277px;
	margin:0 auto 0 auto;
}
#bodyShell{
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	border-top:1px solid #ECECEC;
	border-bottom:1px solid #515151;
	overflow:auto;
}
#bodyContent{
	width:900px;
	height:auto;
	margin:0 auto 0 auto;
	padding:10px 0 20px 0;
	overflow:auto;
}
#body1{
	width:504px;
	margin:10px;
	float:left;
}
#body2{
	width:356px;
	margin:0 0 10px 10px;
	float:right;
	display:inline;
}
#body2Top{
	height:47px;
	background-image:url(../images/bodySecondary-top.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
}
#body2Middle{
	padding:0 15px 0 15px;
	background-color:#ECECEC;
}
#body2Bottom{
	height:22px;
	background-image:url(../images/bodySecondary-bottom.jpg);
	background-repeat:no-repeat;
}
#bodySolo{
	width:880px;
	margin:10px;
}
#numberAlign{
	height:48px;
}
#footerShell{
	width:100%;
	overflow:auto;
	border-top:1px solid #FFFFFF;
}
#footerContent{
	width:860px;
	height:70px;
	margin:0 auto 0 auto;
	padding:20px;
	overflow:auto;
}
#footer1{
	width:300px;
	float:left;
}
#footer2{
	width:550px;
	float:right;
	text-align:right;
}
#footerMenu{
	margin:0;
	padding:0;
}
#footerMenu li{
	display: inline;
	list-style-type: none;
	border-right:solid #FFFFFF 1px;
	margin:0;
	padding:0 10px 0 10px;
}
#mainMenu{
	margin:0;
	padding:50px 0 0 0;
}
#mainMenu li{
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0 22px 0 22px;
}
#hr{
	width:500px;
	margin:20px 0 20px 0;
}
#hr2{
	width:99%;
	margin:20px 0 20px 0;
}
/******************************************* FONT STYLES *******************************************/

.body {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	line-height:20px;
	color: #000000;
}
.bodyBolded {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	line-height:20px;
	color: #000000;
}
.body2 {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	line-height:20px;
	color: #515151;
}
.body2Bolded {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	line-height:20px;
	color: #515151;
}
.bodyHeader {
	font-size: 18px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	line-height:20px;
	color: #942423;
}
.bodyHeader2 {
	font-size: 20px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	line-height:24px;
	color: #000000;
}
.bodyHeader3 {
	font-size: 18px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	line-height:20px;
	color: #FFFFFF;
}
.mainMenu {
	font-size: 18px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	line-height:20px;
	color: #515151;
}
.menu {
	font-size: 16px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-style:italic;
	font-weight:bold;
	color: #515151;
}
.footer {
	font-size: 11px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	color: #FFFFFF;
}

/******************************************* LINK STYLES *******************************************/

a:link {
	color:#942423;
	text-decoration:underline;
}
a:visited {
	color:#515151;
	text-decoration:underline;
}
a:hover {
	color:#515151;
	text-decoration:underline;
}
a:active {
	color:#942423;
	text-decoration:underline;
}
a.footerLink:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.footerLink:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.footerLink:hover {
	color:#ECECEC;
	text-decoration:underline;
}
a.footerLink:active {
	color:#FFFFFF;
	text-decoration:none;
}
a.mainMenuLink:link {
	color:#515151;
	text-decoration:none;
}
a.mainMenuLink:visited {
	color:#515151;
	text-decoration:none;
}
a.mainMenuLink:hover {
	color:#942423;
	text-decoration:none;
}
a.mainMenuLink:active {
	color:#515151;
	text-decoration:none;
}
a img {
	border:none;
}

/******************************************* IMAGE STYLES *******************************************/

.imgBorder {
	padding:5px;
	margin:0 10px 0 10px;
	border:1px solid #515151;
}
.imgMap {
	border:1px solid #515151;
}
.imgHeadingSpacing {
	margin:0 4px -1px 0;
}
.bulletSpacing {
	margin: 3px;
}
.logoSpacing {
	margin: 0 0 0 25px;
}
.numberSpacing {
	margin: 0 20px 0 0;
}
