﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
#container {
	width: 99%;
	height: 99%;
	background-color: #FFFFFF;
	
}
#masthead {
	width: 79%;
	height: 104px;
	overflow: auto;
	text-align: right;
	background-color: #fff;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	border-bottom: 0px solid #CECEB5;
	border-top-color: #CECEB5;
	margin: 5px 1px 1px 120px;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	/*width: 120px*/
	width: 1px;
	float: left;
	background-color: #FFFFFF;
	border: 0px solid #CECEB5;
}

#menubar {
	width: 79%;
    line-height: normal;
 	background: #DAE0D2 url('../images/bg.gif') repeat-x bottom;
   /*position: relative;*/
    height: 26px;
    margin-left: 120px;
}
#menubar ul {
	margin: 0 0 0 0px;
	/*margin: 0 0 0 130px;*/
	padding: 0px;
	list-style: none;
}
#menubar li {
    float:left;
    background:url('../images/norm_left.gif') no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
}
#menubar a {
	display:block;
    background:url('../images/norm_right.gif') no-repeat right top;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    font-weight: bold;
    color: #393939;	
}	
#menubar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #999966;
	border-bottom: 1px solid #393939;
}
#menubar #current {
	background-image:url('../images/norm_right_on.gif');
    }
#menubar #current a {
    background-image:url('../images/norm_left_on.gif');
    }
    
#contnet_top 
{
	margin-left: 120px;
	background: url('../images/content-top.jpg') white;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	width: 850px;
}
#contnet_bot 
{
	margin-left: 120px;
	background: url('../images/content-bottom.jpg') white;
	background-position: left top;
	background-repeat: no-repeat;
	width: 850px;
	height: 12px;
}
#content {
	/*margin-left: 120px;
	padding: 10px;
	background-color: #fff;
	width: 78%;*/

	margin-left: 120px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	background: url('../images/content-bkgrnd.jpg') white;
	background-repeat: no-repeat;
	background-position: left top;
	background-repeat: repeat-y;
	background-position: left top;
	width: 780px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 0%;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 1%;
	background-color: white;
	margin: 5px 20px 5px 20px;
	font-weight: normal; 
	font-size: 10px; 
	color: #707070;
	text-align: center;
}
#footer a{
	font-weight: normal; 
	font-size: 10px; 
	color: #707070;
}
#footer p{
	color: #707070;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Verdana;
	color: #0099CC;
}
h5 {
	font-family: Verdana;
	color: #0099CC;
	font-style: italic;
}
h4 {
	font-family: Verdana;
	color: #0099CC;
}
h3 {
	font-family: Verdana;
	color: #0099CC;
}
h2 {
	font-family: Verdana;
	color: #0099CC;
}
h1 {
	font-family: Verdana;
	color: #0099CC;
	font-size: x-large;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #FFFFFF;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #999966;
	border-bottom: 1px solid #999966;
	border-top: 1px solid #999966;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}