@charset "utf-8";
/* CSS Document */

body {
	background:#FFF;
	font-family:Arial, Helvetica, verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 19px;
	text-align:center; /*For IE6 Shenanigans*/  
}

/*LINKS*/
a {
	color:#01244a;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#01244a;
	text-decoration:underline;
}
a.email {
	color:#000;
	text-decoration:underline;
}
a.email:hover {
	color:#000;
	text-decoration:underline;
}
a.nav {
	font-weight:bold;
	font-size:14px;
	color:#01244a;
	text-decoration:none;
	margin:0px 10px 0px 10px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:8px;
}
a.nav:hover {
	color:#fff;
	background:#01244a;
	padding:8px;
}
a.nav:active {
	color:#fff;
	background:#01244a;
	padding:8px;
}
a.footer {
	font-weight:bold;
	color:#ccd9e1;
	tect-decoration:none;
}
a.footer:hover {
	text-decoration:underline;
}

/*DIVS*/
#wrapper {
	width:675px;
	margin:50px auto; 
	text-align:left;  
	background:#fff; /*For Testing*/
	
}
#header {
	height:80px;
}
#header p{
	line-height:80px;
	text-align:right;
}
#content {
	padding:20px 10px 20px 10px;
	margin-top:0px;
	border-top:4px solid #01244a;
}
#footer {
	background:#01244a;
	padding:8px;
	color:#ccd9e1;
	font-size:11px;
	line-height:12px;
}
#c1 {
	float:left;
	width:240px;
	border-right:1px solid #ced7e0;
	text-align:center;
}
#c2 {
	float:left;
	width:170px;
	text-align:center;
	border-right:1px solid #ced7e0
}
#c3 {
	float:left;
	width:240px;
	text-align:center;
	height:100%;
}
#footerclear {
	clear:both;
}

/*TEXT CLASSES & HEADERS*/
h1 {
	font-size:22px;
	color:#01244a
}



