﻿@import url("layout.css");
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #fff;  /*#b9cfa1;*/
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;	
	border-bottom: 5px solid #363636;
	background-color: #fff; 
}
#masthead {
	width: 610px;
	margin-right: auto;
	margin-left: 50px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation {
	width: 610px;
	margin-right: auto;
	margin-left: 0px;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 1100px;
	margin-left: 50px;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 610px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 350px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#GoogleWideAds {
	clear: both;
	width: 1010px;
	margin-right: auto;
	margin-left: 50px;
	padding-bottom: 10px;
	padding-top: 10px;
}


#footer {
	clear: both;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align:center;
	padding-top: 10px;
}

/* Masthead Styles */
#masthead h1 {
	font-weight:bold;
	color: #261;
	/*text-transform: uppercase;
	display: inline;*/
}
#masthead h4 {
	font-weight: bold;
	font-style:italic;
	color: #708090; 
	/*color: #261;*/
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 100px;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}


#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
#content h1,h2{
	color: #455;
	margin-left: 150px;
}
#content p {
	margin-left: 150px;
	font-size:1.2em;	
}

#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}


/*
#scale {
	width: 600px;
	margin-right: auto;
	margin-left: 50px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
*/

/* Footer Styles */
#footer p {
	font-size:1em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.FontBlue18{
    color:blue;
	font-size:18px;
	font-weight:bold;
}


