body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	margin-top:0px;
	background-color: #FFFFFF;font-size: 14px;
}

td {font-family: Arial, Helvetica, sans-serif;font-size:14px;}


	#container{width: 990px; margin-left:auto; margin-right:auto; background:#E3E9FE; border:solid 1px #0f298f;
	background-image: url(library/left_menu/left_menu_bg.jpg);
	background-repeat: repeat-y;}
	#topbar{height:24px; background-image:url(library/top_bg.jpg); width:100%;}
	#top_logo{background-color: #FFFF66;width:100%;}
	#top_menu_bar{height:40px;width:100%;}	
	#text_container{height:auto;}
	#left_col{
	width:233px;
	height:auto;
	float:left;
	/*background:red;*/
	

}
	
	#center{width:500px; height:auto;margin-left:235px;}
	#right_col{width:249px; float:right}
	#footer{
	width: 100%;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#0f298f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}	
#bottom_band{
	width: 100%;
	height: 25px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #003399;
	background-color:#E3E9FE;
}	


/*text and titles*/
h1{
	font-size: 16px;
	margin-left: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bold;
	color: #0f298f;
}

p{
	margin-left: 13px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
	line-height: 18px;
	font-weight: normal;
	color: #0f298f;
}

h2{
	font-size: 14px;
	margin-left: 15px;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #CC3300;
}
h3{
	font-size: 12px;
	margin-left: 13px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: normal;
	color: #0f298f;
}
ul{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(library/bullet.gif);
	line-height: 22px;
	color: #0f298f;
	list-style-position: outside;
	}
/*start of the links*/
a:link{
	text-decoration: underline;
	color: #cc3300;
}

a:visited{
	text-decoration: underline;
	color: #cc3300;
}
a:active{
	text-decoration: underline;
	color: #cc3300;
}

a:hover{
text-decoration: underline;
	color: #cc3300;
}


a.bottom:link{	text-decoration: underline;	color: #FFCC00;}
a.bottom:visited{	text-decoration: underline;	color: #FFCC00;}
a.bottom:active{	text-decoration: underline;	color: #FF9900;}
a.bottom:hover{text-decoration: underline;	color: #FF6600;}

/*form elements*/

input.login, submit.login{font-size: 10px;background: #F8F9FC; border: solid 1px #525287;}

input, textarea, select, submit{font-size: 12px;background: #F8F9FC; border: solid 1px #525287;}

