﻿@import url(layout.css);
body {
	color: navy;
	font-size: 13px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	background:white url('../images/spatter2c-bkg.png') repeat; */
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 4px;
}
h2 {
	
	font-size: 14px;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 4px;
	}
h3 {
	
	font-size: 13px;
	font-weight:bold;	
	margin-top: 10px;
	margin-bottom: 4px;
	}
h4 {
	
	font-size: 12px;
	font-weight:bold;	
	margin-top: 10px;
	margin-bottom: 0px;
	}

#container {
	background-color: #fff;
	width: 737px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0px solid #b7b7b7;
	border-bottom: 0;
	border-left: 0px solid #b7b7b7;
}
#masthead {
	background:white url('../images/spatter2c-bkg.png') repeat;
	text-align: right;
	width: 737px;
}
#column_l {
	width: 450px;
	margin: 0;
	padding: 0;
}
#column_l p {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 9px;
	margin-left:10px;
}
#column_l ul {
	margin-top: 0px;
	margin-bottom: 9px;
	}
#column_l li {
	margin-top: 6px;
	margin-bottom: 3px;
	}
#fcolumn {
	width: 730px;
	margin: 0;
	padding: 0;
}
#fcolumn p {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 9px;
}
#fbcolumn {
	width: 730px;
	padding: 0;
	clear:both;
	margin: 0;
}
#fbcolumn p {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 9px;
	margin-left: 10px;
	margin-right: 10px;
}
#column_r {
	width: 220px;
	margin: 10px 10px 10px 0;
	float: right;
	padding: 0px;
	background-color: #fff;
	position: relative;
}
#footer {
	width: 737px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#FFF;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 12px;
	font-weight:bold;
	color: navy;
	margin: 10px 1px 0;
}
#column_r p {
	font-size: 12px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation {
	overflow: hidden;
	width: 100%;
}
#navigation ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 4px 9px 4px 0px;
	width: 100%;
}
#navigation li {
	float: left;
	width: 119.5px;
	line-height: 15px;
	text-indent: 10px;
}
#navigation a {
	color: #000080;
	background-color: #C0C0C0;
	background: gray url('../images/navbutton1.gif') repeat-x center left;
	width: 119px;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 4px 9px 4px 0px;
	border: 1px solid white;
}
#navigation a:hover {
	color: #FFF;
	width: 119px;
	text-decoration: none;
	padding: 4px 9px 4px 0px;
	border: 1px solid white;
	background-color: #E1E1E1;
	background: gray url('../images/navbutton_active.gif') repeat-x center left;
}

#navactive {
	color: #FFF;
	width: 119px;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 9px 4px 0px;
	border: 1px solid white;
	background: gray url('../images/navbutton_active.gif') repeat-x center left;
}

/* Styles for Footer */
#footer p {
	text-align:center;
	font-size: 9px;
	line-height: 14px;
	color: navy;
	margin: 1px;
	padding: 1px;
}
#footer a {
	font-size: 10px;
	color: navy;
	text-decoration: underline;
}
#footer a:hover {
	color: #808080;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
img {
	border:0;
}
img a {
	border:0;
}
#wrapper {	
}