/*general styles*/

body {
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#logo {
	background-image: url(../images/banner.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 230px;
	background-color: #FFFFFF;
	width: 768px;
}
#depts {
	height: 40px;
	width: 768px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 768px;
	border: 2px solid #FABA10;
}

#hold {
	width: 768px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0 auto;

}
#content {
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding: 15px;
}
h1 {
	font-size: 16px;
	color: #FABA10;
	margin-top: 3px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00529C;
}

.emphasis {
	color: #00529C;
	font-weight: bold;
}

#content p {
	display: block;
	margin: 0px 0px 10px;
	padding-left: 25px;
	line-height: 150%;
}


#content a {
	text-decoration: underline;
	color: #00529C;
}
#content a:hover {
	color: #FEBD28;
}


#contentInner {
	padding: 5px;
	margin: 0px;
	color: #FABA10;
}
#contentInner.courses ul {
	list-style-type: circle;
	line-height: 175%;
}

#contentInner.courses p {
	padding-left: 0px;
}

#contentInner.courses h4 p{
	color: #00529C;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}

h6 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}
#footer {
	font-size: 9px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #00529C;
}
#contentInner table {
	background-color: #FFFFFF;
}

.bottomnav {
	display:none;
	}
	
	#oldtop {
	display: none;
}

