﻿@import url("../layout.css");
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #999;
/* for non-css3 browsers */	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF66', endColorstr='#FFFF99'); /* for IE */;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF66), to(#FFFF99)); /* for webkit browsers */;
	background: -moz-linear-gradient(top, #FFFF66, #FFFF99); /* for firefox 3.6+ */
}
#layer1 {
	border: #FF6600;
	width: 1140px;
	position: relative;
	z-index: 11;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#container {
	margin: 20px auto 20px auto;
	background-color: #CCFFCC;
	width: 840px;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	position: relative;
	height: auto;
	border: thin #FF3300 solid;
	-moz-border-radius: 12px;
}
#masthead {
	background-color: #036;
	width: 800px;
	position: relative;
	height: 174px;
	background-image: url('image305.jpg');
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	-moz-border-radius: 12px;
}
#navigation {
	overflow: hidden;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-bottom: 5px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FF3300;
}
#column_l {
	border: thin #FF3300 solid;
	width: 595px;
	padding: 5px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}
#column_r {
	border: thin #FF3300 solid;
	width: 170px;
	float: right;
	padding: 5px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 5px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	height: auto;
	background-color: #FFFFFF;
	margin-left: 5px;
}
#footer {
	margin: 10px auto 0px auto;
	border: thin #FF3300 solid;
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	position: relative;
	padding-bottom: 5px;
	-moz-border-radius: 12px;
}
#footer2 {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 20px;
}
#counter {
	width: 800px;
	position: relative;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}
/* Styles for Premasthead */
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: small;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	margin-right:1px
}
#navigation a {
	color: #FFFF00;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #FF3300 solid;
	background-color: #FF3300;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	font-weight: bold;
}
#navigation a:hover {
	color: #FF3300;
	text-decoration: none;
	border: 1px #FF3300 solid;
	border-bottom: none;
	background-color: #FFFFFF;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #003366;
	margin: 5px;
	padding: 0px;
}
#footer a {
	color: #FF3300;
	text-decoration: underline;
}
#footer a:hover {
	color: #00FF00;
	text-decoration: none;
}
/* Styles for Footer2 */
#footer2 p {
	font-size: 11px;
	color: #6600CC;
	margin: 1px;
	padding: 1px;
}
#footer2 a {
	padding: 1px;
	margin: 1px;
	color: #6600CC;
	text-decoration: underline;
}
#footer2 a:hover {
	color: #00FF00;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

