/* CSS Document */

body, html {
	color:#5a462a;
	font-size:100%;
	line-height:1.125em; /* 16 x 1.125 = 18 */
	font-family:Helvetica, Arial, sans-serif;
}
h1 {
	text-transform:uppercase;
	font-size:1.375em;
	line-height:1.375em;
	letter-spacing:2px;
	color:#8eb7c7;
	margin:0;
}
h2 {
	text-transform:uppercase;
	font-size:1.6em;
	line-height:1em;
	letter-spacing:2px;
	color:#8eb7c7;
	margin:0;
}
.h3 {
	margin:0 0 12px 0;
}
h3.inlineHeadline {
	color:#5a462a;
	font-size:1em;  /* 12 x 1.25 = 15 */
	text-transform:uppercase;
	padding:0;
	margin:0 0;
}
p {
	font-size:0.75em;
	line-height:22px;
	margin:0;
}
ol {
	font-size:0.75em;
	margin:10px 0 0 0;
	padding:0;
}
ul {
	margin:0;
	padding:0;
}
#bottomContent ol, bottomContent ul {
	padding:0 0 0 70px;
}
.inner ol {
	padding-left:30px;
}
a:link, a:visited {
	color:#6a913d;
	text-decoration:underline;
}
a:hover {
	color:#5a462a;
}
a.brownLink:link, a.brownLink:visited {
	color:#5a462a;
	text-decoration:underline;
}
a.brownLink:hover {
	color:#6a913d;
}
a.yellowLink:link, a.yellowLink:visited {
	color:#6f963b;
	text-decoration:underline;
}
a.yellowLink:hover {
	color:#5a462a;
}
a.whiteLink:link, a.whiteLink:visited {
	color:#ffffff;
	text-decoration:underline;
}
a.whiteLink:hover {
	color:#eee99c;
}
a.blueLink:link, a.blueLink:visited {
	color:#a2c4d0;
	text-decoration:underline;
}
a.blueLink:hover {
	color:#fff;
}
a.mainNavItem:link, a.mainNavItem:visited {
	color:#fff;
	font-size:0.75em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
a.mainNavItem:hover {
	color:#9fbfca;
}
a.subnavItem:link, a.subnavItem:visited {
	color:#6a913d;
	text-transform:lowercase;
	text-decoration:none;
	font-weight:bold;
}
a.subnavItem:hover {
	color:#9fbfca;
}
a.footLink:link, a.footLink:visited {
	color:#fff;
	text-decoration:underline;
}
a.footLink:hover {
	color:#eee99c;
}
#tempMsg {
	font-size:0.8125em; /* 16 x 0.8125 = 13 */
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-family:Verdana;
}
#leftSubnav ul {
	margin-right:10px;
	padding-top:75px;
}
#leftSubnav ul li {
	margin:10px 0;
	padding:0;
	list-style-type:none;
	text-align:right;
	font-size:0.75em;
}
#bottomContent p {
	margin:0 auto 15px auto;
}
#bottomContent p.fullWidth, #bottomContent ol, #bottomContent ul {
	font-weight:bold;
	margin:0 auto 15px auto;
	width:845px;
}
.topMarginP {
	margin-top:12px;
}
#faculty td p.bold {
	line-height:18px;
	margin-bottom:12px;
}
#footer {
	font-weight:bold;
	font-family:Arial;
}
#footer p {
	padding:6px;	
	font-size:0.6875em;
}
.caps {
	text-transform:uppercase;
}
.italic {
	font-style:italic;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.ten {
	font-size:0.625em; /* 16 x 0.625 = 10 */
}
.eleven {
	font-size:0.6875em; /* 16 x 0.6875 = 11 */
}
.twelve {
	font-size:0.75em; /* 16 x 0.75 = 12 */
}
.thirteen {
	font-size:0.8125em;
}
.fourteen {
	font-size:0.875em;
}
.white {
	color:#fff;
}
.blue {
	color:#a2c4d0;
}
.yellow {
	color:#5a462a;
	font-weight:bold;
}
.green {
	color:#6a913d;
}
select {
	font-size:10px;
	background-color:#fff;
}