﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/bg3.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width:100%;
	margin:auto;
	padding: 0px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 100%;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position:relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #831d1c;
}
#suckerdiv {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #831d1c;
}

#suckerdiv ul{
	padding: 0;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	background: #831d1c;
}
	
#suckerdiv ul li{
position: relative;
color: #FFFFFF;
	text-decoration: none;
	background: #831d1c;

}
	
/*Sub level menu items */
#suckerdiv ul li ul{
color: #FFFFFF;
	text-decoration: none;
	background: #831d1c;

position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
#suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFFFFF;
	text-decoration: none;
	background: #831d1c;
	padding: 1px 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

#suckerdiv ul li a:visited{
color: #FFFFFF;
	text-decoration: none;
	background: #831d1c;
}

#suckerdiv ul li a:hover{
	background-color: white;
	color: #831d1c;
}

#suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html #suckerdiv ul li { float: left; height: 1%; }
* html #suckerdiv ul li a { height: 1%; }
/* End */

#content {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	border: 1px dotted #831d1c;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #831d1c;
	background-color: #831d1c;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #831d1c;
}
#navigation a:hover {
	color: #831d1c;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
table2 {
border:thin #33CC33 ;
text-align: left;
}
td2 {
thin 1px #000000;
color: black;
background:blue;
} 
