/* CSS Document */

body{
	background-color: #3399FF;
	font-family: "Arial MS";
	font-size: 12px;
	
}

body.green{
	background-color: #66CC99;
	font-family: "Arial MS";
	font-size: 12px;
}




div.footer{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 683px;
	top: 1314px;
}

div.heading {
	background-position: left top;
	position: static;
	left: 10px;
	top: 10px;
	display: run-in;
}

div.home {
	float: right;
	width: 79%;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #66CC99;
	border-left-width: 35px;
	border-right-width: 35px;
	border-color: #66CC99;
	border-style: solid;
	font-family: Trebuchet;
	font-size: 12pt;
	color: white;
}

div.col1 {
	float: left;
	width: 20%;
	margin-bottom: 0;
	overflow: hidden;
	background-color: #3399FF;
}

div.col2 {
	float: right;
	width: 80%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	border-left-width: 5px;
	border-right-width: 5px;
	border-color: white;
	border-style: solid;
	background-color: white;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: navy;
}

div.col3 {
	float: right;
	width: 25%;
	overflow: hidden;
	margin-right: 0;
	background-color: #66CC99;
	color: white;
}

H1{
	font-family: "Trebuchet MS";
	font-size: xx-large;
	font-weight: bold;
	color: navy;
	border: none;
}
H2{
	font-family: "Trebuchet MS";
	font-size: large;
	color: navy;
	width: auto;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: navy;
	text-decoration: underline;
	width: 20%;
}
A.nav:link, A.nav:visited
{
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-style: normal;
}

A:link{
	font-family: Trebuchet;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	left: 4cm;
	top: 4cm;
	
}
A:visited{
	font-family: Trebuchet;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}


dd {
	font-size: 12pt;
	font-style: oblique;
	width: 100%;
	color: navy;
}
dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: oblique;
	font-weight: bolder;
	width: 100%;

	}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

p.10{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}


div.highlight {
	background-color: #66CC99;
	border-left-width: 35px;
	border-right-width: 35px;
	border-color: #66CC99;
	border-style: solid;
	font-family: Trebuchet MS;
	font-size: 12pt;
	font-weight:bold;
	color: white;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}