@charset "UTF-8";
body {
	background: #0079C2 url(images/bg.jpg) repeat-x;
	margin: 0px;
	font: small "Trebuchet MS", Arial, Verdana;
	color: #333333;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background: url(images/logo.gif) no-repeat;
	height: 30px;
	color: #FFFFFF;
	padding-top: 70px;
	text-align: right;
}
#top_right {
	float: right;
	color: #FFFFFF;
}
#flash {
	background: url(images/flash_placeholder.jpg) no-repeat;
	height: 200px;
}
#content {
	background: #FFFFFF url(images/content_top.gif) no-repeat;
	margin-top: 20px;
	text-align: justify;
	padding: 40px 40px 10px;
}
#right_menu {
	float: right;
	width: 240px;
	text-align: right;
}
#footer {
	background: #0079C2 url(images/content_bottom.gif) no-repeat;
	color: #FFFFFF;
	font-size: x-small;
	padding: 50px 40px 10px;
}
p {
	margin-top: 10px;
}
h1 {
	margin: 0px;
	color: #F78F1E;
	font-size: x-large;
	font-style: oblique;
	font-weight: bold;
}
h2 {
	color: #0079C2;
	font-size: medium;
	margin: 20px 0px 10px;
	font-style: oblique;
	font-weight: bold;
}
h3 {
	color: #0079C2;
	font-size: medium;
	margin: 20px 0px 10px;
	font-style: oblique;
	font-weight: bold;
	border-bottom: 1px dotted #0079C2;
}
li {
	list-style: none;
	background: url(images/bullet_point.gif) no-repeat 0 0;
	padding-left: 30px;
	margin-top: 10px;
	position: relative;
	height: 23px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 3px;
}
ul {
	padding-left: 0px;
}
.highlight_text {
	color: #0079C2;
}
#container #content a:link {
	color: #F78F1E;
}
#container #content a:visited {
	color: #F78F1E;
}
#container #content a:hover {
	color: #0079C2;
}
#container #footer_right a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#container #footer_right a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#container #footer_right a:hover {
	color: #F78F1E;
}
#container #banner a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#container #banner a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#container #banner a:hover {
	border-bottom: 3px solid #F78F1E;
	padding-bottom: 3px;
}
#footer_right {
	float: right;
	font-size: x-small;
	color: #FFFFFF;
	margin-top: 50px;
	margin-right: 40px;
}
label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
	width: 530px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

textarea{
	width: 650px;
	height: 150px;
	border: 1px solid #CCCCCC;
}

.boxes{
width: 1em;
}

#submitbutton{
	margin-left: 0px;
	margin-top: 5px;
	width: 90px;
}
.pdf_icon {
	float: right;
	margin-left: 20px;
}
