@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #cccccc;
}

img, div { behavior: url(iepngfix.htc) }


a:link {
	text-decoration: none;
	color:#4f0000;
}
a:visited {
	text-decoration: none;
	color:#4f0000;
}
a:hover {
	text-decoration:underline;
	color:#4f0000;
}
a:active {
	text-decoration: none;
	color:#4f0000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 36px;
	font-weight: bold;
}
.style4 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.style5 {
	font-size: 18px;
	font-weight: bold;
}
.style6 {font-size: 18px}
.style7 {font-size: 9px}
.style8 {color: #4f0000}

/* Begin Header */
div#header {
position:absolute;
top:53px;
left: 50%;
margin-left: -500px;
width:1000px;
height:200px;
background:url(../images/header_bg.jpg);
z-index:10;
border:solid;
border-color:#4f0000;
}

/* End Header */

/* Begin Menu */

div#menu{
position:absolute;
top:265px;
left: 50%;
margin-left: -500px;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;}

div#menu a:link {
	color: #ffffff;
	text-decoration: none;
	}
	
div#menu a:visited {
	text-decoration: none;
	color: #ffffff;
    }

div#menu a:hover {
	text-decoration: underline;
	color: #ffffff;
	}
	
div#menu a:active {
	text-decoration: none;
	color: #ffffff;
    }

.menuborder{
border-bottom:solid;
border-left:solid;
border-right:solid;
border-color:#4f0000;
text-align:center;
background:url(../images/menubg.jpg)}

#dropmenudiv{
position:absolute;
/*border: 1px solid black;*/
font:normal 12px Verdana;
line-height:35px;
z-index:100;
text-align:center;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid black;*/
background:url(../images/menu/ddbg.png);
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
z-index:100;
}

#dropmenudiv a:visited {
	text-decoration: none;
	color: #ffffff;
}

#dropmenudiv a:active {
	text-decoration: none;
	color: #ffffff;
}


#dropmenudiv a:hover{ /*hover background color*/
color:#ffffff;
background:url(../images/menu/rollover/ddbgrollover.png);
}


/* End Menu */
/*Begin Content*/

.contentborder{
border:solid;
border-color:#4f0000;
background-color:#E1E2DD;}


div#content{
position:absolute;
top:320px;
left: 50%;
margin-left:-500px;
width:1010px;
height:auto;
z-index:20;
}

/*End Content*/
