﻿@charset "UTF-8";


html {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-image: url('images/HeaderBk.gif');
	background-repeat: repeat-x;
}

body{
	margin: 0;
	padding: 0;
	width: 720px;
	margin: auto;
}

#prefooter
{
	clear: both;
	height: 0em;	
}
#footer
{ 
	clear: both;
	color: #00697F;
	font-size: 8pt;
	background-color: #CCCCCC;
	height: 10pt;
	margin-top: 1em;
	padding: .3em .5em .5em .5em;
} 

a {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}


#Header {
	height:70px;
	zbackground-color:#CCCCCC;
}
#Header img{
	border-style: none;
}

#Logo {
	float: left;
	margin-left: -120px;
	margin-top: 6px;
	height: 161px;
	width: 100px;
}

#ProgramName{
	float: left;
	font-size: 48px;
	color: #FFFFFF;
}

#TopMenu {
	float: right;
}
#TopMenu img {
	width: 90px;
	height: 50px; 
	margin-top: 20px;
	margin-left: 9px;
}

#BodyArea {
     margin-left: auto;
     margin-right: auto;
	 margin-top:10px;
     width: 720px;
	 background-color: #FFFFFF;
     }
	 
zh1,h2,h3,h4,h5 {
	color: #00697F;
	}

h1 {font-size: 14pt;}
h2 {font-size: 12pt;}
h3 {font-size: 10pt;}

h1 {
	background-color: black;
	width:auto;
	font-size:12pt;
	color:white;
	padding:.25em;
	margin-top: .5em;
	}

h2, h3 {
	background-color: #1d81a1;
	padding: .25em;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	width: auto;
}



table{
	zmargin-right: 2em;
	zmargin-left: 2em;
	}
table th{
	ztext-align: left;
	}
table td, table th{
	padding-right: 2em;
	padding-left: 2em;
	border-bottom: 1px #ccccdd dotted;
	}
table caption {
	text-align: left;
	font-weight: bold;
	font-size: larger;
	}

.tableCol1 
{
	font-weight: bold;
}

/******************************************/
#bodyleft{
	float: left;
	width: 425px;
	margin-left: 23px;
}
#bodyleft li {
	margin-bottom: .5em;
}

#bodyright{
	float: left;
	width:250px;
	margin-left: 20px;
	zmargin-top: 1em;
}

.boxbutton {
	width: 100%;
	height: 31px;
	border-style: none;
	margin-bottom: 1em;
}
.boxbutton img {
	border-style: none;
}
.box {
	width: 100%;
	border: 1px #CCCCCC solid;
	font-size:smaller;
	margin-bottom: 1em;
	background-color: #eeeeff;
}
.box h2 {
	margin-top: 0;
	margin-bottom: 0;
	background-color: black;
}
.box p, .box table, box img {
	padding: .25em 1em .5em 1em;
	margin-top: 0;
	margin-bottom: 0;
}
/******************************************/

.imgbox{
	float:right;
}
.imgbox h5 {
	font-weight: normal;
	font-size: smaller;
	margin: 0;
	padding: 0;
	text-align: center;
}
