/* background:url('../images/texture.gif'); */

BODY {
	background:url('../i/texture3.gif');
	margin: 0px;
	}
img {
	border: none;
	margin:0px;
	}
a:link, a:visited{
	color:#0196FB;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
#wrapper {
	background: #fefdf5 url(../i/container_bg2.gif) repeat-y;
	width: 814px;
	margin: 0 auto;
	overflow: hidden;
	}
#top {
	background: #d0edfc;
	clear: both;
	width: 800px;
	height: 114px;
	margin-left: 7px;
	}
html>body #top {height:114px;}
#container {
	text-align: left;
	margin: 20px;
	}

/* sidebar styles ("navigation")*/	
#sidebar {
	width: 130px;
	float: left;
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
	background: #f8f6e5;
	border: 1px solid #d6d2b2;
	}
#sidebar a:link, #sidebar a:visited {
	line-height: 2.0em;
	color: #003467;
	}
#sidebar a:hover {
	line-height:2.0em;
	text-decoration:underline;
	}
#sidebar .on {
	line-height:2.0em;
	font-weight: bold;
	text-decoration: none;
	color: black;
	}

/* subnav styles within sidebar*/	

#subnav {
	margin:0 0 0 10px;
	padding:0;
	}
#subnav a:link, #subnav a:visited {
	line-height: 1.5em;
/*	border-bottom:1px dashed #006581; */
	padding:3px 0 3px 10px;
	color:#003467;
	}
#subnav a:hover{
	text-decoration:underline;
	}
#subnav .on {
	font-weight:bold;
	text-decoration:none;
	color: black;
	padding:0 0 0 10px;	
	}
#content {
	width: 600px;
	float: right;
	padding-right: 11px;
	}
#content .small {
	font-size: 10px;
	}
#footer {
	background: url(../i/footer_bg3.gif) no-repeat;
	width: 814px;
	padding-top: 15px;
	margin: 0 auto;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
	}
.center {
	text-align: center;
	}
.home {
	color: #3d6c88;
	}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000;	
	}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003467;
	font-weight: normal;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003467;
	font-weight: bold;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
.list {
	list-style-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}
.logo {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 10px;
	width: 225px;
	}
#box{
	width:250px;
	}

#box .lower-left{
	min-height:260px;
	height:260px;
	padding:10px;
	margin:5px 5px 0 0;
	background: #f8f6e5;
	border:1px solid #d6d2b2;
	}

#box .lower-center{
	min-height:260px;
	height:260px;
	padding:10px;
	margin:5px 0 0 0;
	background: #f8f6e5;
	border:1px solid #d6d2b2;
	}

#box .lower-right{
	min-height:260px;
	height:260px;
	padding:10px;
	margin:5px 0 0 5px;
	background: #f8f6e5;
	border:1px solid #d6d2b2;
	}

.photo-right {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.photo-left {
	float: left;
	margin: 0px 10px 10px 0px;
	}