@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background:#FFFFCC;
	}
h2 {
	color:#990000;
	}
	.warning {
	color:#990000;
	font-weight:900;
	}
th {
	background-color:#E6F9FF;
	border:2px solid #003399;
}
td { padding:0;
	background-color:#FFFFFF;
	border:2px solid #003399;}
	
a:link { 
	font-weight: 800;
	color:#003366;
	text-decoration:none;
	}
	a:visited {
	font-weight: 800;
	color:#003366;
	text-decoration:none;}
a:hover {
	text-decoration: underline;
	color:#990000;
	font-weight: 800;
	}
	
.flash {
	font-size: 90%;
	font-weight:bold;
	color:#FF0000;
	}
.add_title {
	color:#0000CC;
	font-weight:800;
	}
#skip a, #skip a:hover, #skip a:visited 
{ 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 

#skip a:active, #skip a:focus 
{ 
	position:static; 
	width:auto; 
	height:auto; 
} 
#wrapper {
	margin-top:25px;
	margin-bottom:25px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	background:#FFFFFF;
	border: solid 2px;
	border-color:#333333;
	
}
#content {
	float:left;
	width:580px;
	height:auto;
	margin-left:10px;
	margin-bottom:30px;
	}
#content a {
	color:#000000;
	text-decoration:underline:
	}
#content a:hover {
	color:#0033CC;
	text-decoration:none;
	}
#content a:visited {

	color:#00000;
	text-decoration:underline;
	}
#nav_footer {
	float:left;
	width:780px;
	height:auto;
	text-align:center;
	margin-bottom:15px;
	}
#align-center  {
	font-size:80%;
	font-weight:800;
	text-align:center;

}
#align-center img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
#nav {
	float:left;
	width:200px;
	height:auto;
	margin-left:10px;
	}
#services {
	float:left;
	height:100px;
	width:590px;}
#badge {
	left:10px;
	margin-top:10px;
	float:left;
	height:110px;
	width:110px;
}
	
#img_center {
text-align:center;
vertical-align:middle;
}