@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

html, body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: center;
	vertical-align: top;
}

#wrapper {
	background-color:#ffffff;
	margin: 0 auto 0 auto;
    text-align: left;
    width: 781px;
}

#header {
	background-image: url(images/header.jpg);
	height: 230px;
	width: 781px;
}

#menu_block {
	width: 781px;
	background: #ba0000;
	margin-top: -2px;
}

#menu {
	width: 765px;
	margin: 0 0 0 10px;
}

#content {
	padding: 10px;
	color:#333333;
}

#content a:link {
	text-decoration: none;
	color: #cc0000;
	font-weight:bold;
}

#content a:visited {
	text-decoration: none;
	color: #cc0000;
	font-weight:bold;
}

#content a:hover {
	text-decoration: underline;
	color: #cc0000;
	font-weight:bold;
}

#content a:active {
	text-decoration: none;
	color: #cc0000;
	font-weight:bold;
}

#content h1 {
	color: #cc0000;
	padding-bottom: 3px;
	border-bottom: 1px solid #333333;
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
}

#content li, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 0.5cm;
	color: #3c3e3e;
} 

#footer {
	background-image:url(images/footer.jpg);
	position: relative;
	background-color:#ffffff;
	margin: 0 auto 0 auto;
	height: 40px;
    width: 781px;
}

#footer p {	
	color:#000033;	
	text-decoration: none;
	margin:0 auto 0 170px;
	padding:8px;	
}

#footer a {
	color:#000033;	
	text-decoration: none;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.bold {
	color: #cc0000;
	font-weight: bold;
}

.title {
	color: #cc0000;
	font-size:14px;
	font-weight: bold;
}

.heading {
	color: #cc0000;
	font-weight: bold;
	font-size:18px;
	text-decoration:underline;
}

img.floatLeft{
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 0;
	border: 3px solid #000033;
}

img.floatRight{
	float: right;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0;
	border: 3px solid #000033;
}

/* remove the bullets, padding and margins from the lists */
.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
	float:right;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
.menu table {
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font:bold 12px Arial, Helvetica, sans-serif;
	width:85px;
	padding:5px 0;
	color:#ffffff;
	background:#ba0000;
	text-decoration:none;
	text-align:center;
}

/* style the links hover */
.menu :hover {
	color:#961C1E;
	background:#FFFFFF;
}

.menu li:hover > a {
	color:#961C1E;
	background:#fff;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:85px;
	height:0;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}