﻿@import url(layout.css);
html {
	height:100%; 
}

body {
	color: #000;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
	font-size: small;
	font-style: normal;
	background-color: #fff;
	height:100%; 
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	min-height: 100%;
	position: relative;	
}

* html #container {
	height: 100%;
}

#masthead {
	text-align: right;
	width: 100%;
	background-color: #a7daf3;
	background-image:url('../images/bpimage.gif');
	background-repeat:no-repeat;
	height:65px;
}
#navigation {
	background-color: #a7daf3;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbe1f3;	
}
#column_l {
	position: relative;
	margin: 3px 350px 0px 0px;
	background-color: #fff;
	float: none;
	display: inline;
	padding-bottom: 5px;
}
#column_r {
	float: right;
	width: 300px;
	margin: 0;
	padding: 23px 10px 10px 10px;
	background-color: #FFCC90;
	display: inline;
	right: 0px;
	top: 0px;
}

#column_r a {
	color: #2c7396;
	text-decoration: none;
}

#column_r a:hover {
	color: #779BAD;
	text-decoration: none;
}

#footer {
	background-color: #2c7396;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -75px;
	position: relative;	
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #87c7e6;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #2c7396;
	margin: 1px;
	background-color: #2c7396;
	width: 125px;
}
#navigation a:hover {
	color: #2c7396;
	text-decoration: none;
	border: 1px solid #87c7e6;
	background-color: #87c7e6;
	width: 125px;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #3D7E9E;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: -10px;
}
h3 {
	font-size: 1.5em;
	color: #aa6120;
}
h4 {
	font-size: 1.25em;
	color: #FFCC90;
}
h5 {
	font-size: 1.00em;
	color: black;
}
h6 {
	font-size: 0.5em;
	color: #339ACC;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #87c7e6;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #2c7396;
	text-decoration: none;
}
a:hover {
	color: #779BAD;
	text-decoration: none;
}

a.cat{
	color:white;
	
}

a.cat:hover{
	color:#eee;
}


.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

img
{  border-style: none;
}

.list {
	list-style-image: url('dot.gif');
	line-height:30px;
}

.summaryTbl {	
	background-image:url('tableBG.JPG');
	background-repeat:no-repeat;
	width: 800px;
	overflow:hidden;
	table-layout:fixed;
}

.clearfooter {
	height: 75px;
	clear: both;
}



