/*
PMS646(Aqua) = #5e82ab
PMS534(Dark Blue) = #2e406b
*/

/* BEGIN splash page styles */
img {
	border:none;
}
.splbody {
	background: #2E406B;
	text-align: center;
	margin: 0px auto;
}
#splash {
	margin: 5% auto;
	width: 700px;
}
.splogo {
	float: right;
	width: 246px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	font: italic 11px georgia, times, serif;
	color: #fff;
}
.splogo a {
	text-decoration: none;
	color: #fff;
}
.splogo a:hover {
	text-decoration: none;
	color: #5e82ab;
}
/* END splash page styles */

/* BEGIN global styles */
.body {
	background: #f7f0e0;
	text-align: center;
	margin: 0px auto;
}
#inst { /* styles for instruments along top of page */
	width: 100%;
	height: 22px;
	margin: 0px;
	font: bold 9px georgia, times, serif;
	color: #5e82ab;
	text-align: center;
	vertical-align: middle;
}
.head { /*headline type */
	font: bold 12px georgia, times, serif;
	text-transform: uppercase;
}
#crawlertype { /*small type at bottom of all pages for crawlerbots */
	margin: 50px auto 10px auto;
	font: 9px georgia, times, serif;
	color: #5e82ab;
	text-align: center;
}
/* END global styles */

/* BEGIN MAIN PAGE STYLES */
a {
	color: #2e406b;
}
a:hover {
	color: #5e82ab;
}
#hmcontent {
	width: 700px;
	margin: 35px auto;
	text-align: left;
	font: 11px/18px georgia, times, serif;
	color: #2e406b;
	vertical-align: top;
}
#content {
	width: 700px;
	margin: 20px auto;
	text-align: left;
	font: 11px/18px georgia, times, serif;
	color: #2e406b;
	vertical-align: top;
}
#content a {
	color: #2e406b;
}
#content a:hover {
	color: #5e82ab;
}
#content .tb {
	text-align: left;
	font: 11px/18px georgia, times, serif;
	color: #2e406b;
}
/* END MAIN PAGE STYLES */

/* BEGIN navigation styles */
#nav { /* styles for main nav div */
	background: url(../images/background.gif) repeat-x;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.navtable {
	height: 108px;
	width: 700px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/page_head.gif) no-repeat;	
}
.nav {
	width: 370px;
	height: 27px;
	font: bold 11px georgia, times, serif;
	color: #2e406b;
	vertical-align: bottom;
	text-align: left;
}
.nav a { text-decoration: none; color: #2e406b; }
.nav a:hover { text-decoration: none; color: #5e82ab; }
.nav .on { color: #5e82ab; }
.logobox {
	width: 370px;
        height: 81px;
	padding: 0px 5px 5px 0px;
	text-align: left;
	vertical-align: bottom;
}
.logobox img {
	margin-right: 10px;
}
.logobox .num { 
	height: 37px;
	font: 11px georgia, times, serif;
	color: #fff;
	text-align: left;
	vertical-align: bottom;
}
/* END navigation styles */

/*BEGIN instructor popup styles*/
.popbody {
	background: #EFE3C3;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#pophead {
	height: 70px;
	margin: 0px auto;
	background: #5e82ab;
	border-bottom: 2px solid #fff;
}
#pophead #l {
	float: left;
	margin: 8px;
	font: bold 10px georgia, times, serif;
	color: #2e406b;
}
#pophead #l a {
	text-decoration: none;
	color: #2e406b;
}
#pophead #l a:hover {
	text-decoration: none;
	color: #fff;
}
#pophead #r {
	float: right;
	margin: 15px;
	text-align: right;
}
#popcontent {
	margin: 15px;
}
#popcontent #l {
	float: left;
	margin: 0px;
	text-align: right;
}
#popcontent #r {
	margin: 0px 10px 10px 10px;
	font: 11px georgia, times, serif;
	color: #2e406b;
	text-align: left;
}
.instphoto { /*instructor photos*/
	margin-right: 10px;
	border: 1px solid #fff;
}
/*END instructor popup pages*/
	
	
