﻿@import url(layout.css);


.link a
{
color:#FFFFCC;
text-decoration:none;
font-size:14px;
font-weight:bold;
}

.link a:hover
{
text-decoration:underline;
}


.yellow_link a
{
color:#FFFF00;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

.yellow_link a:hover
{
text-decoration:underline;
}


.sublink a
{
color:#FFFFFF;
text-decoration:none;
font-size:13px;
}

.sublink a:hover
{
text-decoration:underline;
}


h1 {
	text-align: center;
	color: #FF6600;
	font-size: large;
	font-weight: bold;
}

#flash_box {
	clear:both;
}

table {
	clear:both;
}


#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;
}

#bullet_table {
	float:none;
	width:95%;
	clear:both;
}

.top {
	 background: #036;
}
	
.arrow {
	background: url(/arrow.gif) no-repeat right center;
}

.long a {
	width: 150px;
	background: #036;
}

#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: #036;
	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 #003366 solid;
	border-bottom: 0;
	border-left: 1px #003366 solid;
}
#masthead {
	text-align: right;
	background-color: #036;
	width: 970px;
}
#navigation {
	background-color: #036;
	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: #113962;
	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 main page */
.page_content {
	float:right;
	width:701px;
	}


/* Styles for news box */
.news_box {
	text-align:center; 
	width:375px; 
	border:thin red solid;
	float:right;
}
.news_item_title {
	color: #003399;
	font-weight:bold;
}
.news_box_title {
	color: #FF6600;
	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 */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}