body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D3D3D3;
	font-weight : normal;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

li {
	list-style-type : disc;
}

h1 {
	color: #4343DA;
	text-decoration: underline;
	font-size: 120%;
	font-weight: bold;
}

h2 {
	color: #4343DA;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.container {
	width: 1000px;
	text-align: left;
	overflow: hidden;
}

.header_table {
	table-layout: fixed;
	margin-top: 5px;
}

.three_column_table {
	table-layout: fixed;
}

#navbar {
vertical-align: bottom;
padding-left: 5px;
padding-bottom: 0px;
margin-bottom: 0px;
white-space: nowrap;
background-color : #FF6600;
font-weight : normal;
line-height: normal;
}

a#navlink {
height: 20px;
background-color : #FF6600; 
color : #ffffff; 
font-family : 'sans-serif', 'Sans Serif'; 
font-size : 12px; 
padding-left: 8px;
padding-right: 8px;
padding-bottom: 5px;
list-style-type: none;
display: inline-block;
}

a#navlink:hover {
background-color: white;
color: #0000CC;
padding-top: 7px;
font-size: 12px;
text-decoration: none;
}


table td {
    text-align: left;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

#left_column
{
	width: 283px;
	background-color: #fff;
	padding-left: 40px;
	padding-right: 20px;
}

#middle_column
{
	width: 264px;
	background-color: #DBDEF1;
	padding-left: 20px;
	padding-right: 30px;
}

#right_column
{
	width: 283px;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 40px;
}

#one_column {
	width: 900px;
	background-color: #fff;
	padding-left: 40px;
	padding-right: 60px;
}

#sponsor_link
{
	font-size: 12px;
}

#sponsor_link a:visited, a
{
	color: #000;
}

a#sponsor_link:hover
{
	text-decoration: underline;
}

#sponsor_image
{
	border: 0px;
	padding-right: 10px;
	vertical-align: middle;
}

.footer
{
	width: 1000px;
	text-align: center;
	background-color: #0000cc;
	font-size: 9px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


.readmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #FF3300;
}

.external_link
{
	color: #4343da;
}

#contact_form {
	margin-left: 70px;
	margin-bottom: 40px;
	margin-top: 50px; 
	background-color: #dbdef1;
	border: solid;
	border-color: #000;
	border-width: 1px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	width: 400px;
}

#ct_field
{
	min-width: 165px;
	float: left;
	padding-bottom: 2px;
}

#cf_input
{
	width: 200px;
	line-height: 24px;
	padding-bottom: 2px;
}

