@charset "utf-8";
/* CSS Document */
/*splash screen styles*/
#splashDiv{width:350px; height:130px; position:absolute; top:50%; left:50%; margin-left:-175px; margin-top:-98px;}
#splashFooter{width:95%; position:absolute; bottom:0px; font-size:10px; text-align:center; padding:20px; color:#800000;}
/*common css*/
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;

	}
a{
text-decoration:none;
}
#header{
	width:100%;
	height:205px;
	}
#headerbar1{
	height:68px;
	background:#800000;
	margin-bottom:2px;
	}
a .privateaccess {
	position:absolute; right:1em; top:22px; 
	display:block; color:#800000; background-color:#FFF;
	padding:2px 2px 2px 5px; 
	font-size:14px; text-decoration:none;
	cursor:pointer;
	}
.privateaccess .go{
	cursor:pointer;
	background-color:#800000;color:#fff; text-decoration:none;
	}
#headerbar2{
	background:#A46D36;
	height:136px;
	}
.mainlinksTable{
	margin-top:66px; width:99%;
	}

.mainLinks a {
	  border:2px solid #FFF;
	  height:30px; 
	  width:136px;
	  font-size:14px; 
	  vertical-align:middle;
	  text-align:center; 
	  display:block;
	  line-height:28px; 
	  color:#FFF;
	  /*margin:0 auto; */
	  overflow:hidden;
		}
.mainLinksHome a {
	  border:2px solid #FFF;
	  height:30px; 
	  width:136px;
	  font-size:14px;	
	  text-align:center; 
	  display:block;
	  line-height:28px; 
	  color:#FFF;
	  /*margin-left:10px;*/ 
	  overflow:hidden;
	}
.mainLinks a:hover, .mainLinksHome a:hover{
	  background:#800000;
	}
a.actv{
	background:#800000;
	}
#logoHeader{
	position:absolute;
	left:0px; top:0px; 
	background:#FFF; 
	z-index:500;
	background:url(../images/headLogo.gif) no-repeat;
	width:442px; 
	height:102px;
	cursor:pointer;
	}
#leftSide{
	width:150px; 
	text-align:right;
	height:345px;
	padding-top:10px;
	border-right:1px solid #000 
	}
#leftSide a{
	line-height:25px; width:134px; 
	text-align:left; 
	display:block;
	border:1px solid #000; 
	font-size:12px; 
	color:#800000; 
	text-decoration:none; 
	padding-left:5px;
	margin:-1px -1px 0px auto;
	}
#rightSide{
	margin:0px 25px 10px 190px;
	}
#rightSide .keyimage{
	width:100%; 
	text-align:left; 
	margin:20px 0px 10px 0px; 
	overflow:hidden;
	}

#rightSide a:hover{
	color:#000;
	}

.headding1{
	font-size:14px; 
	font-weight:bold;
	margin:10px 0px 10px 0px;
	}
	
.headding2{
	font-size:14px; 
	margin:10px 0px 10px 0px;
	}
	
.para1{
	font-size:12px;
	margin:5px 0px 5px 0px;
	text-align:justify;
	}
.para2{
	font-size:14px;
	margin:5px 0px 5px 0px;
	text-align:justify;
	}	

#footer{
	clear:both;
	background-color:#FFF; 
	font-size:10px; 
	color:#800000; 
	text-align:left; 
	padding:10px 0px 10px 340px;
	}
.popupTitle{
	background:#800000;
	color:#FFF; font-size:12px; font-weight:bold;
	}

#loginDIV{
	position:absolute;
	width:120px; height:150px; background-color:#FF0;
	}
form{
	font-size:12px;
	line-height:12px;
	font-weight: bold;
	}
#login_response{
	font-size:11px; color:#f00; padding:3px; font-weight: normal;
	}
input{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;}
.docLinkDiv{
	background:url(../images/pdficon.gif) no-repeat bottom left;
	padding:0px 0px 0px 25px; line-height:38px; height:25px; margin-top:10px;
	}

