/* CSS Document */


/* Layout */
html,body{
	background-color:#D9DEE1;
	font-family:"trebuchet MS", verdana, helvetica, sans-serif; 
	font-size:9pt;
	padding:0px;
	margin:0px;		
}

#wrapper{
	width:800px;		
	min-height:100%;
	height:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

html>body #wrapper{
	height:auto;
}

#wrapper #footer{
	clear:both;
	position:relative;
	background-color:#993400;
	color:#FFFFFF;		
	text-align:center;
	padding:2px 0px 2px 0px;
	height:20px;
	margin:20px 0px 0px 0px;	
}


/* Master Layout Ends Here */


#footer #footerLinks{
	float:left;
	width:50%;
	text-align:left;
	padding:0px 0px 0px 5px;
}

#footerLinks a:link,#footerLinks a:active,#footerLinks a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#footerLinks a:hover{
	text-decoration:underline;
}


#footer #copyRight{
	float:right;
	text-align:right;
	padding:0px 5px 0px 0px;
	font-size:8pt;
}

/* Tob Band */
#wrapper #topMenu{		
	height:40px;
	background:url(../images/common/logo.jpg) no-repeat top left;
	color:#FFFFFF;	
	background-color:#993400;
}

#topMenu #topLinks{
	float:right;
	width:170px;
	color:#FFFFFF;
	margin:20px 0px 0px 0px;	
}

#topLinks a:link,#topLinks a:visited,#topLinks a:active{
	color:#FFFFFF;
	text-decoration:none;
}
#topLinks a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


#wrapper #pageTitle{
	height:80px;
	background:#666666;
	border-top:1px solid #FFFFFF;
}



/* Body Layout */

#wrapper #bodyLayout{
	clear:both;
	margin:0px 0px 50px 0px;	
	padding:0px 10px 10px 10px;
	height:auto;
}

#bodyLayout img{
	padding:20px;
	margin:20px 0px 20px 10px;
}
#wrapper #pageMenu{
	border-bottom:1px solid #993400;
	margin-top:10px;
}

#pageMenu #nav {	
	background:#FFFFFF; 
	padding:5px 10px;
	margin: 0;
  	list-style: none; 
	font: bold 0.8em Verdana, sans-serif;
}
	
#nav li {
	display: inline;
	border:1px solid #993400;
	border-bottom:0px;
	margin-right:5px;
}

#nav li a{padding: 2px 10px; text-decoration:none;}
#nav li a:link {color:#130D53;}
#nav li a:visited {color:#130D53;}
#nav li a:hover{padding: 2px 10px;color:#FFFFFF; background-color:#993400;}

#nav #current{
	background-color:#993400;
	color:#FFFFFF;
	
}

form{
	padding:0px;
	margin:0px;
}

#bodyLayout a{
	color:#130D53;
	text-decoration:none;
	font-weight:bold;
}

#bodyLayout a:hover{
	text-decoration:underline;
}

#wrapper #optionNav{	
	text-align:left;	
	padding:5px;
}



#bodyLayout h1{
	margin:0px;
	padding:5px 0px 0px 0px;
	font-size:14pt;
	color:#993400;
}

#bodyLayout h2{
	margin:0px;
	padding:5px 0px 0px 0px;
	font-size:11pt;
	color:#993400;
}

#bodyLayout h3{
	margin:0px;
	padding:5px 0px 0px 0px;
	font-size:10pt;
	color:#993400;
}

#bodyLayout h4{
	margin:0px;
	padding:5px 0px 0px 0px;
	font-size:9pt;
	color:#993400;
}

#bodyLayout .featuretext{
	color:#993400;
	font-weight: bold;
}

/*Home Page Element */

#wrapper #bandTop{
	clear:both;
	border-bottom:1px solid #993400;
	height:214px;
	font-size:10pt;
	font-weight:bold;
}

#bandTop #bandLeftBlock{
	float:left;
	width:299px;	
	background-color:#ffffff;
}



#bandLeftBlock label{
	clear:both;
	float:left;
	width:42%;
	text-align:center;	
}

#bandTop #bandrightBlock{
	float:left;
	width:500px;
	padding:0px;
	margin:0px;
}

img{
	padding:0px;
	margin:0px;
}


#bodyLayout #homeBlock{
	position:relative;
	margin:20px 0px 0px 0px;

}

#bodyLayout #homeBlock img{
	padding:0px;
	margin:0px;
}

.homeBlock p{
	padding:0px;
	margin:0px;
	margin:5px 0px 0px 0px;
}
 .homeBlock img{
	float:left;
	padding:0px 10px 0px 0px;
}

.homeBlock a:link,.homeBlock a:visited,.homeBlock a:active{
	color:#01004E;
	text-decoration:none;
	
}
.homeBlock a:hover{
	color:#01004E;
	text-decoration:underline;
}
.personalInfo{
	margin:10px 0px 10px 10px;
}

.personalInfo .blocks{
	clear:both;
	padding:2px 0px 2px 0px;
}

.blocks label{
	float:left;
	width:40%;
	text-align:right;
	padding:0px 10px 0px 0px;
}
.blocks input{
	border:1px solid #130D53;
}

/* Table Style */

table{

	margin:10px 0px 10px 0px;
}

th{
	background-color:#FFCBAE;
	color:#993400;
	padding:0px 0px 0px 10px;
	border:1px solid #993400;
}

td{
	padding:0px 10px 0px 10px;
	border:1px solid #993400;
}

.sideHeader{
	background-color:#FFE2D2;
	text-align:left;
}