﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color:white;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: white;
}
#masthead {
	text-align: left;
	width: 795px;
	margin-top:10px;
	overflow:visible;
	background-color:white;
}

#sidebar {
 float: left;
 width: 125px;
 background-color: white;
 position: relative;
 clear: both;
 border: thin white solid;
}

#rightbar {
	float: right;
	width: 160px;
	background-color: white;
	position:relative;
	top:-90px;
	
}

#content {
	float: left;
	text-align:left;
	width: 705px;
	overflow: auto;
	background-color: white;
	position: relative;
	overflow:hidden;
}

#content p {
	color:#663300;
	text-align:left;
	position: relative;
}

#content h2 {
	color:maroon;
	text-align:left;
	position: relative;
}

#content h3 {
	color:maroon;
	text-align:center;
	position: relative;
	font-size:medium;
}

#content img {
	display: block;
}

#rightbar p {
	color:#663300;
	text-align:left;
	position: relative;
	font-size:x-small;
}
#rightbar h2 {
	color:maroon;
	text-align:left;
	position: relative;
	font-size:small;
}

#footer {
	clear: both;
	width: 1000px;
	background-color: white;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	text-align: center;
}
#masthead p {
	text-align: center;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
 list-style-type: none;
 width: 100%;
 margin: 0;
 padding: 1px;
}


#sidebar li {
	display: block;
}


#sidebar a {
 font-weight: bold;
 font-size: small;
 text-decoration: none;
 color: maroon;
 padding: 3px;
 border-bottom: 1px solid #f9f9f9;
}


/* main */
#navMenu ul {
list-style: none;
margin: 0;
padding: 0;
}
#navMenu {
width: 125px;
}
#navMenu li {
display:inline;
}

/* menu */
#navMenu li a:link, #navMenu li a:visited {
/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
text-decoration: none;
font-size: 1.0em;
font-weight: bold;
color:Maroon;
height: 12px;
display: block;
background: url(bckMenu.gif);
padding: 0px 0 6px 3px;
}
#navMenu li a:hover {
color:gray;
font-size: 1.1em;
padding: 0px 0 6px 3x;
}

/* subMenu */
#navMenu li li a:link, #navMenu li li a:visited {
font-weight: normal;
font-size: 0.7em;
background: url(bckSubMenu.gif);
padding: 2px 0 1px 9px;
}
#navMenu li li a:hover {
font-size: 0.8em;
background: url(bckSubMenu.gif) 0 -17px;
padding: 2px 0 1px 9px;
}



#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color:gray;
	border-bottom: 1px solid #f9f9f9; 
	background-color: #f9f9f9;
}

#sidebar p {
	font-weight:normal;
	font-size:xx-small;
	color:maroon;
	
}


/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	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;
}