html {
	height: 100%;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	background-color: #FFFFFF;
	font-size: .8em;
	line-height: 1.4em;
}

html a:hover {
	visibility: visible;
}

img {
	border: none;
}

a {
	color: #CC0000;
}

a: link, a:visited {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

#wrapper {
	width: 816px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url(../images/header.png) no-repeat;
    height: 134px;
}

#menubar {
	background: url(../images/menubg.png) no-repeat;
	height: 23px;
	text-align: left;
	width: 100%;
	padding: 7px 0 0 13px;
	margin: 0px;
}

ul#menulinks {
	position: relative;
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	a:hover img {visibility:hidden};
}

ul#menulinks li {
	display: inline;
}

ul#menulinks li a {
	outline: none;
	font-weight: bold;
	padding-right: 25px;
}

#menubar a {
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: #000000 0px 0px 3px;
	text-decoration: none;
	font-size: 1.0em;
	filter: Glow(Color=#000000, 	
				 Strength=1);
}

#menubar a:hover {
	color: #ffffff;
	font-weight: bold;
	text-shadow: #6c0000 0px 0px 5px;
	filter: Glow(Color=#e30000, 	
				 Strength=2);
	text-decoration: none;
	font-size: 1.0em;
}

ul#menulinks2 {
	position: relative;
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0 15px 0 0;
	text-align: right;
	float: right;
}

ul#menulinks2 li {
	display: inline;
}

ul#menulinks2 li a {
	display: inline;
	outline: none;
	font-weight: bold;
	padding-left: 14px;
	padding-top: 1px;
	margin-right: 5px;
	text-decoration: none;
}

ul#menulinks2 li a:hover {
	display: inline;
	outline: none;
	font-weight: bold;
	padding-left: 14px;
	padding-top: 1px;
	margin-right: 5px;
	text-decoration: none;
	color: #ff7a7a;
}

#content {
	background: url(../images/bodybg.png) repeat-y scroll 0 0;
	height: 100%;
	width: 816px;
	position: relative;	
	overflow: hidden;
}

#leftside {
	width: 460px;
	padding: 3px 13px 0px 13px;
	float: left;
}

#rightside {
	float:right;
	height:100%;
	margin-right:30px;
	margin-top:12px;
	width:300px;
	z-index:5;
}

#nextmenu {
	background: url(../images/bodybg2.png) repeat-y scroll 0 0;
	position: relative;
	float: left;
	height: 30px;
	z-index: 15;
	margin-left: auto;
	padding-left: 15px;
	width: 460px;
}

#nextmenubutton {
	background: url(../images/nexthover.png) repeat-y scroll 0 0;
	white-space: nowrap;
	height: 31px;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 0;
	width: 64px;
}

#nextmenubutton a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 64px;
	height: 30px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	outline: none;
}

#nextmenubutton img {
	border: 0
}

#nextmenubutton a:hover img {
	visibility: hidden;
}

#nextmenubutton span {
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

#nextmenu a:hover {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	outline: none;
}

#rightside2 {
	float:right;
	height:30px;
	margin-right:0px;
	margin-top:0px;
	width:300px;
	z-index:5;
	background: url(../images/bodybg3.png) right repeat-y;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	height: 46px;
	width: 100%;
	position: relative;
	float: left;
}

#bottommenu {
bottom:-2px;
list-style-type:none;
position:fixed;
right:22px;
}

#menuheader {
bottom:87px;
color:#FFFFFF;
position:fixed;
right:81px;
text-shadow: 0px 0px 3px #CC0000;
}

ul#bottommenu li a {
	color: #FFFFFF;
	font-size: 1em;
	outline: none;
	text-decoration: none;
	text-shadow: 1px 1px 3px #CC0000;
	font-weight: bold;
	line-height:18px;
}

ul#bottommenu li a:hover {
	color: #e88c8c;
	font-size: 1em;
	outline: none;
	text-decoration: none;
	text-shadow: 2px 2px 3px #CC0000;
	font-weight: bold;
	line-height:18px;
}

#bottomright {
	background: url(../images/bottomrightbg.png) no-repeat;
	height: 149px;
	width: 839px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

label {
width: 14em;
float: left;
text-align: left;
margin-right: 1.0em;
display: block
}

.submit input {
margin-left: 14.5em;
}

input {
color: #000000;
background: #ffffff;
border: 1px solid #aaaaaa;
}

.submit input {
color: #ffffff;
background: #cc0000;
border: 2px outset #676767;
font-weight: normal;
}

fieldset {
border: 1px solid #781351;
width: 20em
}

legend {
color: #fff;
background: #ffffff;
border: 1px solid #781351;
padding: 2px 6px
} 

.antispam {
	visibility: hidden;
}