﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Microsoft Sans Serif";
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 950px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #3F7D00;
	width: 950px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 500px;
	margin: 0;
	padding:4px;
	background-color: #fff;
}
#column_r {
	width: 400px;
	margin: 0;
	float: right;
	padding: 4px;

	position: relative;
}
#column_Whole {
	width: 925px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#footer {
	width: 950px;
	text-align: center;
	background-color: #3F7D00;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_mainbutton
{
    border-bottom: gray double;
    border-left: gray double;
    background-color: transparent;
    font-family: 'Copperplate Gothic Light';
    border-top: gray double;
    border-right: gray double;
    font-size: 14pt;
}
    
button
{
    text-align: right;
}
P
{
	padding-left: 3px;
}
H1
{
	padding-left: 2px;
}
H2
{
	padding-left: 2px;
}
H3
{
	padding-left: 2px;
}
H4
{
	padding-left: 3px;
}
H5
{
	padding-left: 3px;
}
img.BlogImageRight
{
    padding-left: 2px;
    float: right;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 2px;
    margin-left: 2px;
    padding-top: 2px;
}
img.BlogImageLeft
{
    padding-right: 2px;
    float: left;
    padding-left: 2px;
    padding-bottom: 2px;
    margin: 2px;
    padding-top: 2px;
}
.Style_biglinks
{

    background-color: transparent;
    font-family: 'Copperplate Gothic Light';
    font-size: 14pt;
} 
.Style_GridNodit
{
	background-color: #CC3300;
}
	