body {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	margin: 0px;
}
#topbar {
	background-image: url(images/sky.jpg);
	background-repeat : repeat-x;
}
#topbar h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #000080;
	margin-bottom: 0px;
	margin-top: 5px;
}
#topbar h1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 5px;
}
#topbar h3 {
	font-size: 16px;
	color: #000080;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
}
#topbar h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px
}
#menu {
	background-color: #00008B;
}
#menu a {
	font-size: 14px;
	margin-left: 20px;
}
#menu a:link {
	color: white;
	text-decoration: none;
}
#menu a:visited {
	color: white;
	text-decoration: none;
}
#menu a:hover {
	color: #e0e0ff;
	text-decoration: underline;
}
#left-col {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
}
#left-col h3 {
	font-size: 14px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#left-col h3 a {
	font-size: 14px;
	display: block;
}
#left-col .submenu {
	font-size: 14px;
	display: block;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#left-col .submenu:link {
	color: #0000C0;
	text-decoration: none;
}
#left-col .submenu:visited {
	color: #0000C0;
	text-decoration: none;
}
#left-col .submenu:hover {
	color: #000000;
	text-decoration: underline;
}
#left-col a {
	font-size: 12px;
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#left-col a:link {
	color: #0000C0;
	text-decoration: none;
}
#left-col a:visited {
	color: #0000C0;
	text-decoration: none;
}
#left-col a:hover {
	color: #000000;
	text-decoration: underline;
}
#left-col h2 {
	font-size: 12px;
	text-align: center;
	background-color: #F0F0FF;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 3px;
}
#left-col h2 a:link {
	color: #000080;
	text-decoration: none;
}
#left-col h2 a:visited {
	color: #000080;
	text-decoration: none;
}
#left-col h2 a:hover {
	color: #000000;
	text-decoration: underline;
}
#left-col p {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 3px;
	border-top: thin solid;
	border-left: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
	border-color: #F0F0FF;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	border-left: thin solid;
	border-color: #00008B;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000080;
	border-color: #00008B;
	width: 70ex;
}
#content h1 {
	font-size: 1.5em;
	text-align: center;
	border-top: thin solid;
	border-bottom: thin solid;
	margin-top: 12px;
	margin-bottom: 12px;
}
#content h2 {
	font-size: 1.0em;
	font-style: oblique;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 20px;
	margin-right: 20px;
}
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content h4 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 5px;
}
#content h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}
#content p {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 8px;
}
#content td {
	font-size : 1em;
  margin-top: 0;
}
  #content ul {
  font-size : 1em;
  margin-top: 0;
  list-style: square;
  margin-bottom: 10;
}
  #content ol {
  font-size : 1em;
  margin-top: 0;
  margin-bottom: 10;
}
#content blockquote{
	border : thin dotted #003300;
	margin-left : 16px;
	margin-right : 16px;
	padding : 3px;
	font-size : 1em;
	font-stretch : wider;
	font-style : oblique;
	font-weight : lighter;
}
#content blockquote p{
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 0;
}
#content td.caption {
	font-size: 0.7em;
	font-weight: bold;
}
#content a:link {
	color: #0000ff;
}
#content a:visited {
	color: #0000ff;
}
#content a:hover {
	color: #ff0000;
}
#content .redtext {
	color: #FF0000;
}
#content .bluetext {
	color: #0000FF;
}
#content .largetext {
	font-size: 200%;
}
#content .largertext {
	font-size: 250%;
}
#content img {
	border: 0px;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgborder {
	border: solid 1px #000000;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
#footer {
	width: 70ex;
	text-align: center;
	border-top: thin solid;
	border-color: #00008B;
}
#footer p {
	font-size: .6em;
	color: #000080;
}
.popmenu {
 	visibility: hidden;
 	position: absolute;
 	width: 130px;
 	color: black;
 	border: #ffffff;
 	border-style: solid;
 	border-top-width: 1px;
 	border-right-width: 1px;
 	border-bottom-width: 1px;
 	border-left-width: 1px;
	background-color: #00008B;
 	layer-background-color: #00008B;
	padding-bottom: 2px;
 	z-index:1;
 }
.popmenu a {
	font-size: 14px;
	display: block;
	margin-left: 3px;
}
.popmenu a:link {
	color: white;
	text-decoration: none;
}
.popmenu a:visited {
	color: white;
	text-decoration: none;
}
.popmenu a:hover {
	color: #e0e0ff;
	text-decoration: underline;
}
form {
	margin: 30px 10px 10px 10px;
}
#form-error {
	color: red;
}
#content form h3 {
	margin: 20px 0 10px 0;
}
#content form p {
	font-size: 90%;
}
label {
	padding: 0 5px 0 0;
}
