﻿body 
{
    background-color:#fff200;
    font-family:Arial;
    font-size:12px;
    color:#231f20;
	margin:0px;
	padding:0px;
}

a
{
	color:#e95e24;
	text-decoration:none;
}

a:hover
{
	color:#231f20;
}

.overstate
{
    color:#e95e24;
}

p
{
	margin-top:16px;
	margin-bottom:16px;
}

h1
{
    margin:0 0 16px 0;
    color:#e95e24;
    font-size:12px;
}

h2
{
    margin:0 0 16px 0;
    color:#e95e24;
    font-size:12px;
}

.highlight
{
	color:#e95e24;
	font-weight:bold;
}

#container
{
    width:800px;
    margin:0px auto;
    padding:0px;
}

#topnav
{
    clear:left;
    float:left;
    width:800px;    
	font-weight:bold;
}

#topnav a
{
	color:#231f20;
}

#topnav a:hover
{
	color:#e95e24;
}

#topnav-left
{
    width:69px;
    float:left;    
    text-align:center;
    background-image:url('images/nav_home_bg.gif');
    padding-top:7px;
    height:23px;
}

#topnav-middle
{
    width:546px;
    float:left;
    text-align:right;
    padding-top:7px;
    height:23px;
    padding-right:20px;
}

#topnav-right
{
    float:left;
    width:165px;
    text-align:center;   
    background-image:url(images/nav_mailing_bg.gif); 
    padding-top:7px;
    height:23px;
}

#header
{	
	clear:left;
	float:left;
	width:800px;
	padding-top:12px;
}

#content
{
	clear:left;
	float:left;
	width:800px;
	padding-top:12px;
}

#content-left
{
	float:left;	
	width:153px;
	padding-right:26px;
	padding-top:30px;
	padding-left:10px;
}

#content-left a
{	
	color:#231f20;
}

#content-left p
{
    margin-top:7px;
	margin-bottom:7px;
}

#content-left a:hover
{
	color:#e95e24;
}

#content-right
{
	float:left;	
	width:581px;
	background-color:#ffffff;
	padding-top:25px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	height:350px;
}

#content-right-leftcol
{
    float:left;
    width:275px;
    padding-right:30px;
}

#content-right-rightcol
{
    float:left;
    width:275px;
}

#content-right-full
{
    float:left;
    width:580px;
}

.iframe
{
	height:340px;
	border:0px;
    width:275px;
}

.iframe-big
{
	height:340px;
	border:0px;
    width:580px;
}

.iframe-big-inner
{
    width:580px;
	}

#footer
{
	clear:left;
	float:left;
	width:800px;
	background-image:url(images/footer_line.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:10px;
	text-align:right;
}

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

#footer a:hover
{
    color:#231f20;
    text-decoration:underline;
}

.textbox
{
	border:solid 1px #cccccc;
	width:200px;
	height:22px;
}
