body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
}

#container {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#header {
}

	#header_left {
		float: left;
	}
	
	#header_right {
		float: right;
	}
	
#topbreak {
	clear: both;
}

#break {
	clear: both;
}

#menu {
	background-image: url(../images/menubg.jpg);
	height: 40px;
	width: 900px;
	border-bottom: 1px solid #FFFFFF;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	color: #5e5e5e;
	text-align: center;
}

	#menu a {
		margin: 0 15px;
		margin-top: -10px;
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#menu img {
		vertical-align: middle;
	}
	
#headerimg {
}
	
	#headerimg img {
		border-bottom: 1px solid #666666;
	}

#gradmain {
	background-image: url(../images/maingrad.jpg);
	background-repeat: repeat-y;
}
	
	#gradinner {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		border-top: 1px solid #666666;
	}
	
#gradbot {
	height: 18px;
	background-image: url(../images/botgrad.jpg);
	width: 914px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

	#gradbotline {
		width: 900px;
		height: 7px;
		margin-left: auto;
		margin-right: auto;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}

#maincontent_holder {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

#maincontent_left {
	float: left;
	width: 550px;
	/*margin-top: 15px;*/
	margin-left: 25px;
	margin-right: 25px;
}

	#maincontent_left h1 {
		font-weight: lighter;
		font-size: 30px;
	}
	
	#maincontent_left h2 {
		font-weight: lighter;
		font-size: 14px;
	}
	
	#maincontent_left a {
		color: #333333;
		text-decoration: underline;
		font-weight: bolder;
	}
	
	#maincontent_left a:hover {
		text-decoration: none;
	}

#maincontent_right {
	background-image: url(../images/searchboxbg.gif);
	float: right;
	width: 285px;
	height: 330px;
	margin-top: 15px;
	margin-right: 15px;
	overflow: hidden;
}

#search_home {
	width: 265px;
	margin-left: auto;
	margin-right: auto;
}

	#search_home h1 {
		font-size: 18px;
		font-weight: lighter;
	}
	
	#search_home form {
		margin: 0px;
	}
	
#news_home {
	width: 265px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

	#news_home h1 {
		font-size: 18px;
		font-weight: lighter;
	}

	#news_home a {
		color: #333333;
		text-decoration: underline;
	}
	
	#news_home a:hover {
		color: #333333;
		text-decoration: none;
	}

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #999999;
	font-size: 11px;
}

	#footer a {
		color: #999999;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

.activepage {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;	
	border: 1px solid #333333;
}

.inactivepage {
	color: #333333;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;	
	border: 1px solid #999999;
	text-decoration: none;
}