@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	background: url(header.jpg) repeat-x;
	background-color: #eeedf2;
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

textarea
{
	width: 300px;
	height: 100px;
}

input[type=text]
{
	width: 150px;
}

.formBuilderFieldName
{
	padding-bottom: 5px;
}
.formBuilderField
{
	padding-bottom: 10px;
}

a
{
	color: #333;
}

#container
{
	width: 972px;
	margin: auto auto;
	min-height: 500px;
}

#abovemenu
{
	height: 132px;
	width: 803px;
	margin: auto auto;
}

#menu
{
	background: url(images/menu.png) repeat-x;
	width: 807px;
	height: 34px;
	margin: auto auto;
}

#content
{
	padding-top: 20px;
}

h1
{
	font-family: trebuchet ms;
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #074d84;
}

.h2
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #074d84;
	font-weight: bold;
}

#headlines
{
	text-align: left;
}

#headlines td
{
	padding-left: 5px;
}

#headlines a
{
	text-decoration: none;
}


#headlines .list
{
	color: #074d84;
}

.box
{
	margin-left: 10px;
	float: left;
	background: url(images/box.gif);
	height: 137px;
	width: 110px;
}

.box a
{
	float: left;
	height: 122px;
	width: 90px;
	padding: 10px;
	padding-top: 5px;
	font-size: 10px;
	line-height: normal;
}

.specialbg
{
	background: #d9dce3;
}

#footer
{
	color: #597083;
	border-top: 1px solid #5a7183;
	font-size: 10px;
	height: 25px;
	padding-top: 5px;
}

#footer a
{
	color: #597083;
	text-decoration: none;
}

#footer a:hover
{
	color: #333;
}

a > img
{
	border: none;
}
