body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #a5e7e1; /*#DCE4EF; #F4F5F0; #E3EEF0*/
}

p,form,h1,h2,h3,h4,h5,h6,ul,ol,dl {
	margin: 0px;
	padding: 0 0 1em 0;
 /* list-style-type: none; */
}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
.h2 { font-size: 24px; }
h3 { font-size: 18px; }
.h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 10px; font-family:Arial, Helvetica, sans-serif; }
blockquote { margin: 0 0 0 2em;}
hr { 
 color: #A6CAF0; 
}
#container {
 background-color:#fff;
	/* margin: 0px -2px 0px -2px; */
	margin-left: auto;
	margin-right: auto;
	width:782px;
	border: 2px solid #2A00AA;
}
#header, #footer, #nav {
 color:#000080;
	position:relative;
	z-index:13;
	width:782px;
}
#header { height:164px; }
#footer { background-color: #2A00AA; color:lightblue;}
#footer p {
 text-align:center; 
	font-size:10px; 
	padding-top: 1em; 
	font-family:Arial, Helvetica, sans-serif;
}
#header h1 {
 padding: 20px 0 0 0;
	color: #043091;
	font-family: Arial, Helvetica, sans-serif;
}
.headerSectionLeft, .headerSectionCenter, .headerSectionRight {
	position:absolute;
	top: 0px;
 height: 164px;
}
.headerSectionCenter {
	display:none;
}
.headerSectionLeft { 
 left: 0px;
	width:623px;
 background-image:url(../images/header_left.jpg);
	background-repeat:no-repeat;
	padding: 0;
}
.headerSectionRight { 
 left: 623px;
	width:159px;
 background-image:url(../images/header_right.gif);
	background-repeat:no-repeat;
}
.headerSectionLeft {  }
.headerSectionCenter h1, h2 { color:#553FAA;  }
.headerSectionCenter h1 { padding: 1em; }
.headerSectionCenter h2 {font-style:italic; }

.message { 
 font-size: 10px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #6963DE;
	padding-top: 10px;
	margin-top: 15px;
}

#navLeft, #navRight, #navCenter { 
	position:absolute;
	top:0px;
	height: 20px;
}
#navLeft, #navRight { 
 background-color: lightblue; /* #FFEF65; lightblue; */
	border-top: 2px solid #2A00AA;
	border-bottom: 2px solid #2A00AA;
	padding-bottom:3px;
	padding-top: 5px;
}
#navLeft {text-align:left; left:0px; width:472px;}
#navRight {text-align: right; left:472px; width:310px;}
#navCenter { 
	background-repeat:no-repeat; 
	top: 6px;
	left:490px;
	width: 40px;
	z-index:20;
}
#navLeft ul, #navRight ul { padding: 0px; list-style-type: none;}
#navLeft li, #navRight li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}
#navLeft a, #navRight a {
	color: #000080;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navVertical a,  #navVertical a:visited {
	color: #000080;
	text-decoration: none;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
#navVertical ul { border-bottom: 1px dashed #008; padding-top: .5em; padding-bottom: .5em; list-style-type: none;}
#navLeft a:hover, #navRight a:hover, #navVertical a:hover{ text-decoration: underline;}

#Calendar {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin:0 -7px 0 -5px;
	background-color: #FCFCCC;
	padding-left: 10px;
	border-bottom: 1px dashed #008;
}
#Calendar h3 {text-align:center; padding: 5px 0 5px 0; }
#Calendar p { padding: 0; margin:0; line-height: 5px;}

#page {
	margin-top: 32px;
	width:580px;
 background-color: #D1E3F8;
	border-right: 202px solid #B8D2F0;
}
#section {
 margin: 0;
	width:100%;
}
#content, #info {
 position:relative;
	float:left;
 color:#2A00AA;
}
#content {
 margin: 0 0px 0 2px;
	padding:10px;
	z-index:20;
	width:554px;
	border-right: 2px solid #2A00AA;
	font-size:17px;
	min-height:350px;
}
#content ul, ol { padding-left: 2em; }
#content h2, #content h3, #content h4 { font-family: Arial, Helvetica, sans-serif; }
#content th, #content td, #content table a, #content table a:visited, .labelText { 
 font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#060066;
}
#content td, #content th { padding: 0px 5px 0px 5px; }
.contentBackground { background-color: #D1E3F8; }

#info {
 font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:20;
	margin-right: -200px;
	margin-left: -2px;
	padding: 5px;
	padding-top: 0px;
	border-left: 2px solid #2A00AA;
	width:190px;
}
#info h2, #info img { text-align:center; margin-top: 10px;}
#info img { border: 2px solid #2A00AA; }
#info p { font-size:12px; padding: 1em;}

#stdTable table { background-color: #2A00AA; }
#stdTable th, #stdTable td { padding: 0 5px 0 5px; margin: 1px;}
#stdTable th { color:#D1E3F8; }
#stdTable td { background-color:#D1E3F8; }
#stdTable a, #stdTable a:visited { text-decoration:none; }
#stdTable a:hover { text-decoration:underline; }

#simpleTable th, #stdTable td { padding: 0 5px 0 5px; margin: 1px;}
#simpleTable th { background-color:#AFC3DC; }
#simpleTable td { background-color: #C7D8E8; }
#simpleTable img { border:0; }
#simpleTable a, #stdTable a:visited { text-decoration:none; }
#simpleTable a:hover { text-decoration:underline; }

.smallButton { font-size:10px; }
.tinyText { font-size:10px; }
.green { color: #009900;}
.error { color:#FF0000;}
.note {text-align:center; color: #663300; }
/* error messages are in red using normal list style types */
#error p , #error li, #error a, #error a:visited { color:#FF0000;}
#error li { padding-left:0px; margin-left: 20px; list-style-type: disc;}

.PrintPage {
 page-break-after:always;
}

.clear { clear:both; }
#page > #section { border-bottom: 1px solid transparent; }

/* Key to symbols - fits in right column */
#key {
	margin-top:16px;
	margin-left:4px;
}
#key img {
 border:none;
}
#key .top {
 font-weight:bold;
	background-image:url(../images/KeyHeader_01.gif);
	background-repeat:no-repeat;
	width:184px;
	height:24px;
}
#key .content {
	border-left: 2px solid #111e7c;
	border-right: 3px solid #111e7c;
	background-color:#7fa2f1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:173px;
	padding:3px;
}
#key .bottom {
	background-image:url(../images/KeyHeader_02.gif);
	background-repeat:no-repeat;
}
