﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
/*	background-image: url("../images/background.gif");*/
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 900px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 898px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#content /*#column_left*/{
	float: left;
	width: 518px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:5px;
	padding: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#column_right {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	width:185px;
/*	background-position: left bottom;*/
/*	background-attachment: scroll;*/
}

#footer {
	text-align: center;
	clear: both;
	width: 898px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}



/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* 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: #6C82B5;
	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 #5f8ea9;
	background-color: #5f8ea9;
}

#column_right p {
	color: #444444;
	margin-top: 0px;
}

#column_right a:hover {
	color: #FF9933;
}

/* Content Styles */

h5 {
	color: #3d6c87;
}

h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}

#content img {
	padding: 5px;
/*	border: 1px solid #808080;*/
	border: 1px none #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #6C82B5;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}

/* CSS layout */
#left_col {
	width: 150;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#page_content {
	margin-left: 150px;
}

#container2 {
	position: relative;
	width: 50%;
}

