h1,h2,h3		{clear: both;}
h1				{font-size: 24pt;}
h2				{font-size: 16pt;}
h3				{font-size: 14pt;}
h4 				{font-size: 12pt; font-weight: normal; font-family: Georgia, sans-serif;}
h5				{font-size: 8pt; font-weight: normal; font-family: Georgia, sans-serif;}
p, a, li		{font-size: 12pt; font-weight: normal; font-family: Georgia, sans-serif;}
hr				{color: rgb(0%, 0%, 20%); clear: both;}
img				{float: right;}
.quote			{quotes: '"' '"';}
.quote:before	{content: open-quote;}
.quote:after	{content: close-quote;}
.bold			{font-weight: bold;}
.center			{display: block; width:100%; text-align: center;}
.default 		{font-family: Georgia, sans-serif;font-size: 12pt;font-weight: normal;}
.fileType {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-decoration: underline;}
.region1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 900;
	color: #33CC99;
}
.region2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 900;
	color: #FFFF00;
}	
.region3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 900;
	color: #0033CC;
}
.region4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 900;
	color: #9966CC;
}
.region5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 900;
	color: #FF9900;
}	
.region6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 900;
	color: #CC3333;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 600;
}
.stateList {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

a img 			{border: 2px solid blue;}
a img:hover		{border: 2px solid rgb(40%, 40%, 100%);}

body {
	background-color: white;
	font-family: Georgia, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: black;
	position: relative;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;

}

div#content {
	width: 605px;
	height: auto;
	min-height: 700px;
	margin: 0;
	border: 0;
	padding-top: 190px;
	padding-bottom: 75px;
	padding-left: 195px;
	padding-right: 0;
	position: absolute;
}

div#header {
	width: 605px;
	height: 150px;
	margin: 0;
	margin-left: 195px;
	border: 0;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	background-color: rgb(20%, 20%, 40%);
}

div#header h1, div#header h2, div#header h3 {
	color: white;
	font-variant: small-caps;
	font-family: Georgia, sans-serif;
	display: block;
	margin: 3px 0 3px 20px;
	padding: 0;
}

div#header img.corner-logo {
	height: 150px;
	padding: 0 12.5px;
	position: absolute;
	top: 0;
	left: -195px;
	border: 0;
}

div#header img.banner {
	height: 150px;
	width: 605px;	
	position: absolute;
	top: 0;
	left: 0;
}

div#sidebar {
	width: 175px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
	position: absolute;
	top: 175px;
	bottom: auto;
	left: 0;
	right: auto;
}

div#sidebar a {
	display: block;
	width: 170px;
	height: auto;
	margin: 5px;
	margin-left: 0;
	margin-right: 0;
	border: 0;
	padding: 5px;
	padding-left: 0;
	padding-right: 5px;
}

div#sidebar a:hover {
	background-color: rgb(80%, 80%, 100%);
}

div#sidebar hr {width: 75%;}

div#footer {
	width: 786px;
	height: auto;
	margin: 0;
	border: 1px solid rgb(0%, 0%, 20%);
	padding: 5px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 10pt;
	text-align: center;
	white-space: pre;
	background-color: rgb(80%, 80%, 100%);
}
