@charset "UTF-8";

html {
	height: 100%;
}

ul {
	list-style-type: none;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url('../graphics/bg.jpg');
	background-repeat: repeat-x;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
}

H1, H2, H3, H4, H5 {
	color: #003E7E;
}

a img { 
	border: none;
}

a:link {
	color: #00AFF1;
	text-decoration: none; 
}
a:visited {
	color: #00AFF1;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #00AFF1;
	text-decoration: underline;
}

a.design:link	{ color: #aec2d6; text-decoration: none; }

a.design:visited	{ color: #aec2d6; text-decoration: none; }

a.design:active	{ color: #aec2d6; text-decoration: underline; }

a.design:hover	{ color: #aec2d6; text-decoration: underline; }

.container {
	width: 960px;
	background-color: #FFFFFF;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto; 
	padding:10px;
	-moz-box-shadow: 0 0 10px 5px #6793bf;
	-webkit-box-shadow: 0 0 10px 5px #6793bf;
	box-shadow: 0 0 10px 5px #6793bf;
}

.blurb {
	border: 3px #231C64 solid; 
	width: 500px; 
	height: 120px; 
	background-color: #005FA1; 
	margin: auto; 
	padding: 5px;
	text-align: center;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.header {
	background-color: #FFFFFF;
	text-align: center;
	width: 960px;
}

.nav {
	background-color: #FFFFFF;
	text-align: center;
	width: 960px;
}

.content {
	padding: 10px 50px;
	margin: 0 auto;
	min-height: 100%;
}

.footer {
	text-align: center;
	width: 960px;
	
	}


.fltrt {  
	float: right;
}

.fltlft { 
	float: left;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}