﻿@import url(layout.css);
body {
	color: black;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ddb;
/* OLD background color: #CCCCCC*/
}
#container {
	background-color: #FFFFFF;
	width: 830px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0px0;
	border-bottom: 0px;
	border-left: 0px0;
}
/* Styles for Masthead */
#masthead {
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 830px;
}
#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;
}
/*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;
}
/* styles for column_l content paragraphs, titles, links */
#column_l {
	width: 502px;
	height:auto;
	float: left;
	padding:18px;
	margin: 0;
	background-color: #fff;
	color: #000000;
	text-align: center;
}
#column_l p {
	font-size: small;
	font-weight: normal;
	text-align: justify;
	display: block;
}
#column_l p.title_l a{
	font-size: medium;
	font-style: normal;
	text-indent:15px;
	color: maroon;
	text-decoration: underline;
}
#column_l p.title_l a:hover {
	text-decoration:none;
	color:blue;
}
#column_l a {
	font-size: small;
	font-weight: normal;
}
#column_l img { 
	border: 0px;
	float:left;
	padding:5px;
}
/* styles for column_r content paragraphs, titles, links */
#column_r {
	width: 262px;
	height:auto;
	margin: 0;
	float: right;
	padding: 15px;
	background-color: #F8FBCA;
	position: relative;
}
#column_r p {
	border-width: thin;
	border-color: #99FF33;
	border-style: none none groove none;
	font-size: 13px;
	margin: 7px;
	margin-bottom: 12px;
	text-align: left;
}
#column_r a {
	font-size: medium;
	font-weight: bold;
}
#column_r img { 
	border: 0px;
	float:left;
	padding:2px;
}
#column_r ul {
 	text-align:left;
}
#column_r li {
	font-size:medium;
	font-weight:normal;
}
/*This is to allow the section title link to be a different color from the rest of the paragraph*/
#column_r p.title_r a{
	font-size: medium;
	font-style: normal;
	color: maroon;
	text-decoration: none;
}
#column_r p.title_r a:hover {
	text-decoration:underline;
	color:blue;
}

/* Styles for Footer */
#footer {
	width: 828px;
	margin: 0 auto;
	text-align: center;
	background-color: #000080;
	padding-top: 5px;
	padding-bottom: 5px;
}
#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 Content */
h1 {
	color: #000080;
	font-size: 2.0em;
	text-align: center;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}

/*DEFAULT values for index page*/

/*HR Styles*/
.style23 {
	color: #00FF00;
}

/* Images should not have borders when linked */
#img a {
	border:0px;
}
/* odd styles to be renamed */
.style5 {
	text-align: center;
}
.style7
	position: static;
	display: block;
    width: 500px;
    height: 80px;
}
.style11 {
	font-family: "Trebuchet MS";
}
/*This is to allow the logo for each article in right column section to be aligned*/
#img smlogo {
	border:0px;
	float:left;
}
/* 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;
}

