@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/siteImages/common/main/bg.gif);
	background-repeat: repeat-x;
}

#Main {
	position:relative;
	left:0px;
	top:0px;
	width:826px;
	z-index:1;
	border-right:#fefee5 5px solid;
	border-bottom:#fefee5 5px solid;
	height: 459px;
}
#topMenu {
	position:absolute;
	left:206px;
	top:0px;
	width:594px;
	height:45px;
	z-index:2;

}
#bottomMenu {
	position:absolute;
	left:0px;
	top:327px;
	width:826px;
	z-index:3;
	background-image: url(/siteImages/common/main/bg_bottom_icon_bar.gif);
	border-top:#fefee5 1px solid;
	background-repeat: repeat-x;
}
#bottomMain01 {
	left:0px;
	top:0px;
	width:148px;
	height:126px;
	z-index:4;
	border-right:#99a3ac 1px solid;
	padding-left:10px;
	padding-right:10px;
	
}
#bottomMain02 {
	position:absolute;
	left:168px;
	top:0px;
	height:126px;
	z-index:5;
	padding-left:10px;
	padding-right:10px;
	border-right:#99a3ac 1px solid;	
	border-left:#3a5469 1px solid;
}
#bottomMain03 {
	position:absolute;
	left:381px;
	top:0px;
	height:126px;
	z-index:6;
	padding-left:10px;
	padding-right:40px;
	border-right:#99a3ac 1px solid;	
	border-left:#3a5469 1px solid;
}
#bottomMain04 {
	position:absolute;
	left:659px;
	top:0px;
	height:126px;
	z-index:7;
	padding-left:0px;
	padding-right:0px;
	/*---border-right:#99a3ac 1px solid;	--*/
	border-left:#3a5469 1px solid;
}

/*--- Footer ---*/

#footer {
	position:relative;
	left:170px;
	top:400px;
	width:500px;
	z-index:8;
	clear: both;
	margin: 0;
	padding: 10px 0 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: #FF0000 1px solid;
}
#footerLogo {
	position:absolute;
	width:150px;
	left:-167px;
	top:470px;
	z-index:9;
	clear: both;
	margin: 0;
	padding: 10px 0 0 15px;
	border: #FF0000 1px solid;
}


.footerText a:hover, .footerText a:active{
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
	color:#000;
}
.footerText a:link, .footerText a:visited{
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
	text-decoration: none;
	color:#666;
}
.footerText p{ margin: 3px 0 0 0; padding: 0; color: #000; }

/*--- Side Menu ---*/
.sideMenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-bottom:3px;
}

.sideMenuText a:hover, .sideMenuText a:active{
	text-decoration: none;
	color:#FFCC00;
}
.sideMenuText a:link, .sideMenuText a:visited{
	text-decoration: none;
	color:#fff;
}
/*--- Content ---*/
.content {
	padding-left:10px;
	padding-right:10px;
}
.content h1 {
	background-color: transparent;
	margin:0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	font-family: Arial;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	letter-spacing:-1px;
}
.content p {
	background-color: transparent;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	font-family: Arial;
}

.content li {
	background-color: transparent;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	font-family: Arial;
}

.content {
	background-color: transparent;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-family: Arial;
}
.formTextsmall {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-family: Arial;
}

.subHeadingBlock {
	background-color: #8DA7BC;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial;
}

.contentHighlight {
	color: #990000;
	font-weight: bold;
}

/*--- Site Map ---*/
.siteMapTitles {
	background-color: transparent;
	margin:0;
	font-size: 20px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	font-family: Arial;
	padding-top:10px;
	padding-bottom:0px;
	border-bottom: #FF9900 3px solid;
	letter-spacing:-1px;
}
.siteMapText {
	background-color: transparent;
	margin:0;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	font-family: Arial;
	padding-top:5px;
	padding-bottom:0px;
	border-bottom: #999999 1px dotted;
}
.siteMapText a:link,.siteMapText  a:visited{
	text-decoration:none;	
	color: #666666;
}
.siteMapText a:active,.siteMapText  a:hover{
	text-decoration:none;	
	color:#990000;
}


/*--- Side Panel ---*/
.sidePanel {
	padding-left:10px;
	padding-right:10px;
	font-size: 10px;
	color: #333333;
	font-family: Arial;
}

/* --- Link Styles -- */
a:link {
	font-weight: normal;
	color: #990033;
	text-decoration: none;
}
a:visited {
	color: #990033;
	text-decoration: none;
	font-weight: normal;

}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;

}
a:active {
	color: #990033;
	text-decoration: none;
	font-weight: normal;

}