html {
	height:100%
}

body {
	width:900px; 
	height:100%;
	background-color:#054B6E; 
	margin:0 auto;
	padding:0;
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
}

.banner {
    position:relative;
 	height:170px;
 	width:900px;
	background:url(./banner.jpg);
}

.footer {
	position:relative;
	height:30px;
	width:900px;
	text-align:center;
}

#realContent {
	min-height:500px;
	background:white none repeat scroll 0 0;
	border-color:-moz-use-text-color #DDDDDD #DDDDDD;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	padding:3px 10px 3px 10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
}

#realContent h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 0px;
}

#realContent h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 0px;
}

#realContent p {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 12px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
position:relative;
margin: 0;
padding: 0;
float: left;
font: bold 13px Verdana Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(./blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(./blockactive.gif) center center repeat-x;
}



