html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	font-size: 11px;
	font-family: "Trebuchet MS", verdana, sans-serif;
}
a {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	border-style: none;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

a:hover{
	color:#66CCFF;
}
a img {border:0;}

p {font-size:1em; line-height:1.3em; margin:0 0 14px 5px;}

ul,ol,dl {
	margin: 2px 0 16px 0px;
}

ul ul,ol ol {
	margin: 4px 0 4px 0px;
}

h2 {
font-size:1.4em;
text-transform:uppercase;
margin:15px 5px 10px 0;
padding:1px 2px 3px 1px;
}

h2 a:hover{
	color: #66FF00;
}


h3 {
font-size:1.2em;
margin:10px 0 8px 0;
padding:0;
}

body{
	text-align:left;
	min-width:776px;
	height:100%;
	background:  #FFCC00 url(images/headerbkg_r.jpg) repeat-x left top;
}
#wrapper {
	width: 100%;
	height: auto;
	position: relative;
}

#header {
	width: 100%;
	height: 80px;
	background: url(images/header_bkg.jpg) no-repeat left top;
}

#left {
	width: 180px;
	height: 1200px;
	background: url(images/left_bkg.jpg) repeat-y left top;
	position: absolute;
	left: 0%;
}


#main {
	width: 60%;
	height: 1200px;
	background: #FFCC00;
	left: 18%;
	position: relative;
	top: 0px;
}
#left_top {
	background: url(images/left_topbkg.jpg) no-repeat left top;
	height: 90px;
}



#right {
	width: 220px;
	height: 1200px;
	background: url(images/right_bkg.jpg) repeat-y left top;
	position: absolute;
	top: 80px;
	right: 0px;
}


#footer {
	width: 100%;
	height: 70px;
	background: url(images/foot_bkg.gif) repeat-x left top;
	clear: both;
}

.floater{
	background: #000000 url(images/right_btmbkg.jpg) no-repeat right bottom;	
}
.floater h4{
	color: #FFCC00;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px;	
}
.floater ul{
	color: #339966;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 12px;
	line-height: 130%;
}
.floater p{
	color: #FFCC00;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px;	
}
#textbox {
	margin-top: 10px;
	margin-bottom: 10px;
}
#textbox #pagetitle {
	color: #FFFFFF;
	background: #000000;
	height: 24px;
}
#textbox #textleft {
	float: left;
	width: 220px;
	margin-top: 5px;
}
#textbox #textcentor {
	float: left;
	width: 220px;
	margin-top: 5px;
	margin-left: 7px;
}
#sideinner {
	margin-top: 10px;
	margin-left: 10px;
}
#sideinner ul li{
	list-style: none;
	margin-left: 10px;
}
#sidemenu {
	width: 150px;
}

#sidemenu a {
	font-size: 1.2em;
	color: #CCCCCC;
}

#sidemenu a:hover, h2 a:visited {
	color: #FF6600;
}

.update{
	margin-left: 10px;
}

.update ul{
	list-style: none;	
}

.update ul li h2,
.update ul li p{
	display: inline;
}

.update a{
	text-decoration: none;
	border: 0;
}
.update a:hover{
	color: #CC6600;
}

.banners {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 8px;
}
