﻿@import url(layout.css);
body {
	color: #2E368F;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	/* background-color: #FFFF00; */
}
#container {
	width: 1000px;
	margin: 0 auto;
	/*background: ##FFFF00 <!---#fff url(../images/bkgd_tile.gif) top;-->*/
	/* OLD background: ##FFFF00 <!---#fff url(../images/bkgd_tile.gif) top;--> */
	background-repeat: repeat-y;
}
#masthead {
	/* old color color: #2E368F; */
	color: #000;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 780px;
	padding: 0;
	/*background-color: #FFFF00;*/
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #ff0000;
	overflow: hidden;
}
#column_l {
	width: 800px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	background-color: #ffffff;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #ffffff;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #ff0000;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #000099;
	font-size: 1.5em;
}
h2 {
	color: #000099;
	font-size: 1.25em;
}
h3 {
	color: #000099;
	font-size: 1.00em;
}
h4 {
	color: #000099;
	font-size: 1.25em;
}
h5 {
	color: #000099;
	font-size: 0.75em;
}
h6 {
	color: #000099;
	font-size: 0.5em;
}
big {
	color: #000099;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Styles for QuickLinks */

.quicklinksmenu{
width: 190px; /*width of menu*/
float:left;
border: 2px solid #DFDFDF;
margin: 5px 0px 0px 0px;
}

.quicklinksmenu .headerbar{
	font: bold 15px Arial;
	color: #036;
	background: #C5FF8B /*url('../images/downgreen.gif') no-repeat 8px
6px*/; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/;
	/*text-transform: uppercase;*/
	padding: 7px 0 7px 8px; /*31px is left indentation of header text*/
}

.quicklinksmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.quicklinksmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.quicklinksmenu ul li a{
	font: normal 12px Arial;
	color: black;
	background: #ffffff;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/;
	text-decoration: none;
}

.quicklinksmenu ul li a:visited{
color: black;
}

.quicklinksmenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;

/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

.smtxt {
	font-size:small;
}

