@charset "utf-8";
/* CSS Document */
body{
	font-family:Tahoma;
	font-size:11px;
	padding:0px;
	margin:0px;
}
#mainDiv{
	width:1000px;
	margin:0px auto 0px auto;
	text-align:justify;
}
#tblLayout{
	width:1000px;
	padding:0px;
	border-collapse:collapse;
}
#topBar{
	background-color:#000000;
	height:10px;
}
#logoCell{
	width:192px;
	text-align:center;
}
#menuLink{
	text-decoration:none;
	color:#000000;
}
#orangeText{
	color:#ee7e08;
}
#orangeLink{
	text-decoration:none;
	color:#ee7e08;
}
ul{
	margin:7px;
	margin-left:-17px;
}
li{
	margin-bottom:3px;
}
a{
	text-decoration:none;
	color:#4d69cc;
}
a:hover{
	text-decoration:underline;	
}
#rhsImg{
	width:300px;
	background-color:#000000;
	text-align:center;
	color:#ffffff;
	margin-left:10px;
}
#leftmenuContainer{
	border-top:solid 1px #999999;
	vertical-align:top;
}
#siteContent{
	height:17px;
	background-color:#000000;
	font-size:12px;
	color:#ee7e08;
	font-weight:bold;
	padding:13px 20px 10px 20px;
}
#mainCell{
	vertical-align:top;
	border-left:solid 1px #999999;
}
#mainCellDiv{
	padding:20px 0px 0px 20px;
}
#repeatingBar{
	background-image:url(../images/bar.gif);
	background-repeat:repeat-x;
}
#footerRow{
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-color:#445283;
}
#footerTd{
	height:100px;
	color:#ffffff;
}
#sitemapDiv{
	float:right;
	width:152px;
	padding:20px;
	padding-top:10px;
	height:80px; 
	border-left:solid 1px #999999;
}
#whiteLink{
	color:#ffffff;
}
#footerContainer{
	width:805px;
	height:100px;
}
#editableFooter{
	float:right;
	width:572px;
	height:60px;
	padding:20px;
	padding-top:10px;
}
#editableFooter a{
	text-decoration:none;
	color:#ffffff;
}
#editableFooter a:hover{
	text-decoration:underline;	
}
#addressDiv{
	width:152px;
	padding:20px;
	padding-top:10px;
	height:100px;
	border-right:solid 1px #999999;
	float:left;
}
#taRight{ text-align:right; }
.error {
border-top:1px solid #FE0000;
border-bottom:1px solid #FE0000;
color:#FE0000;
background-color:#FFCCCB;
margin-bottom:5px;
font-weight:bold; 
font-size:95%;
text-align:center;
}
.success {
border-top:1px solid #7BAB09;
border-bottom:1px solid #7BAB09;
background-color:#EEF7E4;
color:#7AAB09;
margin-bottom:5px;
font-weight:bold; 
font-size:95%;
text-align:center;
}
h1{
	font-size:12px;
	color:#ee7e08;
	margin:0px;
}