html { margin: 0px; }

h1 { 
	color: #535769;
	font: bold 1.6em Arial, Verdana, Helvetica, sans-serif;	
}

h2 { 
	color: #535769;
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;	
}


body {
	background: #191970;
	text-align: ;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

#wrapper, #wrapperch {
	margin: 0px auto; 				/* Mozilla */
	background: url('bg100000.gif') repeat-y;
	text-align: left;
	width: 1000px;					/* width should be the same as the background image */
	padding: 0px 0px 0px 0px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 1000px;
}
	html>body #wrapper, html>body #wrapperch { width: 1000px; }
	
#wrapperch {
	background: url('bgch0000.gif') repeat-y;
}

#footer {
	margin: 0px auto; 				/* to fix centering in Mozilla */
	background: url('bottom00.gif') no-repeat;
	width: 1000px;					/* width should be the same as the background image */
	color: #000000;
	padding: 10px 0px 10px 0px;
}

#header {
	height: 150px;
	background: #ffffff;
}

#menu {
	background: url('menubg00.gif') #4858A4 repeat-x;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 5px 5px 5px 0px;
	color: #fff;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

	#menu ul {
		list-style: none;			/* removes list marker */
		padding: 0px;				/* removes left indent */
		margin: 0px;
	}
	
	#menu ul li {
		display: inline;			/* sets list items to display in a row */
		padding-left: 10px;			/* puts space in between list items */
	}
	
	#menu a:link, #menu a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	#menu a:active, #menu a:hover {
		color: #EDDF7D;
		text-decoration: none;
	}
	
#leftcol {
	width: 230px;
	float: left;
	
	padding: 0px 5px 10px 0px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 182px;
}
	html>body #leftcol { width: 230px; }

.maincol {
	width: 736px;
        height: 100%;
	float: right;
	padding: 20px 10px 10px 20px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;

	width: 716px;
}
	html>body .maincol { width: 736px; }

.centercol {			
	width: 716px;
	float: right;
	padding: 20px 10px 10px 20px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 696px;
}
	html>body .centercol { width: 716px; }
	
	
.clear { clear: both; }

.news {
	list-style: none;
	padding: 10px;
	margin: 0px;
        width: 230px;
	

}


.verticalmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


.verticalmenu_s {
	list-style: none;
	padding:0px;
	margin:0px 0px 0px 20px;
}

	.verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover, .verticalmenu_s a:link, .verticalmenu_s a:visited, .verticalmenu_s a:hover {
		display: block;
		font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
		color: #1A286E;
		text-decoration: none;
		padding: 5px;
		width: 230px;
		height: 26px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 230px;
		
	}
		html>body .verticalmenu a:link, html>body .verticalmenu a:visited, html>body .verticalmenu a:hover {
			width: 230px;
			
		}

               html>body .verticalmenu_s a:link, html>body .verticalmenu_s a:visited, html>body .verticalmenu_s a:hover {
			width: 230px;
			
		}

		
	.verticalmenu a:hover {
		text-decoration:underline;
		color: #C41260;
	}
