/* CSS Document */

a:link { text-decoration:underline; color:#3B699D}
a:visited { text-decoration:underline; color:#3B699D}
a:hover { text-decoration:none; color:#869F19}

h1 { 
	font-size:18px; 
	font-weight:normal;
	text-align:left;
	padding:0;
	color:#990000}

body { 
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:820px;
	padding:0px;
	margin-top:0px;
	background:url(../images/bg.jpg) top center repeat-x #004D91;
	color:#000}

.canvas {
	position:relative;
	text-align:center;
	float:left;
	width:820px;
	margin-top:30px;
	display:block;
	background:url(../images/Canvas_bg.gif) top left no-repeat;
	}
	
.masthead {
	position:relative;
	float:left;
	text-align:center;
	width:820px;
	color:#FFF;
	height:95px;}
	
	.logo {
		position:relative;
		float:left;
		width:200px;
		top:30px;
		left:10px}
		
	.contact {
		position:relative;
		float:right;
		width:400px;
		right:100px;
		top:45px;
		color:#869F19;
		font-size:14px;
		text-align:right}

.navigation {
	position:relative;
	float:left;
	text-align:center;
	width:820px;
	color:#FFF;
	height:33px;}
	
	.nav {
		position:relative;
		float:left;
		width:117px;
		}
	
	.nav a:link, .nav a:visited {
		position:relative;
		float:left;
		width:116px;
		height:25px;
		background:url(../images/Nav_bg.gif) top left repeat-x;
		color:#FFF;
		font-weight:bold;
		text-align:center;
		border-left:1px solid #FFF;
		padding-top:8px;
		text-decoration:none}
		
	.nav a:hover {
		position:relative;
		float:left;
		width:116px;
		height:25px;
		font-weight:bold;
		text-align:center;
		border-left:1px solid #FFF;
		padding-top:8px;
		color:#FFF; 
		background:url(../images/Nav_bg_over.gif) top left repeat-x;
		text-decoration:none}

.main {
	position:relative;
	float:left;
	text-align:center;
	width:820px;
	padding-top:20px;
	color:#000;
	min-height:360px;
	background-color:#FFF}

.quote {
	position:relative;
	float:left;
	text-align:center;
	width:820px;
	color:#FFF}

.footer {
	position:relative;
	float:left;
	text-align:center;
	width:820px;
	padding-top:20px;
	color:#7EB2EF}

.footer a:link, .footer a:visited { 
	color:#FFF; 
	padding-left:10px; 
	padding-right:10px; 
	border-right:1px solid #7EB2EF;
	text-decoration:none}

.footer a:hover { 
	color:#7EB2EF; 
	text-decoration:none}
	
strong em { color:#3B699D}
em strong  { color:#3B699D}
.OTSP { font-weight:bold; font-style:italic; color:#3B699D}