﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: "Georgia", "Times New Roman", Times, serif;
	background-color: ;
	background-repeat: repeat;
	background-image: url('');
}

#masthead {
	text-align: center;
	font-size: large;
	font-weight: bold;
	width: 955px;
	border: 1px solid #431;
	background-color: #E5E5E5;
	background-image: ;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #431;
	background-color: #E5E5E5;
}

#top_nav {
	text-align: center;
	background-color: #E5E5E5
	
	}

#container {
	width: 955px;
	background-color: #E5E5E5;
	margin: 10px auto;
}

#left_col {
	width: 200px;
	height: 600px;
	padding-left: 10px;
	float: left;
	background-color: #E5E5E5
	
}

#right_col {
	width: 150px;
	height: 600px;
	padding-left: 10px;
	float: right;
	background-color: #E5E5E5
}

#page_content {
	border: 5px solid #fff;
	width: 575px;
	margin-left: 215px;
	margin-right: ;
	margin-top: 10px;
	padding: 0;
	background-color: #E5E5E5

}

#footer {
	clear: both;
	text-align: center;
	vertical-align: middle;
	width: 955px;
	height: 50px;
	padding: 0px;
	border: 2px solid #431;
	background-color: #E5E5E5;
	color: #0000FF;

}
#navigation ul {
	list-style-type: none;
	width: 200px;
	display: block;
	margin: 0;
	padding: 0;
	border: 5px solid #fff;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #E5E5E5;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #E5E5E5;
}
#navigation a:hover {
	color: #0000FF;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #E5E5E5;
}
}

a:link {color:#0000FF; text-decoration:none;} 
a:visited {color:#0000FF; text-decoration:none;} 
a:hover {color:#FF0000; text-decoration:underline;} 
a:active {color:#0000FF; text-decoration:underline;} 
.newStyle5 {
	background-color: #000066;
	color: #FFFFFF;
	font-size: medium;
}

