﻿@import url(layout.css);

/*styles for the main body content */
body {
	color: #000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #fff;
	border-top: 1px solid #cc9933;
	border-right: 1px solid #cc9933;
	border-bottom: 1px solid #cc9933;
	border-left: 1px solid #cc9933;
	
}
#container {
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #cc9933;
	border-right: 1px solid #cc9933;
	border-bottom: 1px solid #cc9933;
	border-left: 1px solid #cc9933;
}
#navigation {
	background-color: #fff;
	overflow: hidden;
}
#content {
	width: 90%;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}

/* Styles for Masthead */
#masthead {
	background-color: #000;
	width: 100%;
}
#masthead img { 
	float: left; 
}
#masthead a {
	background-color: #000;
	color: #fff;
}
#masthead a:hover {
	background-color: #CC9933;
	color: #000;
}
#masthead p {
	font-size: 11px;
	text-align: right;
	color: #fff;
	margin: 10px 10px 0;
}
#mastbanner p {
	font-size: 28px;
	color: #cc9933;
	text-align: center;
}
#mastbyline p {
	font-size: 14px;
	text-align: center;
	font-style: italic;
	background-color: #000;
	color: #FFF;
}

/* Styles for Left Navigation */

#leftnav td {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
}
#leftnav td:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CC9933;
}
#leftnav a {
    color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	font-size: 16px;
}
#leftnav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CC9933;
	font-size: 16px;
}
/* Styles for Footer */
#footer {
	width: 100%;
	text-align: center;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#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: #cc9933;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/*styles for headings*/
h1, h2, h3, h4, h5 , h6 {
	color: #cc9933;
}
th {
	color: #000;
	background-color: #cc9933;
}