﻿@import url(layout.css);




.link a
{
color:#FFFFCC;
text-decoration:none;
font-size:15px;
font-weight:bold;
}

.link a:hover
{
text-decoration:underline;
}


.yellow_link a
{
color:#FFFFCC;
text-decoration:none;
font-size:13px;
font-weight:bold;
}

.yellow_link a:hover
{
text-decoration:underline;
}


.sublink a
{
color:#FFFFCC;
text-decoration:none;
font-size:14px;
}

.sublink a:hover
{
text-decoration:underline;
}







h1 {
	text-align: center;
	color: #006600;
	font-size: large;
	font-weight: bold;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.top {
	 background: #006600;
}
	
.arrow {
	background: url(/arrow.gif) no-repeat right center;
}

.long a {
	width: 150px;
	background: #006600;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li { /* all list items */
	float: left;
	width: 114px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #006600;
	width: 114px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 114px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}








body {
	background-position:top;
	color: black;
	font-size: 14px;
	font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:green;
	background-image: url('/images/background2.jpg');
	background-repeat:repeat-y;
}
#container {
	background-color: #fff;
	width: 970px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px #006600 solid;
	border-bottom: 0;
	border-left: 1px #006600 solid;
}
#masthead {
	text-align: right;
	background-color: #006600;
	width: 970px;
}
#navigation {
	background-color: #006600;
	height: 26px;
	text-align:center;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 970px;
	text-align: center;
	background-color: #006600;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:15px;
}
/* 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 main page */
.page_content {

}


/* Styles for news box */
.news_box {
	text-align:center; 
	width:375px; 
	border:thin #006600 dotted;
}
.news_item_title {
	color: #006600;
	font-weight:bold;
}
.news_box_title {
	color: #CC3300;
	font-size: 15px;
	font-weight:bold;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type:square;
	width: 100%;
	margin: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display:block;
}
#navigation a:hover {
	text-decoration:underline;
}
/* 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 */
p a {
	color: #006600;
	text-decoration: underline;
}

a {
	color: #006600;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}