@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body {
	line-height: 1.7;
	background-color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 20px 0;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
img.alignbottom {
	vertical-align: bottom; }

/* remember to define focus styles! */
:focus {
	outline: 0; }

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none; }
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

#wrap {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left; }

#header {
	width: 950px;
	float: left;
	display: inline;
	height: 110px;
	margin-top: 25px; }

#main {
	width: 950px;
	float: left;
	display: inline;
	margin: 20px 0 0 0; }

#main ul {
	margin: 0; }	
ul li {
	margin-left: 10px;
	padding-left: 22px;
	list-style: none;
	/*background-image: url(images/arrow.png);*/
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-weight:bold;
 }
ul li ul li {
	margin-left: 15px;
	padding: 0;
	background-image: none;
	list-style-type: none;
	list-style-position: outside;
	font-weight:normal;
 }
	
/* columns */
.column_wrap {
	float: left;
	width: 950px;
	display: inline; }
.column_50 {
	float: left;
	width: 475px;
	display: inline; }
.column_30 {
	float: left;
	width: 285px;
	display: inline; }
.column_70 {
	float: left;
	width: 665px;
	display: inline; }

.seperate {
	background-image: url(images/seperate.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
 }
 .seperate_long {
	background-image: url(images/seperate_long.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 10px;
 }

p {
	margin: 10px; }
a {
	color: #cc0000;
	text-decoration: underline; }
a:hover {
	text-decoration: none; }
a.pdf {
	background-image: url(images/pdficon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px; }
a.word {
	background-image: url(images/docicon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px; }

h1 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #cc0000;
	font-family: "Times New Roman", Times, serif;
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #cccccc; }
h2 {
	margin: 10px 0 5px 0;
	padding: 5px 10px;
	font-size: 14px;
	color: #000000;
	font-family: Tahoma; }

.updated {
	font-size: 10px;
	color: #555555;
	text-transform: uppercase; }
	
.faculty {
}
.more {
	width:44px;
	height:20px;
	background-image:url('images/more.jpg');
	background-repeat:no-repeat;
}
.toggle {
	background-image:url('images/less.jpg') !important;
}
.line {
	clear:both;
	width:100%;
	height:17px;
	border-bottom:1px dotted #777;
}
#footer {
	float: left;
	width: 950px;
	display: inline;
	margin: 50px 0; }
#footer #inside {
	width: 950px;
	padding-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #dddddd;
	color: #999999; }