/*
*********************   DO NOT EDIT THIS FILE   *****************************
This file is meant to serve as a local stylesheet definition file for your
editing environment.  If you would like to include your own stylesheet, link
a separate one to your template (under the other stylesheet definitions).
*/

* {
	font-family: Arial, Helvetica, sans-serif;
	color: #002147;
}
#bodycontent, #third_column {
	font-size: 0.8em;
}
a {
	font-size: 1em;
}
a:hover {
	color: #d9a901;
}
h1 {
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 4px;
}
.ie h1 {
	margin-bottom: 6px;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
.ie h2 {
	margin-top: 4px;
	margin-bottom: 4px;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}
.ie6 h3 {
	margin-top:-4px;
}
h4 {
	font-size : 1.2em;
	font-weight: bold;
}
h5, #sectionheader-tertiary p {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 24px;
	margin-bottom: 0px;
}
h6 {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin-bottom: -6px;
}
.ie h6 {
	margin-bottom: -14px;
}
hr {
	width: 100%;
	height: 1px;
	color: #bfbfbf;
	background-color: #bfbfbf;
	margin-top: 20px;
	margin-bottom: 20px;
}
input, select, textarea {
	font-size: 8pt;
	color: #000;
}
#container {
	width: 960px;
	margin: 0 auto;
	height: auto;
}
#lowercontainer {
	position: relative;
	width: 960px;
}
.offleft {
	position: absolute;
	margin-left: -9999px;
	margin-top: -9999px;
}
#mainimage, #mainimage-tertiary {
	width: 960px;
}
#mainimage-tertiary {
	height: 90px;
}
.ie #mainimage-tertiary {
	height:24px;
}
#sectionheader, #sectionheader-tertiary {
	position: relative;
	margin-top: 0px;
	background-color: #d9aa00;
	height: 20px;
	width: 960px;
}
#sectionheader {
	z-index: 30;
}
#sectionheader a, #sectionheader-tertiary a {
	text-decoration : none;
}
#sectionheader a:hover, #sectionheader-tertiary a:hover {
	color : #fff;
}
.ie #sectionheader, .ie #sectionheader-tertiary {
	margin-top: 0px;
}
#sectionheader img, #sectionheader-tertiary img {
	margin-left: 20px;
	width: 419px;
	height: 10px;
	margin-top: 5px;
}
#mainnav {
	position: relative;
	float: left;
	width: 150px;
	padding-bottom: 15px;
}
#mainnav ul, body.cels #container #lowercontainer #mainnav ul, body.fulltemplate #container #lowercontainer #mainnav ul {
	margin-top: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainnav ul a, body.cels #container #lowercontainer #mainnav ul a, body.fulltemplate #container #lowercontainer #mainnav ul a {
	padding-left: 5px;
}
.ie #mainnav ul {
	margin-left: 0px;
	padding-left: 0px;
}
#mainnav li {
	border-bottom: 1px solid #bfbfbf;
}
#mainnav li a {
	font-size: 10pt;
	line-height: 1.5em;
        margin-top: 5px;
        margin-bottom: 5px;
	text-decoration: none;
	display: block;
}
#mainnav a:hover {
	color: #d9a901;
}
#bodycontent {
	position: relative;
	float: left;
	width: 546px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 12px;
	padding-right: 10px;
}
#bodycontent img, #third_column img {
	border: 1px solid #000;
	padding: 4px;
	margin: 10px;
}
#bodycontent div.imageBorder, #third_column div.imageBorder {
	border: 1px solid #000;
	padding: 4px;
	margin: 10px;
	display: inline-block;
}
#bodycontent div.imageBorder img, #third_column div.imageBorder img {
	border: 0;
	padding: 0;
	margin: 0;
}
#bodycontent div.imageBorder p, #third_column div.imageBorder p {
	margin: 0;
	padding: 0;
}
#dept_info, #content_leftNav_info {
	margin-top: 20px;
	margin-left: 0px;
	width: 150px;
	font-size: 0.85em;
}
#content_leftNav_info_title {
	font-weight: bold;
	font-size : 0.9em;
	margin: 0;
}
#dept_info p, #content_leftNav_info_text p {
	font-size: 0.8em;
	margin-left: 20px;
	margin: 0;
}
#dept_info a, #content_leftNav_info_text a {
	text-decoration: underline;
	color: #F00;
}
#dept_info img, #content_leftNav_info img {
	width: 75px;
	margin: 10px 0px 0px 40px;
}
#third_column {
	position: relative;
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-top: 20px;
}
.ie7 #third_column img {
	margin-bottom: -4px;
}
#third_column p, #third_column ul, #third_column p a {
	font-size: 8pt;
}
#third_column ul {
	margin-bottom: 40px;
}
#third_column h3 {
	font-size: 8pt;
	background-color: #d9aa00;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#third_column h3 a {
	text-decoration: none;
}
#third_column h3 a:hover {
	color: #777;
}
#third_column h4 {
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 4px;
}
#footer {
	background-color: #6e9dc5;
	margin-top: 90px;
	width: 100%;
	display: inline-block;
}
#footercontent {
	padding-top: 10px;
	padding-bottom: 5px;
	width: 960px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
#globeimage {
	position: relative;
	float: left;
	margin-top: -60px;
	z-index: 30;
}
#globeimage img {
	width: 251px;
	height: 104px;
	border: 0;
}
#footer p {
	font-size: 8pt;
	color: #000;
	padding-right: 10px;
}
#footer a {
	text-decoration: none;
	color: #022778;
	font-size: 9pt;
}
#footer a.lastlink {
	padding-right: 12px;
}
#footer a:hover {
	color: #fff;
}
#footer a.sub {
	font-size: 8pt;
	text-decoration: none;
	color: #022778;
	padding-right: 0px;
}
#footer a.sub:hover {
	color: #fff;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

#breadcrumb {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    font-style: normal;
    color: #666;
    margin-bottom: 10px;
}

#breadcrumb a {
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
    color: #666;
}

#collegeName {
    font: bold 20px Verdana, Geneva, sans-serif;
    margin: 3px 0 12px 0;

}

