﻿BODY    {
	background-color: #FFFFFF;
	font-family: Arial , helvetica , sans-serif;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

H1    {
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	font-style: italic;
	padding-left: 16px;
	text-align: Left;
	letter-spacing: 0.2em;
	padding-left: 10px;
	padding-right: 10px;
}

H2    {
	font-size: 14px;
	color: #006699;
	font-weight: bolder;
	font-style: normal;
	letter-spacing: 0.1em;
	padding-left: 10px;
	text-align: center;
}

H3    {
	font-size: 12px;
	color: #006699;
	font-style: normal;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
}

H4    {
	font-size: 12px;
	color: #006699;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-weight: bold;
}

H5    {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-align: center;
	font-style: normal;
}

P    {
  font-size: small;
	color: Black;
	padding-left: 10px;
}

A:link    {
	color: #006699;
}

A:visited    {
	color: #663366;
}

A:active    {
	color: #669999;
}

A:hover    {
	color: #339999;
	text-decoration: none;
}

.Footer    {
	font-size: 10px;
	text-align: left;
  color: #666666;
	padding-left: 12px;
	padding-bottom: 1px;
	padding-right: 10px;
}

.nav  { font-size: 12pt; color: #333333}
.nav  a:active {  color: #CC0000;}
.nav  a:link {  color: #990000;}
.nav  a:visited {  color: #990000;}
.nav  a:hover {  color: #CC0000; }

.footer a:active { color: #006699; text-decoration: none;}
.footer a:link {  color: #333333; text-decoration: none;}
.footer a:visited {  color: #333333; text-decoration: none;}
.footer a:hover {  color: #006699; text-decoration: underline ;}

LI 
{
  font-size: 12px;
	color: Black;
  }
  
  /* Contact Form */

#contactformbox {
	background-color:#F1F0FF;
	border: solid 1px #A5B6FF;
	margin: 20px;
	padding: 20px;

}

#contactformbox p {
	margin: 10px 0 0 0;
	padding:0;
	font-size: .85em;
}

.controlcontainer {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	font-size: 11px;
}

.fieldlabel {
	width: 140px;
	float: left;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	padding: 2px 0px 0px 0px;
	display: block;
}
.textfield {
	width: 145px;
	font-family: Verdana;
	font-size: 11px;
}

input {
	vertical-align:middle
	}
	
select {
	vertical-align:middle
	}

.selectprogramlist {
list-style:none;
font-size: 11px;

}

ul {
	list-style: disc;
}
	
.submission-btn {
	
	margin: 10px 0 0 140px;
}

.ProgramSelect {color:Green; font-weight: bold;}
.ProgramSelect [disabled] {color:Gray; font-weight: normal; font-style:italic;} 