body {
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:#ECF2FD;
background-color:#000000;
margin:0px;
font-size:11px;
height:100%;
}
html{
height:100%;
} 

a {
color:#FBF2D7;
text-decoration:none;
font-weight:bold;
}
a:hover {
color:#ffffff;
text-decoration:underline;
}
form {
margin:0px;
padding:0px;
}

#sitewrapper {
margin-right:auto;
margin-left:auto;
width:740px;
}

#headerarea {
width:740px;
}

#contentarea {
height:100%;

}

#contentarea_full {
background-color:#484848;
padding:4px 4px 4px 10px;
}

#contentareawrapper {
clear:both;
width:740px;
height:100%;
}
#footer {
clear:both;
width:740px;
text-align:center;
margin-top:7px;
}

#rightbar {
width:240px;
float:right;
height:446px;
background-image:url(images/rightbar_bg.jpg);
background-repeat:repeat-x;
padding:4px 4px 4px 10px;
}

#rightbar2 {
float:right;
background:url(images/rightbar_bg.jpg) repeat-x #6b6b6b;
padding:4px 4px 4px 10px;
}

#rightbar_large {
width:440px;
float:right;
height:446px;
background-image:url(images/rightbar_bg.jpg);
background-repeat:repeat-x;
padding:4px 4px 4px 10px;
}

#mainmenuarea {
	float:right;
	width:740px;
	height:27px;
}
#mainmenu {
    list-style:none;
	margin:0px;
	padding:0px;
	list-style-type: none;
	background-image:url(images/menu_bg.jpg);
	width:740px;
	height:27px;
}

#article {
	text-indent:2em;
	border-top:solid 2px #fff;
	padding:15px 0;
	width:740px;
	margin:0 auto;
	color:#999;
}
#article h1 {
	font-size:1em;
	text-indent:0;
	text-align:center;
	margin:0 20px;
	padding:15px 25px;
}

#article h2 {
	font-size:1em;
	text-indent:0;
	padding:0 25px;
}

.skiplink {
	display:none
}

#article p {
	padding:0 40px;
	margin:.7em;
}

#mainmenu li {
  height:27px;
 
display:inline;
}
#mainmenu li a {
	float: left;
	padding:6px 11px 0px 11px;
	margin:0;
	color:#FFFFFF;
	font-size:10px;
	background-position:top left;
	background-repeat:no-repeat;
	height:21px;
}
#mainmenu li a:hover {
	text-decoration:none;
	background-color:#666666;
	background-image:url(images/menu_on.jpg);
	background-repeat:repeat-x;
}
html>#mainmenu li a {
	float: right;
	padding:6px 6px 8px 9px;
	margin:0px 0px 0px 3px;
	color:#FFFFFF;
	font-size:11px;
	background-position:top left;
	background-repeat:no-repeat;
	height:27px;
}


#mainmenu_footer li {
	display:inline;
	padding-left:5px;
	list-style-type: none;
	width:740px;
	font-size:10px;
}

.sectionheader {
	width:230px;
	font-size:16px;
	border-bottom: 1px solid #ECF2FD;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}
.clear {
	line-height:1px;
	height:1px;
	clear:both;
	margin-bottom:0px;
}
