﻿@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2d2d2d;
	line-height:16px;
	font-size:11px;
}

img{
	padding:0px;
	border:0px;
}

h1{
	color: #003366;
	font-size:20px;
	line-height:24px;
	margin:0px;
	padding:0px;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#2D2D2D;
	line-height:18px;
	font-size:15px;
	font-weight:100;
}

h2.green {
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:18px;
	font-size:15px;
	font-weight:100;
}

.container {
	margin:auto;
	width:780px;
	background-color:white;
	margin-top:10px;
}

.header {
	height:100px;
	width:780px;
	background-image:url(images/header.jpg);
}

.rightstyle{
	display:block; 
	padding-right:15px; 
	padding-top:10px; 
	float:right;
	text-decoration:none;
	color:#2D2D2D;	
	font-weight:bold;
	height: 90px;
	width: 175px;
}

.rightstyle:hover {	
	color:#003366;
		font-weight:bold;
}


.top_images {
	width:760px;
	padding-top:5px;
	background-image:url(images/main_back.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	height:225px;
}

.green_menu{
	width:450px; 
	height:210px; 
	float:left; 
	background-color:#003366;
}

.green_menu_item{
	background-color:#002040; 
	height:21px; 
	padding-top:4px;
	padding-left:15px;
	width:165px; 
	margin-bottom:4px;
	float:left;
	clear:left;
}

.green_menu_item a{
	font-size:12px;
	color:white;
	text-decoration:none;
}

.green_menu_item a:hover{
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
	
.flash_holder{
	float:right; 
	padding-right:10px; 
	padding-top:130px;
	background: #003366;
}

.main_text {
	width:750px;
	padding-left:20px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:160px;
	background-image:url(images/main_back.gif);
	background-repeat:repeat-y;
	float:left;
}

.main_text p, .main_text ul
{
	margin-right: 	235px;
}



li{
	list-style-image:url(images/purple_dot.gif);
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	
}

.mock_li {
	float:left;
	clear:left;
	padding-top:10px;
	height:50px;
	width:90px;
	font-family:Arial, Helvetica, sans-serif; 	
	color:#605F5E; 	
	line-height:16px; 	
	font-size:15px;
}

.mock_li img{
	padding-left:10px; padding-right:10px;
}
.mock_li_item {
	float:left;
	padding-top:10px;
	height:50px;
	width:400px;
}
.bottom_curve {
	width:780px;
	height:128px;
	float:left;
	text-align: center;
	margin-top: -108px;
	margin-bottom:10px;
	background:url(images/bottom.gif) no-repeat bottom;
}
.footer {
	color:#808080;
	margin-top:10px;
	padding-left:20px;
	width:740px;
	padding-right:20px;
	padding-bottom:4px;
}

.spanfooter{
	display:block; text-align:right; float:right;
}

.spanfooter a{
text-decoration:none;
color:#666666;
}
.span666 {
	color:#666666;
}

label{
	width:230px;
	display:block;
	float:left;
	height:20px;
	clear:left;
	margin-bottom:5px;
}

.error_box {
	width:500px;
	padding:15px;
	border:1px solid red;
	margin-bottom:10px;
}

.error_box ul, li{
	list-style-type:none;
	list-style-image:none;
	padding:0px;
	margin:5px;
}
.text{
	width:200px;
	height:15px;
	
	margin-bottom:5px;
}

ul{
margin-left:30px;

}

li{
	list-style-type:disc;
}

.main_text a
{
	color: #003366;
}
