﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 1.0em;
	background-color: #764;
	background-image: url("../images/cs_background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 725px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 720px;
	border: 1px solid #431;
	background-color: #fff;
	background-image: url("style1.css");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#content {
	float: left;
	width: 530px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#column_l {
	width: 240px;
	margin: 0;
	float: left;
	padding: 4px;
	background-color: #fff;
	position: relative;
}
#column_r {
	width: 230px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #CCCCCC;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 720px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
#masthead img { 
	float: left; 
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #CC3300;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #CC3300;
	background-color: #CC3300;
}
/* Content Styles */
h6 {
	color: #CC3300;
}
h5 {
	color: #CC3300;
}
h4 {
	color: #CC3300;
}
h3 {
	color: #CC3300;
}
h2 {
	color: #CC3300;
}
#content h1 {
	color: #CC3300;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #CC3300;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
    border: 1px solid #CC3300;
	background-color: #CC3300;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
	font-size:large;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

