body,
html {
    margin:0;
    padding:0;
    background:#C0DECE;
    color:#25313C;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	}
a {
color:#6F92B3;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.0em;
text-decoration:underline;
font-weight:bold;
}

a:hover {
text-decoration:none;
color:#25313C;
font-weight:bold;
}	

a:visited {
color:#6F92B3;
font-weight:bold;
}

.red a {
color:#FF0000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.0em;
text-decoration:underline;
font-weight:bold;
}

.red a:hover {
text-decoration:none;
color:#FF0000;
font-weight:bold;
}	

.red a:visited {
color:#FF0000;
font-weight:bold;
}

body {
    min-width:900px;
    }
#container {
    background:#fff;
	margin:0 auto;
    width:100%;
    }
#header {
    background:#C0DECE;
	text-align:left;
	height:135px;

    }
#bar1 {
    background:#6F92B3;
	text-align:center;
	height:50px;

    }
#main {
    background:#fff;
    float:left;
}

#main_content {
padding-top:33px;
margin-left:80px;
padding-bottom: 33px;
border:'1' 'solid' 'black'
}

#logo {
	position:absolute;
	width:361px;
	height:100px;
	left: 15px;
	top: 20px;
}

#nav {
background:#FCFCF9;
height:23px;
min-width:820px;
width:900px;
}
    
#bot_blue {
	height: 10px;
	background:#6F92B3;
    clear:both;
    }

#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	padding-left:10px;
	padding-top:10px;
	height: 80px;
	background:#C0DECE;
    clear:both;
	
    }
.footer_links {
color:#6F92B3;
font-size:10px;
}

.footer_links a {
text-decoration:none;
}
.footer_links a:hover {
text-decoration:underline;
}
	
#vert_line {
margin-top:20px;
width:15px;
height:400px;
border-left: 1px solid #D8DCDD;

}

.search_box {
border: 2px solid #D8DCDD;
color:#798894;
}

.kahnshot {
padding-right:20px;
padding-bottom:5px;

}

.underline {
text-decoration:underline;

}