@charset "utf-8";
/* CSS Document */

body{
	margin:0px auto;
	background-color:#0f244e;
	font:Arial;
}
a:link{
	color:#6a6c6c;
	text-decoration:none;
}
a:visited{
	color:#6a6c6c;
	text-decoration:none;
}
a:hover{
	color:#0f244e;
	text-decoration:none;
}
a:active{
	color:#6a6c6c;
	text-decoration:none;
}
a.blue:link{
	color:#0f244e;
	text-decoration:none;
}
a.blue:visited{
	color:#0f244e;
	text-decoration:none;
}
a.blue:hover{
	color:#6a6c6c;
	text-decoration:none;
}
a.blue:active{
	color:#0f244e;
	text-decoration:none;
}
h1{
	font:14px Arial;
	font-weight:bold;
}
.smallfontgray{
	font:10px Arial;
	color:#6a6c6c;
}

#header-container{
	width:1024px;
	margin:0px auto;
	position:relative;
	height:80px;
}
#header-sidebar{
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	width:330px;
	height:55px;
	padding:10px;
	padding-top:20px;
	background-color:#e3e2e1;
}
#header-content{
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	width:634px;
	height:65px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	background-color:#ffffff;
	font:11px Arial;
	color:#6a6c6c;
	text-align:right;
}

#navigation{
	margin:0px auto;
	position:relative;
	height:39px;
	width:1024px;
	background-image:url(images/navigation/nav-bkgd.jpg);
	background-repeat:repeat-x;
	text-align:right;
}
#main-container{
	width:1024px;
	margin:0px auto;
	position:relative;
	height:364px;
}
#main-sidebar{
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	width:350px;
	height:364px;
	background-color:#e3e2e1;
}
#main-content{
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	width:634px;
	height:344px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	background-color:#ffffff;
	font:14px Arial;
	color:#0f244e;
	text-align:left;
}
#quote-container{
	width:1024px;
	margin:0px auto;
	position:relative;
	height:544px;
}
#quote-sidebar{
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	width:350px;
	height:544px;
	background-color:#e3e2e1;
}
#quote-content{
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	width:634px;
	height:544px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	background-color:#ffffff;
	font:14px Arial;
	color:#0f244e;
	text-align:left;
}
#about-container{
	width:1024px;
	margin:0px auto;
	position:relative;
	height:600px;
}
#about-sidebar{
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	width:350px;
	height:600px;
	background-color:#e3e2e1;
}
#about-content{
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	width:634px;
	height:580px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	background-color:#ffffff;
	font:14px Arial;
	color:#0f244e;
	text-align:left;
}
#bottom-spacer{
	margin:0px auto;
	position:relative;
	height:12px;
	width:1024px;
	background-image:url(images/bottom-spacer.jpg);
	background-repeat:repeat-x;
	text-align:right;
}
#footer-container{
	width:1024px;
	margin:0px auto;
	position:relative;
	height:60px;
	background-color:#ffffff;
}
#footer-sidebar{
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	width:330px;
	height:35px;
	padding:10px;
	padding-top:20px;
	background-color:#e3e2e1;
	font:11px Arial;
	color:#6a6c6c;
	text-align:center;
}
#footer-content{
	position:absolute;
	float:right;
	top:0px;
	right:-1px;
	width:634px;
	height:35px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	background-color:#ffffff;
	font:11px Arial;
	color:#6a6c6c;
	text-align:right;
}
