﻿@import url(layout.css);
body {
	color: black;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #333333;
	background-image:url('../images/gray_background_3.png');
	background-repeat: repeat-x;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 12px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 12px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 12px;
}
body p {
	margin-top: 6px;
	margin-bottom:12px;
}
#container {
	background-color: #fff;
	width: 820px;
	margin: 0 auto;
	margin-top: 20px;
	border-top: 0;
	border-right: 4px solid #b7b7b7;
	border-bottom: 3px solid #b7b7b7;
	border-left: 2px solid #b7b7b7;
	border-top: 2px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #FFF;
	width: 820px;
}
#navigation {
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: 24px;
}
#column_l {
	width: 585px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_full {
	width: 777px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #FFFFC6;
	position: relative;
	font-size:12px;
}
#column_r ul {
	margin-left: 18px;
}
#column_r li {
	margin-bottom:6px;
}
#footer {
	width: 820px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #000;
	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;
	width: 200px; height: 113px;
	font-size: 11px;
	font-weight:bold;
	border-right: 1px; border-right-color:silver; border-spacing:3px;
	margin-right: 3px;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
}
#navigation a:hover {
	color: #0033CC;
	text-decoration: none;
}

/* 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;
}

#credit {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#credit p {
	font-size: 11px;
	line-height: 14px;
	color: silver;
	margin: 1px;
	padding: 1px;
}
#credit a {
	color: silver;
	text-decoration:none;
}
#credit a:hover {
	text-decoration:underline;
}
