body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f5f5f3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 771px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 215px;
	background-image: url(../images/header.jpg);
	margin-top: 0px;
	background-repeat: no-repeat;
}
#content {
	margin-top: 20px;
}
#content .col_1{width:510px; margin-right:11px}
#content .col_2{width:249px;}
#content .col_box_1 {width:210px; margin-right:22px}
#content .col_box_2 {width:211px}
#content .col_1 .indent { padding:19px 28px 27px 32px}
#content .col_2 .indent { padding:25px 20px 27px 32px}
#content .col_3{width:100%;}
#content .col_3 .indent { padding:25px 20px 27px 32px}
#content .col_3 .indent2 { padding:15px}

#content .col_4{width:379px; margin-right:11px}
#content .col_5{width:379px;}
#content .col_4 .indent { padding:7px 28px 27px 32px}
#content .col_5 .indent { padding:19px 28px 27px 32px}

.block_6 {
}
.block_6 .left_top {
	background:url(../images/left_top_3.gif) left top no-repeat;
	width:100%
}
.block_6 .right_top { background:url(../images/right_top_3.gif) right top no-repeat;}
.block_6 .right_bot { background:url(../images/right_bot_3.gif) right bottom no-repeat;}
.block_6 .left_bot { background:url(../images/left_bot_3.gif) left bottom no-repeat;}
.block_6 .left {background:url(../images/left_3.gif) repeat-y left}
.block_6 .top {background:url(../images/top_3.gif) repeat-x top}
.block_6 .right {background:url(../images/right_3.gif) repeat-y right}
.block_6 .bot {background:url(../images/bot_3.gif) repeat-x bottom}
h1 {
	margin-top: 10px;
	color: #5b5b51;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 21px;
}
.col_1, .col_2, .col_3, .col_box_1, .col_box_2, .col_4, .col_5{ float:left;}
.block_3 { background:#ececeb}
.block_3 .left_top { background:url(../images/left_top_3.gif) left top no-repeat; width:100%}
.block_3 .right_top { background:url(../images/right_top_3.gif) right top no-repeat;}
.block_3 .right_bot { background:url(../images/right_bot_3.gif) right bottom no-repeat;}
.block_3 .left_bot { background:url(../images/left_bot_3.gif) left bottom no-repeat;}
.block_3 .left {background:url(../images/left_3.gif) repeat-y left}
.block_3 .top {background:url(../images/top_3.gif) repeat-x top}
.block_3 .right {background:url(../images/right_3.gif) repeat-y right}
.block_3 .bot {background:url(../images/bot_3.gif) repeat-x bottom}
.div_title2 {
	background:url(../images/title_bg2.gif) no-repeat 0 0;
	padding:7px 0 37px 50px;
	margin:0 0 -14px -16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #5b5b51;
}
.clear { clear:both;}
/*footer*/
#footer{
	font-family:Georgia;
	font-size:10px;
	color:#6a6a6a;
	text-align:center;
	padding:26px 0 0 0
}
#footer .line_footer {background:url(../images/line_footer_bg.gif) repeat-x top; margin:0 0 -13px 0; height:20px}
#footer a {text-decoration:underline; color:#21556a}
#footer a:hover {text-decoration:none}

.footer_menu { overflow:hidden; width:100%; padding-bottom:6px; font-size:0.9em}
.footer_menu li { display:inline; margin-left:-1px;}
.footer_menu li a { color:#21556a; border-left:1px solid #21556a; padding:0 6px 0 8px; text-decoration:none !important; font-weight:bold}
.footer_menu li a:hover { text-decoration:underline;}
.footer_menu li a.none {border:none; padding-left:0}

a { 
	color:#21556a;
	text-decoration:none
}
a:hover { text-decoration:underline;}h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #5B5B51;
}

label
{
	width: 170px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 12px;
}

input
{
	color: #000000;
	background: #eeeeee;
	border: 1px solid #000000;
	margin-bottom: 15px;
}
.submit input
{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	margin-left: 175px;
} 

select
{
	color: #000000;
	background: #fff;
	border: 1px solid #781351;
	margin-bottom: 15px;
}
fieldset
{
	border: 1px solid #781351;
	width: 740px;
	padding: 10px;
}

legend
{
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
}
textarea
{
	color: #000000;
	background: #eeeeee;
	border: 1px solid #000000;
	margin-bottom: 15px;
}
.checkboxStyle {
	
}
#navigation {
	top: 161px;
	position: absolute;
}
#headerFlash {
	width: 251px;
	position: relative;
	float: right;
}
#login {
	margin-top: 10px;
}
#sponsortext {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
.textRight {
	float: right;
	width: 425px;
}
