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

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333333;}
	
a {
	color:#3399CC;}
	
.header-bg {
	background-color:#E1F0F7;
	height:100px;}

.red {
	font-weight: bold; 
	color:#cc0000;	
}
	
	
h1 {
	margin:0;
	color:#3399CC;
	font-size:18px;}
	
h2 {
	margin:0;
	color:#FF9900;
	font-size:18px;}
	
	
.nav {
	background-color:#3089C5;
	height:39px;
	background-image:url(images/nav-gradient.jpg);
	background-position:center center;}
	
.nav-link {
	color:#FFFFFF;
	line-height:39px;}
	
	
.nav-link a{
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 5px 0 5px;
	}
	
.nav-link a:hover{
	color:#FF9900;
	text-decoration:underline;
	padding: 0 5px 0 5px;
	}
	
.box-top {
	background-image:url(images/box-top.jpg);
	background-repeat:no-repeat;
	height:20px;}
	
.box-center {
	background-image:url(images/box-center.jpg);
	background-repeat:repeat-y;}
	
.box-center ul{
	padding:0;
	margin:0;}
	
.box-center li{
	list-style:none;
	background-image:url(images/li_double_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 0 0 12px;
	margin:0;
	}
	
.box-bottom {
	background-image:url(images/box-bottom.jpg);
	background-repeat:no-repeat;
	height:20px;}
	
.testimony {
	background-image:url(images/testimony-bg.jpg);
	display:block;
	float:right;
	width:202px;
	height:100px;
	font-size:11px;
	padding:5px 10px 5px 10px;}
	
	
	
	
	
.footer {
	background-image:url(images/footer-gradient.jpg);
	background-position:center center;
	height:100px;
	width:100%;
	bottom:0;
	z-index:100;}
	
.footer-link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;}
	
.footer-link a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0 10px 0 10px;
	text-decoration:none;}
	
.footer-link a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF9900;
	text-decoration:underline;}
	
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	padding-left:10px;}
	
	
.copyright a{
	font-size:10px;
	color:#FFF;
	text-decoration:none;}
	
.copyright a:hover{
	font-size:10px;
	color:#FF9900;
	text-decoration:underline;}
	
.formheader {
	font-family: arial; 
	font-size: 13px; 
	font-weight: bold; 
	color:#00428C; 
	line-height:35px;
}

.formlabel {
	font-family: arial; 
	font-size: 12px; 
	font-weight: bold; 
	color:#666;	
}

.formvalue {
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	color:#000;	
}
	
	
	
	
	
	
	
	
	
	
	
	
	