@charset "utf-8";

html
{
	
	margin: 0px;
	border: none;
	padding: 0px;	
	
}

img
	{
		border:2px solid #3b5275;
		background-color: #3b5275; 
		padding: 5px;
		margin: 0px;	
	}

#banner
{
	border: none;
	padding: 0px;
	margin: 0px;
	background-color: gray; 
	text-align: center;

}
body
{
	margin:0px auto; 
	padding:0px;
	text-align:center;	
	font-family: verdana, times new roman;
	background-image: url('../images/bg_gray2.png');
	background-repeat: repeat-x;
	background-position: top left;	
}
h5
{
	font-family: calibri, times new roman;
	text-decoration: underline;
	height: 50px;		
		
	padding-top: 10px;
	
	font-size: 18px;
	font-weight: normal;
	color: white;	
	background-image: url('../images/box_bg.png');
	background-repeat: repeat-x;	
	
}

#left
{
	font-family: times new roman;
	font-size: 24px;
	font-weight: bold;
	color: black;
	margin: 5px;
}

h6
{
	font-family: times new roman;
		
	font-size: 16px;
	font-weight: bold;
	color: white;	
	background-image: url('../images/box_bg.png');
	background-repeat: repeat-x;	
}
h2
{
	font-family: times new roman;
	font-size: 45px;
	padding: 0px;
	margin: 0px;
}

div
{
	margin: 0px;
	border: none;
	padding: 0px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}




div.page_Container
{	
	z-index: 1;
	text-align: center;
	margin:0px auto; 
	padding:0px;	
	width: 852px;
	overflow: auto;
	border: 1px solid gray;		
	background-color: white;
	min-height: 600px;
	background-color: white;	
	background-image: url('../images/bg_gray.png');
	background-repeat: repeat-x;
	background-position: bottom center;	
}

div.mainContainer
{	
	margin:auto auto;
	padding: 5px;
	text-align:center;		
	
}

div.mainFull
{
	margin: auto auto;
	text-align:left;
	
	width: 800px;
	overflow: hidden;
	font-size: 12px;	
	background-color: transparent;
	
}

div.mainLeft
{	
	background-color: transparent;
	width: 550px;		
	float:left;			
	text-align: left;
	padding: 5px;	
	float: left;
	margin-left: 25px;
	
}


div.mainRight
{	
	font-family: times new roman;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;	
	text-align: center;	
	
	width: 200px;
	overflow: inherit;	
	float: right;
	padding: 5px;
	margin-top: 5px;
	margin-right: 25px;
	
	background-color:#3b5275;	
	border: 1px solid gray;		
	color: white;
	margin-bottom: 15px;
	
}

div.banner
{			
	
	padding: 0px;	
	margin: 0px;
	border: none;
	background-color:gray;
	
	
}
div.menuStrip
{
	width: 100%;
	
	background-color:#b6b6b6;	
	height: 30px;	
	font-family: calibri, times new roman;
	font-weight: bold;	
	
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
		
	background-image: url('../images/bg_menu.png');
	background-repeat: repeat-x;
	background-position: bottom center;	
	padding: 0px;	
	margin-left: 0px;
	margin-right: 0px;	
	margin-top:0px;
	
	text-align: left;
}

div.menuCont
{
	
	margin:0px 0px 0px 0px;
	text-align:left;
	padding: 0px;
	display: block;
	margin-top: 3px;
	
	background-image: url('../images/bg_menu.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	
}

div.menuItem
{	

	height: 25px;		
	overflow: hidden;			
	text-align: center;	
	color: white;
	float: left;	
	margin-left: 10px;
}

div.menuItem_selected
{		
	height: 25px;		
	margin-left: 10px;
	overflow: hidden;			
	text-align: center;		
	color: red;
	float: left;	
}


div.footer
{
	
	text-align:center;
	background-color: #61748d;
	height: 50px;	
	display: block;
	float:none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	font-size: 11px;
	
}

div.footCont
{
	margin:0px auto;
	width: 1000px;
	text-align:left;
	padding: 5px;
}


div.imageDiv
{
	border: 1px solid rgb(0,79,116);	
	float:left;
	margin: 5px;
}

#login
{	
	width: 300px;
	background-color:#61748d;	
	padding: 10px;	
	color: white;
	font-size: 11px;
	font-weight: bold;
	border: 2px solid #c0c7d1;
	text-align: left;
	
}
#login_input
	{

		border: 1px solid rgb(0,79,116);
		margin: 2px;
		width: 150px;
		
	}


a.menu:link 
{
	font-size: 18px;
	color: white;	
	text-decoration: none;
}

a.menu:visited 
{
	font-size: 18px;
	text-decoration: none;	
	color: white;
}

a.menu:hover 
{
	font-size: 18px;	
	text-decoration: none;
	font-weight: bold;
	color: silver;	
}

a.menu_selected:link 
{
	font-size: 18px;
	color: silver;	
	text-decoration: none;
}

a.menu_selected:visited 
{
	font-size: 18px;
	text-decoration: none;	
	color:silver;
}

a.menu_selected:hover 
{
	font-size: 18px;	
	text-decoration: none;
	font-weight: bold;
	color: silver;	
}


#loginBtn
{
	margin-top: 5px;
	width: 100px;
	float: left;
	border: 1px solid rgb(0,79,116);
	background-color: silver;
}

table.news_table 
{	
	border: 1px solid gray;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 15px;
	width: 100%;
	background-color: white;
}

table.news_table th
{
	
	font-family: calibri, times new roman;	
	color: white;
	width: 200px;
	height: 50px;
	background-color: #496da0;	
	background-image: url('../images/box_bg.png');
	background-repeat: repeat-x;
	background-position: top left;		
}

table.news_table td
{
	
	font-family: calibri, times new roman;	
	padding-left: 5px;	
		

}

table.news_table th.date
{
	text-align: right;
	font-family: calibri, times new roman;
	font-weight: normal;
	font-size: 12px;
}

table.news_table th.header
{
	text-align: left;
	font-family: calibri, times new roman;
	font-weight: bold;
	font-size: 18px;
	padding-left: 5px;
}

table.server_table 
{	
	border: 1px solid gray;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 15px;	
	background-color: white;
}

table.server_table th
{
	
	font-family: calibri, times new roman;	
	color: white;	
	height: 30px;	
	background-color: #496da0;	
	background-image: url('../images/bg_menu.png');
	background-repeat: repeat-x;
	background-position: top left;		
}

table.server_table  td
{	
	font-family: calibri, times new roman;	
	padding-left: 5px;	
	padding-right: 5px;
	
}



