/* CSS Document */
body {
	background-color: #455E7D;
	margin: 0px 0px 0px 0px; /*top rt bot left */
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.header {
	height: 108px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}

.pagename {
	color: #000000;
	font-weight: bold;
	font-size: 17px;
	font-family: Times New Roman, Times, serif;
	padding-top: 10px;
	text-align: center;
}

.content {
	vertical-align: top;
	background-color: #FFFFFF;
	border-left: 1px solid #000000; /*width style color */
	padding-left: 15px;
	padding-right: 15px;
	height: 400px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

.nav_area {
	vertical-align: top;
	width: 175px;
	background-color: #AEC2D2;
	font-size: 14px;
	padding-top: 10px;
}

.nav_pad {
	padding-left: 12px;
}

.nav_label {
	text-align: center;
	font-weight:bold;
}

.nav_brdr { /* used for last nav link */
	border-bottom: 1px solid #990000; /*width style color */
}	
a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding-left: 12px;
	line-height: 24px;
	display: block;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #990000; /*width style color */
}
a.nav:link {
	background-color: #AEC2D2;
	color: #000000;
}
a.nav:visited {
	background-color: #AEC2D2;
	color: #000000;
	}
a.nav:hover {
	background-color: #006699;
	color: #FFFFFF;
}
a.nav:active {
	background-color: #AEC2D2;
	color: #000000;
}

a.tools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
}
a.tools:link {
	text-decoration: underline;
}
a.tools:visited {
	text-decoration: underline;
	}
a.tools:hover {
	text-decoration: none;
}
a.tools:active {
	text-decoration: underline;
}

.notool {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

.footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 10px;
}
a.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.foot:link {
	text-decoration: none;
}
a.foot:visited {
	text-decoration: none;
	}
a.foot:hover {
	text-decoration: underline;
}
a.foot:active {
	text-decoration: none;
}

.notes {
	padding-left: 60px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}

.schedlabel {
	color: #000000;
	font-weight: bold;
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}



/* FORM STYLES */
.formcontent {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.formcontent_label {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #E4E4E4;
	text-align: center;
}

.errmsg {
	padding-left: 40px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #FFFFCC;
}

.form_notes {
	font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
/*	border-bottom: 2px solid #F3F3F3;  width style color */
}

.red {
	color: #CC0000;
}
.attn {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}

