/* GENERAL STYLES *************************************/
html, body, p, h1, h2, h3, img, ul, li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: verdana, arial;
}
html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
}
img {
	border: 0;
}
#header ul {
	list-style: none;
}

/* HEADER ********************************************/
#header {
	background: #002A6A;
	width: 100%;
	color: #fff;
	font-size: 0.7em;
	height: 108px;
	overflow: hidden;
}
#header a {
	text-decoration: none;
	color: #fff;
}
#header a:hover {
	color: yellow;
}
#main_nav {
	width: 100%;
	background: #000;
	height: 25px;
}
#main_nav li {
	float: left;
}
#main_nav li a {
	padding: 10px;
	margin-right: 5px;
	position: relative;
	top: 5px;
}
#admin_login {
	clear: both;
	float: right;
	position: relative;
	top: -20px;
	right: 5px;
}

/* CONTENT ******************************************/
#content_container {
	width: 700px;
	font-size: 0.85em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 10px 50px -1em;
}
#content ul { list-style: disc; margin: 0 25px;}
#content {
	padding-top: 11px;
	background: url('images/bullet_left.png') repeat-y;
}
#title {
	position: relative;
	left: -59px;
}
#content_inside {
	padding: 0 0 30px 30px;
}
#content_inside #links {
	padding: 5px 0;
}
#content_inside .news {
	background: #BBB;
	border: 1px solid #000;
	margin: 25px 0;
}
#content_inside .news p {
	padding: 20px;
}
#content_inside p, h2, h3 {
	padding-bottom: 20px;
}
#content_inside h3 {
	font-weight: bold;
	font-size: 1em;
}
#content_inside h2 {
	font-weight: bold;
	font-size: 1.2em;
}
#faculty {
	list-style: disc;
	padding-left: 15px;
}
#faculty .title {
	font-size: 0.85em;
	font-style: italic;
}
#faculty li {
	padding-bottom: 5px;
}
.class h2 {
	margin-bottom: -10px;
}
.class {
	width: 700px;
	clear: left;
	padding-bottom: 30px;
	height: 120px;
}
.class img {
	float: left;
	margin-right: 20px;
}

/* ADMIN ********************************************/
#admin {
	margin-top: 50px;
}
#admin h1 {
	font-size: 1.4em;
}

/* FOOTER *******************************************/
#footer {
	font-size: 0.75em;
	width: 100%;
	background: #333;
	color: #fff;
	height: 2.3em;
	border-top: 2px solid #000;
}
.push {
	height: 1em;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: yellow;
}
#footer p {
	padding: 5px 10px;
}
