@charset "utf-8";
/* CSS Document */
body{
	font-family:Tahoma,Helvetica;
	font-size:11px;
	padding:0px;
	margin:0px;
	color:#666666;
}
#mainDiv{
	width:976px;
	margin:30px auto 0px auto;
	text-align:justify;
}
#tblLayout{
	width:976px;
	padding:0px;
	border-collapse:collapse;
}
#topBar{
	background-color:#442683;
	height:10px;
}
#logoCell{
	width:222px;
	text-align:center;
	background-color:#ffffff;
}
.AmenuLink{
	text-decoration:none;
	color:#e44c27;
}
.menuLink{
	text-decoration:none;
	color:#666666;
}
.menuLink a:hover{
	color:#e44c27;
	text-decoration:none;
}
#orangeText{
	color:#e44c27;
}
#orangeLink{
	text-decoration:none;
	color:#e44c27;
}
ul{
	margin:7px;
	margin-left:-17px;
}
li{
	margin-bottom:3px;
}
a{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;	
}
#rhsImg{
	background-color:#000000;
	text-align:center;
	color:#ffffff;
	margin-left:10px;
}
#leftmenuContainer{
	border-top:solid 1px #dedfe0;
	vertical-align:top;
	background-color:#ffffff;
	padding-top:15px;
	padding-bottom:10px;
	font-size:11px;
}
#siteContent{
	height:19px;
	background-color:#000000;
	font-size:12px;
	color:#ee7e08;
	padding-left:20px;
	padding-top:5px;
	font-weight:bold;
}
#mainCell{
	vertical-align:top;
	border-left:solid 1px #dedfe0;
	background-color:#ffffff;
	line-height:150%;
}
#mainCellDiv{
	padding:0px 0px 0px 20px;
}
#repeatingBar{
	background-image:url(../images/newbar.gif);
	background-repeat:repeat-x;
	height:28px;
}
#footerRow{
	background-color:#442683;
}
#footerTd{
	height:160px;
	vertical-align:top;
	color:#ffffff;
}
#sitemapDiv{
	float:right;
	width:100px;
	padding:10px;
	padding-top:10px;
	height:140px; 
	border-left:solid 1px #999999;
}
#whiteLink{
	color:#ffffff;
}
#footerContainer{
	width:835px;
	height:160px;
}
#editableFooter{
	float:right;
	width:568px;
	height:130px;
	padding:20px;
	padding-top:10px;
}
#editableFooter a{
	text-decoration:none;
	color:#ffffff;
}
#editableFooter a:hover{
	text-decoration:underline;	
}
#addressDiv{
	width:192px;
	padding:10px;
	padding-left:20px;
	height:140px;
	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:#e44c27;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
h2{
	font-size:11px;
	color:#FFFF66;
	margin:0px;
}
#dots{
	height:3px;
	background-image:url(../images/dots.gif);
	background-repeat:repeat-x;
	margin:5px 0px 5px 0px;
}
#editableFooter a{
	color:#999999;
}