body {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #333333;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/blue_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
#wrapper {
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#top_spacer {
	clear: both;
	height: 20px;
	width: 840px;
}

#logo {
	height: 150px;
	width: 840px;
}
#main_nav {
	line-height: 30px;
	height: 30px;
	width: 840px;
}
#main_nav a, #main_nav a:link, #main_nav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	display: block;
	float: left;
	height: 30px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_nav a:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	display: block;
	float: left;
	height: 30px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #2F3684;
	margin-bottom: 2px;
}
p {
	margin-top: 2px;
	padding-left: 10px;
	text-align: justify;
}


#content {
	clear: both;
	height: auto;
	width: 840px;
	background-color: #FFFFFF;
}
#main {
	float: left;
	height: auto;
	width: 520px;
	background-color: #FFFFFF;
	padding-right: 10px;
}
#main a, #main a:link, #main a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3036AF;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	clear: both;
	height: 150px;
	width: 100%;
	background-attachment: scroll;
	background-image: url(images/blue_bg_bottom.jpg);
	background-repeat: repeat-x;
}

#right_nav {
	float: right;
	width: 300px;
	height: auto;
	margin: 0px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #2F3684;
	margin-bottom: 2px;
}

:-moz-any-link:focus {
  outline: none;
}
#bottom_spacer {

	clear: both;
	height: 20px;
	width: 840px;
}
#footer a:hover {

	color: #FFCC00;
	text-decoration: underline;
}
table#form {
	line-height: 15px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	margin-left: 10px;
}
input {
	border: 1px dotted #666666;
}
textarea {
	border: 1px dotted #666666;
}
legend {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 5px;
}
fieldset {
	border: 1px dotted #666666;
}
