html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, img, fieldset
{
	margin:	0;
	padding:	0;
	border:	0;
	font-size:	12px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

p {
	margin: 10px;
	color: #000;
}

#wrapper {
	margin: 10px auto;
	width: 800px;
	border: 1px solid #ccc;
}

#banner {
	height: 150px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#nav_column {
	float: left;
	width: 160px;
	margin-right: 4px;
	margin-top: -1px;
	//padding: 4px;
	border-right: 1px solid #eee;
}

#page_content {
	float: left;
	width: 570px;
	margin-right: 4px;
	padding: 10px;
}

.info {
	margin: 6px;
	padding: 6px;
	font-size: 14px;
	width: 500px;
}

.front_button {
	margin: 20px 20px;
	padding: 5px;
	border: 2px solid #DDD;
	width: 150px;
	text-align: center;
	color: #FFF;
	background: #69c;
}


#footer {
	height: 20px;
	background-color: #fff;
	padding: 4px 8px;
	font-size: 9px;
	text-align: right;
	border-top: 1px solid #eee;
}

.optionbox
{
	font-weight: bolder;
	text-align: left;
	font-size: 12px;
	width: 300px;
	border: 1px solid #EEE;
	color: #3B5998;	
}

.optionbox:hover
{
	border: 1px solid #EEE;
	background-color: #3B5998;
	color: #FFF;	
}

.redlink
{
	font-weight: bolder;
	font-size: 12px;
	color: #9E0508;
}

.menu {
	margin : 0;
	padding-bottom : 5px;	
}

.menubarline {
	margin: -1px 0px;
	border-bottom : 2px solid #3B5998;

}


.menu ul, .menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

.menu li.nav-tab a
{
	border-bottom: 1px solid #3B5998;
	border-left: 1px solid #3B5998;
	border-right: 1px solid #3B5998;
	background: #2D357E;
	color : #FFF;
	float : left;
	font-size : 12px;
	font-weight : normal;
	width: 140px;
	line-height : 14px;
	padding : 5px 10px;
	text-decoration : none;
}

.menu a:link.active, .menu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;

	color : #000;
}


.menu a:hover	{
	background-color: #FFF;
	color: #3B5998;
}

.menu li.nav-tab a:hover
{
	background-color: #FFF;
	color: #3B5998;
}

	

.menu ul a:hover {
	color : #f00 !important;

}

.subject_title {
	font-weight: bold;
	font-size: 15px;
}

.info_title_1 {
	font-size: 14px;
}

.info_container_1 {
	width: 550px;
	margin: 10px auto;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #eee;
}

.library_container {}

.library_container a {
	text-decoration: none;
}

.library_container a:visited {
	text-decoration: none;
}

.library_column {
	float: left;
	width: 270px;
	margin: 4px 4px 0 0;
}

.library_column .heading {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.link_title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #3B5998;
	border-bottom: 1px solid #ddd;
}

.link_title a {
	color: #fff;
}

.link_title a: visited{
	color: #fff;
}

.link_group {
	display: block;
	border: 1px solid #eee;
	padding: 4px;
}

.link_group a {
	color: #3B5998;
}

.link_group a:visited {
	color: #3B5998;
}

.clear_both {
	clear: both;
}