@import url(layout.css);
body {
	color: black;
	font-size: 12.5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ddb;
}
#container {
	background-color: #FFFFFF;
	width: 860px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0px0;
	border-bottom: 0px;
	border-left: 0px0;
}
.pagecontainer {
	background-color: #ddb;
}

/* Styles for Masthead */
#masthead {
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 860px;
}
#masthead img { 
	float: inherit; 
	border: 0px;
}
#masthead img a { 
	float: inherit; 
	border: 0px;
}
#masthead p {
	font-size: 14px;
	color: #000080;
	margin: 10px 10px 0;
	font-weight: 200;
	text-transform: capitalize;
}
/* Styles for TOP Navigation and LEFT navigation UL List */
#navigation {
	background-color: #FFFFFF;
	overflow: hidden;
	font-size: 12.0px;
}
#navigation td{
	text-align: center;
	height:50px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: underline;
	display: block;
	padding: 5px;
	border: 2px #FFFFFF solid;
	background-color: #FFFFFF;
}
#navigation a:hover {
	color: #0000FF;
	text-decoration: none;
	border: 1px #FF0000 solid;
	background-color: #FFFFFF;
}
#navigation img a{
	padding: 1px;
}

/*Values for top navigation bar table borders*/
.navbar_28 {
	background-color: #FF0000;
}
.navbar_29 {
	background-color: #FF9900;
}
.navbar_30 {
	background-color: #FF66CC;
}
.navbar_31 {
	background-color: #9966FF;
}
.navbar_32 {
	background-color: #333399;
}
.navbar_33 {
	background-color: #006666;
}
.navbar_34 {
	background-color: #66FF33;
}
.navbar_35 {
	background-color: #000000;
}
.navbar_36 {
	background-color: #FFFFCC;
}
.navbar_37 {
	background-color: #CCFF99;
}
.navbar_38 {
	background-color: #800000;
}
.navbar_39 {
	background-color: #66CCFF;
}
.navbar_40 {
	background-color: #F8FBCA;
}
/* This is the format for Header2 below the Google ad space */
#header2a {
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 860px;
	padding: 0px;
}
/*This is the main content area from left to right center page under nav*/
#main {
	font: medium "Trebuchet MS", Arial, sans-serif;
	width: 840px;
	float: left;
	margin: 0;
	background-color: #fff;
	color: #000000;
	text-align: left;
	position: inherit;
	padding: 0px 10px 10px 10px;
}
#main p {
	font-size: 12.5px;
	font-weight: normal;
	text-align: justify;
	display: block;
	text-indent: 15px;
}
#main p.title_l a{
	font-size: medium;
	font-style: normal;
	text-indent:15px;
	color: blue;
	text-decoration: underline;
}
#main p.title_l a:hover {
	text-decoration:none;
	color:red;
}

#main a {
	font-size: 12.5px;
	font-weight: bold;
}
#main img { 
	border: 0px;
	padding:5px;
}

/* Styles for Footer */
#footer {
	width: 830px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	padding: 15px;
}
#footer p {
	font-size: 12.5px;
	line-height: 14px;
	margin: 1px;
	padding: 1px;
	background-color: #FFFFFF;
}
#footer a {
	color: #0000FF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #800000;
	text-decoration: underline;
}
a:active {
	color: #00FF00;
	text-decoration: none;
}
/* No link should be without a hover action */
a:hover {
    color: red;
    text-decoration: underline;
}
/* No image should have a border when linked */
a img {
    border-style: none;
	border-color: inherit;
	border-width: 0;
}

/* Header Styles for Content */
h1 {
	color: #000080;
	font-size: 2.0em;
	text-align: center;
}
h2 {
	color: #000000;
	font-size: 1.75em;
}
h3 {
	color: #000000;
	font-size: 1.5em;
}
h4 {
	color: #FF0000;
	font-size: 1.0em;
}
h5 {
	color: #FF0000;
	font-size: 0.75em;
}
h6 {
	color: #FF0000;
	font-size: 0.5em;
}