BODY {
	background-image: url(../images/bg_body.gif);
	color: #666666;
	font: 12px 'trebuchet ms';
	margin: 0px;
}
BODY a {
	color: #009999;
	text-decoration: underline;
}
BODY a:hover {
	color: #006666;
}
HR {
	margin-top: 20px;
	height: 3px;
	color: #CCCCCC;
}
TD {
	color: #666666;
	font:  11px 'trebuchet ms';
}
UL {
	margin-top: 5px;
}

/* CLASSES   *************************************************************************** */

.appFinePrint {
	font: 10px 'arial, sans-serif';
}

.appHeading {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #000000;
	font: bold 10px 'verdana';
	margin-bottom: 20px;
	padding: 4px;
}

.multimediaLinks LI a {
	color: #009999;
	font: 11px 'trebuchet ms';
}

.multimediaLinks LI a:hover {
	color: #006666;
}

.multimediaLinksSublinks LI a {
	color: #009999;
	font: 11px 'trebuchet ms';
}

.multimediaLinksSublinks LI a:hover {
	color: #006666;
}

.directoryRow1 {
	background-color: #EEEEEE;
}
.directoryRow2 {
	background-color: #FFFFFF;
}
.headline {
	color: #333333;
	font: bold 13px 'trebuchet ms';
}
.requiredField {
	color: #CC0000;
	font-weight: bold;
}
.subNavBar {
	background-color: #E6E6E6;
	background-image: url(../images/bg_subnavline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 4px;
	text-align: right;
	width: 175px;
}
.subNavBar a {
	color: #333333;
	font: 9px 'verdana';
	text-decoration: none;
}
.subNavBar a: hover {
	color: #006666;
}
.staffPic {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	vertical-align: top;
}

.emailListLink {
	color: #A52A2A;
	font: bold 12px Verdana;
}

/* DIVISIONS *************************************************************************** */

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#navigation {
	position: absolute;
	top: 134px;
	left: 0px;
}
#header {
	position: absolute;
	top: 0px;
	left: 180px;
	width: 580px;
}
#pageTitle {
	border-bottom: 1px dashed #014273;
	color: #014273;
	font: bold 18px Arial, sans-serif;
	font-variant: small-caps;
	margin-bottom: 15px;
	padding-bottom: 6px;
}
#content {
	position: absolute;
	top: 120px;
	left: 200px;
	width: 500px;
}
#news {
	margin-top: 20px;
	width: 550px;
}
#message {
	margin-top: 20px;
	float: right;
	width: 200px;
	background-image: url(../images/bg_calendar.gif);
}
#footer {
	color: #999999;
	padding-top: 20px;
	clear: both;
	width: 540px;
}
#footer a {
	color: #999999;
	font: 10px 'verdana';
	text-decoration: underline;
}
#footer a: hover {
	color: #666666;
}
#dirLeft {
	float: left;
	width: 200px;
	margin-right: 0px;
	background-color: #EEEEEE;
}
#dirMiddle {
	margin-left: 200px;
	width: 100px;
	background-color: #EEEEEE;
}
#dirRight {
	float: right;
	width: 200px;
	margin-right: 40px;
	background-color: #EEEEEE;
}
#verse {
	font: 12px 'verdana';
	margin-top: 0px;
	text-align: center;
}

/* new navigation */
#navContainer {
	background: #F2EEC9 url(../images/nav_bottom_shadow.gif) bottom left repeat-x;
	padding-bottom: 15px;
	width: 179px;
	font-size: 11px;
}
.sectionLabel {
	//background: #014273;
	background: #A52A2A;
	color: #FFFFFF;
	font: bold 12px Verdana;
	font-variant: small-caps;
	margin-bottom: 4px;
	padding: 3px 0px 4px 4px;
}

#navContainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 6px 8px;
}

#navContainer ul li {
	padding: 2px 0px 2px 0px;
}

#navContainer ul a {
	color: #000000;
	font: bold 10px Verdana;
}

#navContainer ul a:hover {
	color: #3366CC;
}

#navContainer li ul { /* subnav */
	list-style: disc;
	margin-left: 30px;
	padding-left: 0px;
}

#navContainer li ul li {
	padding: 0px;
}

#navContainer li ul a {
	font-weight: normal;
}

#basePic {
	float: left;
	margin: 0px;
	padding: 0px 15px 15px 0px;
}

#basePic div#pic {
	border: 1px solid #000000;
}

#basePic div#pic img {
	border: 5px solid #FFFFFF;
}

#basePic div#name {
	font-weight: bold;
	margin-top: 2px;
	text-align: center;
}
