a:link {
	color: #31639C;
	text-decoration: none;
}
a:visited {
	color: #31639C;
	text-decoration: none;
}
a:active {
	color: #31639C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}

h1 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #285382;
	text-align: left;
}
h2 {
	font-size: 19px;
	color: #000000;
	font-weight: bold;
	line-height: 20pt;
}

.sitetitle {
	font-size: 14px;
	font-weight: bold;
	color: White;
	text-transform: uppercase;
}

.leftnav {
	font-size: 11px;
	color: #264E79;
	width: 129px;
	font-weight: bold;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftnav a:link {
	text-decoration: none;
	color: #264E79;
}
.leftnav a:visited {
	color: #264E79;
	text-decoration: none;
}
.leftnav a:hover {
	color: #ffff66;
	text-decoration: none;
}
.leftnav a:active {
	color: #264E79;
	text-decoration: none;
}
.leftnav2Container {
	color: #286393;
	width: 129px;
	background-color: #BCCCDE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81A0C2;
}
.leftnav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #286393;
	width: 117px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 12px;
}
.leftnav2 a:link {
	text-decoration: none;
	color: #286393;
}
.leftnav2 a:visited {
	color: #286393;
	text-decoration: none;
}
.leftnav2 a:hover {
	color: #CC0000;
	text-decoration: none;
}
.leftnav2 a:active {
	color: #286393;
	text-decoration: none;
}

.leftnav3Container {
	color: #286393;
	width: 129px;
	background-color: #BCCCDE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81A0C2;
}
.leftnav3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 111px;
	margin-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.leftnav3 a:link {
	text-decoration: none;
	color: #333333;
}
.leftnav3 a:visited {
	color: #333333;
	text-decoration: none;
}
.leftnav3 a:hover {
	color: #993300;
	text-decoration: none;
}
.leftnav3 a:active {
	color: #003399;
	text-decoration: none;
}

.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bottomnav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.bottomnav a:visited {
	color: #FFFFFF;
	text-decoration: none;

}
.bottomnav a:hover {
	color: #FF9900;
	text-decoration: none;
}
.bottomnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.pagetitle {
	font-family: Verdana, Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #285382;
	text-align: left;
}
.pageheading {
	font-size: 16px;
	font-weight: bold;
	color: White;
}
.pagesubheading  {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	vertical-align: middle;
	background-color: #81A0C2;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Gray;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: Gray;
}
.pagecontent {
	font-size: 11px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color : #FFFFFF;	
}
.pagefooter {
	font-size: 11px;
	background-color: #31639C;
}

.copy {
	font-weight: normal;
	font-size: 11px;
	color: #555555;
}
.copy a:link {
	font-size: 11px;
	color: #CC0000;
}
.copy a:visited {
	color: #CC0000;
}
.copy a:hover {
	background-color: #EAEFF5;	
}

.list-table {
	background-color: #ffffff;
	border: 1px solid Gray;
}
.list-heading  {
	background-color: #cccccc;
	font-weight: Bold;
	font-size: 11px;
	color: #555555;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Gray;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: Gray;
}
.list-item  {
	background-color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
}
.list-item-odd  {
	background-color: #F5F5F5;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
}
.list-link:link  {
	font-size: 11px;
	color: #003366;
}
.list-link:visited  {
	color: #666666;
}
.list-link:hover  {
	background-color: #FFF8DC;
}

.form-table  {
	background-color: #ffffff;
	border: 1px solid Gray;
}
.form-fieldname  {
	background-color: #E1E1E1;
	font-weight: bold;
	font-size: 11px;
	color: #555555;
	text-align: right;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
}
.form-fieldvalue  {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	text-align: left;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
}

.display-table  {
	background-color: #ffffff;
	border: 1px solid Gray;
}
.display-fieldname  {
	background-color: #E1E1E1;
	font-weight: bold;
	font-size: 11px;
	color: #555555;
	text-align: right;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
}
.display-fieldvalue  {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	text-align: left;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
}

.fieldsubmit  {
	background-color : Silver;
	text-align : center;
	padding: 2px;
	border: 1px solid Gray;
}

.error  {
	font-weight: bold;
	font-size: 14px;
	background-color : #E1E1E1;
	color: #FF0000;
}

.submitbutton  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #555555;
	background-color: #E1E1E1;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
}


.ContentTitle {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.SubTitle {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.TableBorder {
	border: 1px solid #000066;
	background-color: #EFF7F8;

}
.TableBorder td {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}
.LineHeight {
	line-height: 1.5;
}
.tableDsp {
	background-color: #A4AFBD;
}
.tableTD {
	background-color: #FFFFFF;
}
.tableTDalt {
	background-color: #EBEFF1;
}
.tableTH {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #93C7E3;
}
.ProgramHeader {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #376695;
}
.ProgramHeaderAlt {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	background-color: #C0D3CC;
}
.ProgramRowOne {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;	
}
.ProgramRowOne a:link{
	color: #000000;
	text-decoration: none;
}
.ProgramRowOne a:visited{
	color: #000000;
	text-decoration: none;
}
.ProgramRowOne a:hover{
	color: #CC9900;
	text-decoration: none;
}
.Table2Header {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #376695;
}
.Table2RowOne {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	background-color: #FFFFFF;
}
.Table2RowTwo {

	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	background-color: #efefef;
}
.BoldText {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #005026;
}
.homeImages {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-color: #324DDB;
	padding: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.homeImages a {
	color: #FFFFFF;
	text-decoration: none;
}
.homeImages a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.homeImages a:hover{
	color: #FF9900;
	text-decoration: none;
}