body {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	/*
	background-color: white;
	background-image: url('images/background.gif');
	background-repeat: repeat;
	*/
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow:auto;
	overflow: -moz-scrollbars-vertical;
}
a:link,a:active,a:visited {
	font-weight: bold;
	color: #254B6E;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
input, textarea, select {
	color: #000000;
	background-color: #D4E4F4;
	font-family: Tahoma;
	font-size: 12px;
	padding: 2px;
	margin-top:1px;
	border: 1px solid #000000;
}
input:hover,textarea:hover,input:focus,textarea:focus {
	background-color: #AABCCB;
}
#content .row1 {
	background-color: #D4E4F4;
}
#content .row2 {

}
#container {
	width: 962px;
	text-align: left;
	margin: 0 auto;
	border-top:0px;
}
#uheader {
	width:962px;
	height:14px;
	background-color: #9BB6D3;
	text-align:right;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#header {
	float:left;
	width: 962px;
	height: 120px;
	background-color: white;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position:center center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#navigation {
	float:left;
	width:962px;
	text-align:left;
	background-color: #9BB6D3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#navitable {
}
#navitable a:link,#navitable a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #254B6E;
}
#navitable a:hover,#navitable a.active{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#navitable .navspacer {
	background-color:#428BB5
}
#content {
	float:left;
	width: 952px;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
/* CONTENT BOX */
#content_box {
	float:right;
	font-family: Tahoma;
	width: 720px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
/* SUBNAV BOX */
#content_box_subnav {
	float:left;
	width: 220px;
	font-family: Tahoma;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
/* HOME BOX */
#content_box_home {
	float:left;
	width: 700px;
	font-family: Tahoma;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
/* NEWS BOX */
#content_box_news {
	float:right;
	width: 240px;
	margin-left:5px;
	font-family: Tahoma;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#content_box_news ul, #content_box_subnav ul {
	width: 100%;
	list-style-type: none;
	padding: 0px; 
	margin: 0px; 
}
#content_box_news ul li, #content_box_subnav ul li {
	margin: 0px; 
	border-bottom: #CCCCCC 1px solid;
	border-left: #9BB6D3 5px solid;
}
#content_box_news ul .li2, #content_box_subnav ul .li2 {
	margin: 0px; 
	border-bottom: #CCCCCC 1px solid;
	border-left: #9BB6D3 10px solid;
}
#content_box_news ul li a, #content_box_subnav ul li a {
	padding: 2px;
	display: block; 
	color: #254B6E;
	text-decoration: none;
	font-weight: normal;
}
#content_box_news ul li a:hover,#content_box_subnav ul li a.active, #content_box_subnav ul li a:hover {
	background-color: #D4E4F4;
	display: block; 
	color: #254B6E;
	text-decoration: none;
	padding: 2px;
	font-weight: normal;
}
#content_th {
	width:100%;
	background-color: #9BB6D3;
	border-bottom: 1px solid #428BB5;
	font-weight: bold;
	color: #254B6E;
}
#content_td {
	margin: 0;
	text-align: justify;
}
#footer {
	float: left;
	width:962px;
	height:14px;
	background-color: #9BB6D3;
	text-align:right;
	border-top:1px solid #000000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-left:0px;
}
