﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}
a {border: 0;}
img {border: 0;}
img a, #sidebar div img a { border: 0; text-decoration: none;}
#container {
	width: 730px;
	margin: 0 auto;
	background-color: #fff;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	background: transparent url('images/fullrightborderbg.gif') repeat-y;
}
#container a img { border: 0; text-decoration: none;}
#masthead {
	width: 730px;
	height: 130px;
	overflow: auto;
	background-image: url('images/mainheader_main.jpg');
	background-repeat: no-repeat;
	color: #000;
	border-bottom: solid 1px #000;
}
#sidebar {
	float: left;
	width: 152px;
	background-color: #fff;
	position: relative;
	clear: both;
	display: inline;
}
#sidebar div {text-align: center; margin: 10px 0 10px 0; border: 0;}
#sidebar div a img {border: 0; text-decoration: none;}
#content {
	float: left;
	width: 549px;
	padding: 14px;
	overflow: auto;
	background-color: Transparent;
	/* background-color: #E6DAC4; */
	margin: 0px;
	position: relative;
}
#content img {border: 0;}
#footer {
	clear: both;
	width: 730px;
	background-color: #000;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left; border: 0;
}
#masthead p {
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #FFF;
}
#sidebar li a {	border-bottom: 1px solid #000;}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
}
#sidebar li a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #8F733F;
	border-bottom: 1px solid #233A5A;
	background-color: #FFF;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #FFF;
}
#footer a {color: #FFF;	text-decoration: underline;}
#footer a:hover {color: #FFF;text-decoration: none;}
a {	color: #04b;text-decoration: underline;}
a:hover {color: #333;text-decoration: underline;}
.style_bold {font-weight: bold;}
.style_italic {font-style: italic;}
.style_smallfont 
{
	font-size: .80em;
	font-family: Verdana, Arial, Helvetica;
	letter-spacing: .1em;
	margin-top: 15px;
}
.style_dashedborder
{
	margin-top: .5em;
	border-top: dashed 1px #EBDAA6;
	border-bottom: dashed 1px #EBDAA6;
	padding: .5em .1em .5em .1em;
	margin-bottom: 1em;
}
.style_center, img.style_center {
	text-align: center; border: 0;
}
div#imgHomePage {
	margin-left: 100px;
	text-align: center;
	height: 197px;
	width: 350px;
}



	
/*Navigation*/

#navigation
{
	margin-top: .5em;
	border-top: dashed 1px #EBDAA6;
	border-bottom: dashed 1px #EBDAA6;
	padding: .5em .1em .5em .1em;
	margin-bottom: 1em;
	font-size: 125%;
}

#welcome
{
	float: right;
	font-size: 60%;
	font-weight: bold;
}

#welcome a:link, #welcome a:visited, #welcome a:active
{
	color: #39f;
	text-decoration: none;
}

#welcome a:hover
{
	color: #39f;
	text-decoration: underline;
}

#navigation ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li
{
	display: inline;
	margin-right: 1.5em;
	font-weight: normal;
}

#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited
{
	color: #C68B4A;
	text-decoration: none;
}

#navigation ul li a:hover
{
	color: #C68B4A;
	text-decoration: underline;
}

/*----------- Miscellaneous Styles ------------------*/

.clearboth {
	clear: both;
}


