body, h1, h2, h3, h4, p {
	margin: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/bgh.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul{
	padding: 0px;
	margin: 0px;
}

li {
	font-size: 11px;
	color: #666666;
	line-height: 12px;
	margin-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00539b;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00539b;
	font-weight: bold;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00539b;
	font-weight: bold;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00539b;
	font-weight: bold;
}


hr {
	display: block;
	clear: both;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

a {
	color: #00539b;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

a.footertext {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.footertext {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}


#pagewrap {
	width: 750px;
	margin-left: -375px;
	position: absolute;
	left: 50%;
	background-color: #E6E6E6;
}

#header {
	height: 200px;
	width: 750px;
	background-image: url(../images/bgh.gif);
	background-repeat: repeat-x;
}

#contentleft {
	width: 316px;
	float:left;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}


#contentright {
	width: 414px;
	float:left;
}

#contentlefttips {
	width: 594px;
	float:left;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}


#contentrighttips {
	width: 136px;
	float:left;
}

#footer {
	clear: both;
	width: 740px;
	background-color: #00284C;
	padding: 5px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.footertext {
	font-size: 10px;
	color: #FFFFFF;
}


.input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #999999;
	font-size: 11px;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #999999;
	font-size: 11px;
}

#imageborder {
	border: 1px solid #E8E8E8;
	background-color: #FFFFFF;	
}

.smalltext {
	font-size: 10px;
	line-height: 10px;
}

.hilite {
	font-weight: bold;
	color: #333333;
}
