body {
	margin: 0; padding: 0; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 13px;
	color: #454545; 
	background-color: #efefef;
	overflow-y: scroll; 
}
a:link, a:visited { 
	text-decoration: underline;
	color: #000000;	
}
a:hover {
	text-decoration: underline;
	color: #000000;	
}
h1 {
	font-size: 24px; font-weight: normal;
}
h1 a:link, a:visited, a:hover {
	text-decoration: none;
}
h2 {
	text-align: center;
}
img{
	border: 0;
}
li {
	padding-bottom:10px;
}
#container{
	width: 1200px;
	background: #ffffff;
	margin: 0 auto;
}
#header{
	height: 440px;
	padding-top: 0px;
	background: #125D9D;
	font-size: 16px;
	color: #C2CCC4;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}
#header img{
	margin-top: 0px;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}
#header h1{
	color: #FFFFFF;
}
#menu{
	display:block;
	float: left;
	width: 220px;
	padding-bottom: 20px;
	background: #125D9D;
	color: #C2CCC4;
}
#menu ul {
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #FFFFFF;
}
#menu li {
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0;
	text-transform: uppercase;	
}
#menu a:link, #menu a:visited { 
	text-decoration: none;
	color: #C2CCC4;	
}
#menu a:hover {
	text-decoration: underline;
	color: #C2CCC4;	
}
.menutext{
	padding-left: 5px;
	font-size: 12px;
}
#content{
	display:block;
	padding: 30px 10px 30px 230px;
}

a.logo, a.logo:visited{
	font-weight: bold;
	text-decoration: underline;
}
a.hover:visited{
	font-weight: bold;
	text-decoration: underline;
}
a.logo img{
	margin-right: 10px;
	vertical-align: middle;
}
td {
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 13px;
	color: #454545; 
}
a.helplink, a.helplink:visited, a.helplink:hover{
	float: right;
}
.error {
	color: red;
}
.par {
	padding-top: 20px;
}
.bodered{
 	border-collapse: collapse;
    	border: 1px solid #454545;
}
td.group{
	background-color: #efefef;
    	border-top: 1px solid #454545;
    	border-bottom: 1px solid #454545;
	text-align: center;
}
td.subgroup{
	background-color: #f8f8f8;
    	border-top: 0px solid #454545;
    	border-bottom: 0px solid #454545;
	text-align: left;
}
.pp{
	padding-left:40px;
}
#program{
	border: 0;
}
#program td{
	vertical-align:top;
}
input, select {
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 13px;
	color: #454545;
}
input[type=text],input[type=password] {
	width: 250px;
}