﻿@import url(layout.css);
body {
	color: #000;
	font-size: .70em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #e4e4cc;
}
#container {
	width: 670px;
	margin: 0 auto;
	border-left:0px black solid;
	border-right:1px solid black;
	background-repeat: repeat-y;
	border-bottom: 1px solid black;
}
#OuterContainer {
	width: 670px;
	margin: 0 auto;
	background: #fff  url('../images/bkgd_tile.gif') no-repeat left; 
	border-left:0px black solid;
	border-right:0px solid black;
	background-repeat: repeat-y;
	padding-left:10px;

}

#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 650px;
	padding: 0;
	background-color: white;
}
#navigation {
	margin-right: 00px;
	margin-left: 10px;
	background-color: white;
	border-top:1px solid black;
	border-bottom:1px solid black;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	margin-top:0px;
}
#column_full{
	width: 603px;
	margin: 30px 0px 0px 10px;
	padding: 0px 10px 10px 10px;

}
#column_l {
	width: 420px;
	margin: 10px 0px 0px 10px;
	padding: 0px 10px 10px 10px;
}

#column_r {
	width: 193px;
	margin: 10;
	float: right;
	background-color: white;
	position: relative;
	right: 1px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	border-left:1px solid black
}
#column_r_text{
 padding-left:10px;
}
#footer {
	text-align: center;
	background-color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: .75em;
	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: #609080;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold
}
#navigation a:hover {
color:white;
	background-color: #609080;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
p{
color:#000;	
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
	}
}
h1 {
	color: #555;
	font-size: 2.0em;
}
h2 {
	color: #555;
	font-size: 1.75em;
}
h4 {
	color: #555;
	font-size: 1.5em;
}
h4 {
	color: #555;
	font-size: 1.25em;
}
h5 {
	color: #555;
	font-size: 0.75em;
}
h6 {
	color: #555;
	font-size: 0.5em;
}
big {
	color: #555;
	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;
	list-style-image:url('../images/bullet.jpg')
}
#column_l ul {
list-style-image:url('../images/bullet.jpg')

	}
#column_full ul{
list-style-image:url('../images/bullet.jpg')

}
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size:1em;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000;
	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;
}
