﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}


#masthead {
	width: 100%;
	height: 200px;
	padding: 0px;
	margin: 0px;
	border: thick inset #C0C0C0;
	background-color: #FFFFFF;
}


#masthead_img {
	margin: 0px;
	width: auto;
	height: auto;
	position: relative;
	float: right;
	color: #99CCFF;
}


#top_nav {
	border: medium inset #C0C0C0;
	background-color: #C0C0C0;
	margin: 0px;
	padding: 3px 3px 3px 0px;
	color: #000000;
	height: 35px;
	width: 100%;
}

#top_nav a {
 display: block;
 text-decoration: none;
 color: #000000;
 border: 2px solid #C0C0C0;
 padding-right: 5px;
 padding-left: 5px;
 background-color: #C0C0C0;
 margin-right: 2px;
}


#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #C0C0C0;
	background-color: #666666;
}


#top_nav ul {
	width: 94%;
	list-style-type: none;
	text-decoration: none;
	padding: 0px 0px 0px 35px;
	margin: 0px 0px 0px 20px;
	height: 35px;
}
#top_nav li {
	border: thick outset #C0C0C0;
	float: left;
	background-color: #C0C0C0;
	text-align: center;
	margin-right: 18px;
	margin-left: 5px;
	width: 100px;
	list-style-type: none;
}

#container {
	min-width: 600px;
	background-color: #FF00FF;
}
#left_col {
	border-width: thin;
	border-color: #000000;
	padding: 5px;
	width: 190px;
	float: left;
	background-color: #3366CC;
	border-left-style: solid;
}
#right_col {
	padding: 5px;
	margin: 0px;
	width: 190px;
	float: right;
	background-color: #6666FF;
	
}
#right_col a:hover {
	color: #FF0000;
	text-decoration: none;
}
#right_col a:visited {
	color: #FF00FF;
	text-decoration: none;
}
#page_content {
	padding: 5px;
	margin-left: 200px;
	margin-right: 200px;
	background-color: #000000;
	color: #C0C0C0;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}


#left_col a:hover {
	color: #FF0000;
	text-decoration: none;
}
#left_col a:visited  {
	color: #FF00FF;
	text-decoration: none;
}
#right_col a:visited {
	color: #FF00FF;
	text-decoration: none;
}
#page_content a:link {
	color: #0000FF;
	text-decoration: none;
}
#page_content a:hover {
	color: #FF0000;
	text-decoration: none;
}
#page_content a:visited {
	color: #FF00FF;
	text-decoration: none;
}

#footer {
	border: medium inset #C0C0C0;
	clear: both;
	background-color: #C0C0C0;
	height: 50px
	

}
