@charset "utf-8";
/* CSS Document */


/*  Ugly hack to get FireFox to work right.  :-/   */
html { overflow: -moz-scrollbars-vertical; }
html { overflow-y: visible; }
/* </end hack> */

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: visible;
	height: 100%; 
	max-height: 100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* font-size: 14px; */
	color: #000000;
	/* background-color: #CCCCCC;
	background-image: url("/images/grid2.gif");*/
	/* background-color: #FFFFFF; */
	background-color: #333333;
	margin: 0px;
}

#leftcontent {
	float: left;
	top:50px;
	width:200px;
	min-width: 200px;
	background-color: #666666;
	margin-top: 40px;
}

#centercontent {
	float: left;
	width: 544px;
	voice-family: inherit;
	margin-bottom: 39px;
	margin-left: 5px;
	margin-right: 5px;
}

#rightcontent {
	float: left;
	top:50px;
	width:200px;
	min-width: 200px;
	background-color: #666666;
	margin-top: 40px;
}

html>body #centercontent {
	/* margin-left: 201px;
	margin-right:201px; */
}

#menubar {
	margin: 0px auto;
	width: 544px;
}

html>body #banner {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height:65px;
	width: 700px;
	border: medium;
	border-color: #999999;
	border-style: solid;
	background-color: #FFFFFF;
	border: thin;
	border-color: #000000;
	border-style: solid;
}

html>body #footer {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 65px;
	clear: both;
	/* border: medium;
	border-color: #999999;
	border-style: solid;
	background-image: url(/images/footer_grade1.png);
	background-repeat: repeat-x; */
}

#container{
	width:960px;
	margin:0px auto; 
	border: medium;
	border-color: #999999;
	border-style: solid;
	background-color:#666666;
	margin-top: 15px;
	margin-bottom: 15px;

}

img {
	border: none;
}

a {
	border: none;
}

a:active {
	border: none;
}

.nav {
	border: thin;
	border-color: #000000;
	border-style: solid;
	width: 230px;
	height: 475px;
	float: left;
	margin: 0px;
	margin-top: 15px;
	position: relative;
	background-color: #CCCCCC;
}

.cont {
	border: thin;
	border-color: #000000;
	border-style: solid;
	width: 280px;
	height: 475px; 
	float: left; 
	margin-left: 5px; 
	margin-top: 15px; 
	max-height: 475px; 
	overflow-y: auto; 
	overflow-x: none; 
	text-align: justify; 
	padding-right: 10px; 
	padding-left: 5px;
	/* padding-top: 5px;
	padding-bottom: 5px; */
	background-color: #CCCCCC;
}

.cont123 {
	border: thin;
	border-color: #000000;
	border-style: solid;
	width: 520px;
	height: 475px; 
	float: left; 
	padding-left: 15px;
	max-height: 475px; 
	overflow-y: auto; 
	overflow-x: none; 
	text-align: justify; 
	background-color: #CCCCCC;
}



a:visited {
	color: #333333;
	border: none;
}

a:active {
	color: #333333;
	border: none;
}

a:hover {
	color:#000000;
	font-weight: bolder;
	border: none;
}

a {
	color: #333333;
}

li {
	margin-top: .2em;
	/* margin-bottom: .5em; */
	font-size: 10;
	
}

ul {
	margin-left: 5px;
	list-style-type: none;
}

.home {
	display: none;
	float: left;
	margin-left: 17px;
}

.home2 {
	float: left;
	margin-left: 12px;
}
