/* CSS Document */

#container
{
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px #FFCC00;
	line-height: 130%;
}

#top
{
background: url(../images/header.jpg);
border-bottom: 0px;
height: 55px;
}

#top h1
{
padding: 0;
margin: 0;
}

#top p
{
color: #FFF;
padding: 20px;
margin: 0;
}

#leftnav
{
float: left;
width: 240px;
margin: 0;
padding: 0em;
}

#rightnav
{
float: right;
width: 160px;
margin: 0;
}

#content
{
margin-left: 270px;
margin-right: 178px;
background-color: #fff;
padding: 1em;
}

#formcontent
{
margin-left: 270px;
margin-right: 14px;
background-color: #fff;
padding: 1em;
}

#footer
{
	clear: both;
	height: 24px;
	background-color: #FFCC00;
	width: 800px;
	background: url(../images/onepixel.gif);
	border-top: 1px url(../images/onepixel.gif);
}

#rightnav p { margin: 0 0 1em 0; }
#leftnav p { margin: 0 10px 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
} 
#content h2 { margin: 0 0 .5em 0; }
#content p {
	margin: 0 0 .5em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align:left;
}

#caption p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}

#story p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

#contact p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;

}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #059DDE;
	text-decoration: none;
	font-weight: bold;
}

a:visited {color: #999} /* visited link */
a:hover {color: #999} /* mouse over link */
a:active {
	color: #059DDE
} /* mouse over link */

a.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #059DDE;
	text-decoration: none;
	font-weight: normal;
}

a.style1:visited {color: #999} /* visited link */
a.style1:hover {color: #999} /* mouse over link */
a.style1:active {
	color: #059DDE
} /* mouse over link */

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6F72;
	text-decoration: none;
	font-weight: bold;
}

a.nav:visited {color: #6D6F72} /* visited link */
a.nav:hover {color: #FFFFFF} /* mouse over link */
a.nav:active {
	color: #6D6F72
} /* mouse over link */

a.blue {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #059DDE;
}

a.blue:visited {color: #059DDE} /* visited link */
a.blue:hover {color: #666666} /* mouse over link */
a.blue:active {
	color: #059DDE;
	font-size: 18px;
	font-weight: bold;
} /* selected link */
.arrow {
	margin-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

