@charset "utf-8";
.style1 {font-size: 10pt}

/* CSS Document */
body{
	margin:0;
	padding:0;
	background:#00519D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}
.topBg{background:url(../images/top-bg.png) repeat-x top;}
.bottomBg{background:url(../images/bottom-bg.png) repeat-x bottom #FFFFFF; }

#pageArea{width:990px;}
#pageHeader{
	background:url(../images/header.png) no-repeat;
	height:134px;
	z-index: 1;
}

a:link, a:visited{color:#0055A5;}
a:hover{color:#ED1C24;}

#mainMenu{
	font-family:Impact, Charcoal, Sans-serif;
	font-size:11pt;
	list-style:none;
	background:url(../images/menu-bar-bg.gif) no-repeat;
	width:643px;
	height:33px;
	margin:0;
	padding:0 0 10px 5px;
	float:left;
	color:#231F20;
}
#mainMenu li{
	display:inline;
	float:left;
	padding:3px 16px 0 13px;
}
#mainMenu a:link, #mainMenu a:visited{color:#231F20; text-decoration:none;}
#mainMenu a:hover{color:#ED1C24;}

#pageContent{background:url(../images/slogan-content-bg.png) no-repeat top right; float:right; width:662px; padding:0 10px 10px 0; text-align:left;}
#leftBanner{
	float:left;
	width:316px;
	background:#28211B url(../images/73979748_22.jpg) no-repeat scroll center top;
	height:660px;
	min-height: 550px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
}

.lwTitle{
	background:url(../images/large-window-title-bg.gif) no-repeat;
	width:620px;
	height:24px;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
	padding:7px 0 0 10px;
	margin-left:10px;
}
.lwBg{
	background:url(../images/large-window-content-bg.gif) repeat-y;
	margin-left:10px;
	width:620px;
}
.lwContent{
	background:url(../images/large-window-top-bg.gif) no-repeat top;
	padding:5px 10px 10px;
	min-height:350px;
	color:#231F20;
	vertical-align: top;
}
.lwBottom{
	background:url(../images/large-window-bottom-bg.gif) no-repeat bottom;
	height:13px;
	width:620px;
	margin-left:10px;
}

.swTitle{
	background:url(../images/small-window-title-bg.gif) no-repeat;
	width:286px;
	height:24px;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
	padding:7px 0 0 20px;
	text-transform: uppercase;
}
.swBg{background:url(../images/small-window-content-bg.gif) repeat-y; width:306px;}
.swContent{background:url(../images/small-window-top-bg.gif) no-repeat top; padding:10px; min-height:60px; color:#808285;}
.swBottom{background:url(../images/small-window-bottom-bg.gif) no-repeat bottom; height:10px; width:306px;}


#pageFooter{
	height:45px;
	color:#FFFFFF;
	padding:15px 30px 0 20px;
	text-align:left;
}
#pageFooter a:link, #pageFooter a:visited{ color:#FFFFFF; text-decoration:none; font-family:Impact, Charcoal, Sans-serif;}
#pageFooter a:hover{color:#ED1C24;}

#footerMenu{
	font-size:10pt;
	list-style:none;
	width:643px;
	margin:0;
	padding:0 0 5px 5px;
	float:right;
	color:#FFFFFF;
}
#footerMenu li{
	display:inline;
	float:left;
	padding:0 5px 0 10px;
}
.tinyurlname {
	font-size: 10px;
	text-decoration: none;
}

