﻿@import url("layout.css");
body {
	background-attachment: fixed;
	background-color: #666633;
	background-image: url('../images/bg.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;	
}
#conainer {
	width: 95%;
	padding: 2px;
}
#masthead {
	text-align: center;
	width: 97%;
	padding: 10px;
	border: thin solid black;
	background-color: white;
}
#top_nav {
	text-align: center;
	width: 97%;
	padding: 10px;
	background-color: #CCFFCC;
	border: thin solid black;
	margin-top: 10px;
	margin-bottom: 10px;
}
#page_content {
	background-color: white;
	padding: 10px;
	margin-left: 145px;
	border: thin solid black;	
}
#left_col {
	background-color: #CCFFCC;
	padding: 10px;
	float: left;
	width: 120px;
	border: thin solid black;	
}
#footer {
	width: 97%;
	background-color: #CCFFCC;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	border: thin solid black;		
}
/* Content Styles */
.style_left {
	text-align: left;
}
.style_center {
	text-align: center;
}
.style_right {
	text-align: right;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #666633;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #333300;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: black;
}
h4 {
	color: #333300;
	text-decoration:underline;
	cursor: pointer;
	font-weight:normal;
}
h4:hover {
	color: #666633;
	text-decoration: underline;
	cursor: pointer;
	font-weight: normal;
}
hr {
	color: #666633;
}
a {
	color: #333300;
	padding: 5px;
	text-decoration: underline;
}
a:hover {
	color: #666633;
	padding: 5px;
	text-decoration: none;
}
/* End Content Styles */
/* Navigation Styles */
#left_col a {
	border: thin black;
	color: #333300;
	padding: 5px;
	text-decoration: underline;
}
#left_col a:hover {
	color: #666633;
	padding: 5px;
	text-decoration: none;
	background-color: white;	
}
#top_nav a {
	color: #333300;
	padding: 5px;
	text-decoration: underline;
}
#top_nav a:hover {
	color: #666633;
	padding: 5px;
	text-decoration: none;
	background-color: white;
}
#footer a {
	color: #333300;
	padding: 5px;
	text-decoration: underline;
	
}
#footer a:hover {
	color: #666633;
	padding: 5px;
	text-decoration: none;
	background-color: white;

}
/* End Navigation Styles */
/* Masthead Styles */
#masthead h1 {
	color: #333300;
	font-family: "Monotype Corsiva";
	font-weight: bold;
	font-size: 46px;
}
#masthead h2 {
	color: #666633;
	font-family: Arial;
	font-weight: normal;
	font-variant: small-caps;
	font-size: medium;
}
/* End Masthead Styles */
















