@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container {
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 940px;
	max-width: 1000px;
	vertical-align: 50%;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #006633;
}
.oneColFixCtr {


}
#vertSpacer {
	height: 100%;
}
#divBar {
	background-color: #d9dbb3;
	height: 32px;
	padding-left: 20px;
}
.headerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
}
#divBar table a {
	text-decoration: none;
	color: #000000;
}
#header {
	background-color: #006633;
	min-width: 940px;
	max-width: 1000px;
}
#headerRight {
	background-color: #006633;
	margin-left: 390px;
}
#mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/backFade_000.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 0px;
	overflow: auto;
	padding: 20px;
	width: 438px;
	float: right;
	height: 499px;
}
#mainContent a {
	color: #83240C;
	text-decoration: none;
}
.emphasis {
	color: #83240C;
}
#mainContent hr {
	color: #83240C;
	text-decoration: none;
	height: 2px;
	background-color: #83240C;
}
#mainContent .top {
	font-size: 11px;
	line-height: 11px;
	display: block;
	text-align: center;
}
#mainContent .centeredImage {
	text-align: center;
}
#mainContent h1 {
	font-size: 18px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #83240C;
	padding-bottom: 12px;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 16px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #83240C;
	font-weight: normal;
}
#mainContent h3 {
	font-size: 14px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #83240C;
	font-weight: normal;
}
#mainContent h4 {
	font-size: 12px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #83240C;
	font-weight: normal;
}
#bottom {
	background-color: #FFFFFF;
}
#footer {
	background-color: #006633;
	color: #FFFFFF;
	height: 30px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 420px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 11px;
}
#mainContent p {
	margin: 0px;
	padding: 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
#main {
	width: 1000px;
	margin: 0px;
	height: 540px;
}
#sideImg {
	float: left;
	background-color: #006633;
}
#navPanel {
	background-color: #DDDDDD;
	width: 130px;
	height: 540px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#navMenu {
	height: 310px;
	background-color: #000000;
	padding-top: 10px;
}
#logoShield {
	margin-top: 30px;
	text-align: center;
}
#mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	margin: 6px 0px 6px -12px;
	list-style-position: outside;
}
#mainContent #tuitionTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 50px;
}
#mainContent li {
	padding-bottom: 6px;
	font-size: 11px;
}
#mainContent blockquote {
	margin-top: 0px;
	margin-bottom: 6px;
}
#mainContent .question {
	color: #8C341E;
	font-weight: 500;
	padding-bottom: 0px;
}
#divBar table a:hover {
	text-decoration: none;
	color: #006633;
}
#footer a:hover {
	color: #D9DBB3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 11px;
}
.facultyPhoto {
	float: left;
	padding-right: 16px;
	padding-bottom: 6px;
	clear: both;
}
