/* CSS Document */





body {

	font-family: lucida sans unicode, lucida grande, sans-serif;

	/*font-family:  Verdana, Arial, Helvetica, sans-serif;*/

	font-size: 11px;

	color: #333;

	margin: 0px;

	padding: 0px;

	background-color:#083067;

}



h1 {font-size: 13px; font-weight: bold;  color:#0d3ea0;}

h2 {font-size: 11px; font-weight: bold;  color:#0d3ea0; padding: 8px 0px 0px 0px;}



a:link {  text-decoration:none; font-weight:bold; color:#96613b; }

a:visited {	text-decoration:none; font-weight:bold; color:#999; }

a:hover { text-decoration:underline; font-weight:bold; color:#96613b;}

a:active { text-decoration: none; font-weight:bold; color:#96613b;}



ul {margin:0; padding:0; display:block; }

li {margin:0; padding:5px 0px; list-style:none;} /*Always put at the begining of the css to eliminate the bullets.*/



object {margin:15px; padding:0px;}





/* wrap defines the size of the website.*/

#wrap {position:relative;

     width:850px; 

	 height: 100% auto; 

     }

	 



#main{float: left;

	width: 850px;

	height: 100% auto;

	background: url(images/bkgnd-slice.jpg) repeat-y;} /*use in combination with a break at the end of the 2 columns */



#column1 {

	float:left;

	width:605px;

	height: 100% auto;  

	padding: 0px 0px 0px 0px;

	margin: 0px 0px 0px 0px;

	background: inherit;

	}

	

#topbanner {

	float:left;

	width:605px;

	height: 156px;  

	padding: 0px;

	margin: 0px;

	}

	

#loginbanner {

	float:left;

	width:850px;

	height: 182px;  

	padding: 0px;

	margin: 0px;

	}

	

	

#navigation, #maintab {

	float:left;

	width:605px;

	height: 100% auto;  

	padding: 0px;

	margin: 0px;

	}

	

ul#maintab{float: left; margin: 0px; padding: 0px; width: 605px; height: 100% auto; background: #333; }

ul#maintab li{display: inline; margin: 0px; padding: 0px;}

ul#maintab li a{margin: 0px; padding: 0px;}	



#text-area {

	float:left;

	width:580px;

	height: 100% auto; 

	padding: 0px 10px 0px 10px;

	margin: 10px 0px 0px 10px;

	}

	 

#ajaxcontentarea {margin: 0px 0px 0px 10px;}

	 

#column2 {

	float:right;

	width:245px;

	height: 100% auto;  

	padding: 0px 0px 0px 0px;

	margin: 0px 0px 0px 0px;

	} 

	

#login-content {

	float:left;

	width:850px;

	height: 500px;  

	padding: 0px 0px 0px 0px;

	margin: 0px 0px 0px 0px;

	background: #fff;

	}



#footer {

	clear: both;

	width:850px;

	height: 32px;  

	padding: 0px 0px 0px 0px;

	margin: 0px 0px 0px 0px;

	} 

	 

.clearfloat { 	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}

	 