﻿@import url("layout.css");
logo {
	color:#33CC33;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
    background-image: url("../images/background2.gif");
	background-repeat: repeat;
	background-attachment:scroll;

}
#container {
	width: 717px;
	margin: 0 auto;
	height: 100%;
	background-color: #FFFFFF;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: center;
	background-color: #ffffff;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #ffffff;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
}
#column {
	width:200px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #7788AA;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: "Arial Rounded MT Bold";
	background-color: #cde;
}
h5 {
	font-family: "Arial Rounded MT Bold";
	background-color: #cde;
}
h4 {
	font-family: "Arial Rounded MT Bold";
	background-color: #cde;
}
h3 {
	font-family: "Arial Rounded MT Bold";
	background-color: #cde;
}
h2 {
	font-family: "Arial Rounded MT Bold";
	background-color: #cde;
}
h1 {
	font-family: "Arial Rounded MT Bold";
	background-color: #cde;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display:inline-block;
	margin: 0;
	
}
#sidebar li {
	display: inline-block;
	padding-bottom: 4px;
	
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding-left: 1%;
	display: inline-block;
	border-bottom: 2px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	display: inline-block;
	border-bottom: 2px solid #f5f5f5;
	background-color: #7788AA;
}
#submenu ul {
	list-style-type: circle;
	padding-left:4px;
}
#submenu li {
    font-family:padding-left:10px;
	font-size:x-small;
	
}
#submenu a {
	font-weight: bold;
	text-decoration: none;
	color: #696969;
	border-bottom: 2 px solid #f5f5f5;
}
#submenu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 2px solid #f5f5f5;
	background-color: #7788AA;
}

/* Styles for Footer */
#footer p {
	text-align: right;
	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;
}