@charset "UTF-8";
/* CSS Document */

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	color:#666;
	height:100%;
	margin:0;
	text-align:center;
}
hr {
	display:none;
}
* {
	padding:0;
	list-style:none;
}
/* GLOBAL
-----------------------------------------------------------------------------------------*/
.clearfix:after { /* clear floats */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.imgreplace {
	display:block;
	text-indent:-99999px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
/* draws a border on images */
.imgbor {
	border:1px solid #ccc;
}
/* photo left */
.photoleft {
	float:left;
}
/* check box settings */
.checkset {
	margin:0;
	width:13px;
	height:14px;
	overflow:hidden;
}
.clear {
	clear: both;
}
/* LINKS
--------------------------------------------------------------------------------------*/
a {
	text-decoration:none;
	color:#02559d;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	outline:none;
}
a img {
	border:none;
}

/* LAYOUT

--------------------------------------------------------------------------------------*/

#container
{
	width:600px;
	margin:50px auto 0 auto;
	text-align:left;
}
#container h1
{
width:550px;
height:73px;
background:url(../images/Header.gif) no-repeat;
margin:0 auto 45px auto;
overflow:hidden;
text-indent:-9999px;
}

#flashcontent
{
	width:600px;
	height:331px;
	margin:0 auto;
	text-align:center;
}
#links
{
padding:20px 0 0 0;
width:500px;
margin:0 auto;
}
#links .section
{
float:left;
width:250px;
margin:0;
}
#links a
{
display:block;
width:250px;
color:#008c44;
font-size:1.4em;
font-weight:bold;
margin:0 0 15px 0;
}
#links a:hover
{
text-decoration:none;
color:#0177b8;
}

#legal
{
width:500px;
margin:0 auto;
padding:150px 0 0 0;
color:#aaa;
}

