
#megawrapper {
	position: relative;
	width : 795px;
	margin: 2px auto 5px auto;
	background-color : White;
	border : 1px solid Black;
	padding : 0px 0px 0px 0px;
	/*background-image : url(images/back3.jpg);
	background-repeat : repeat;*/
}
#mainbody {
	position: static;
	background-color : White;
	margin: 0px 0px 0px 0px;
	/*border : 1px solid Black;*/

	}
	
#logo {
	float : left;
}	

#headerwrapper {
	background-color : #4283B9;
	overflow : hidden;
	width : 100%;
	position : relative;
}	

#columnleft {
    width: 150px;
	float:left;
}
	
#content {
	float:left;
	background-color : White;
	width : 610px;
	padding : 15px 15px 30px 20px;
	/*border : 1px solid #FF6347;*/
}


#footer {
	clear: both;
	background-color : #4283B9;
	text-align : center;
	border-top : 1px solid Black;
	padding : 0px 0px 0px 0px;
}


#image1 {
	position: absolute;
	top: 35px;
	left: 210px;
	z-index : 2;
}
#image2 {
	position : absolute;
	/*right : 10px;*/
	top: 0px;
	z-index : 1;
	left: 32px;
}



.sectionoff {
	visibility : hidden;
	position : absolute;
	}
.sectionon {
	visibility : visible;
	position : static;
	background-color : #FFD862;

}
.sectionon a {
	font : 11px;
	color : Black;
	padding: 3px 2px 3px 18px;
	border-bottom: 1px solid White;
	display : block;
	text-decoration : none;
}
.sectionon a:link {

}
.sectionon a:visited {

}
.sectionon a:hover{
	color : White;
	background-color : #FBBD00;
}
.sectionon a:active {
	color : #003333;
}

.sectionon ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type : none;
}

.sectionon li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}





#credits {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

#credits a {
	color : #005253;
	text-decoration : none;
}
#credits a:hover {
	color : #FBBD00;
}

.listhead {
	background-color : #7B68EE;
	color : #FFFF99;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
.listbody {
	background-color : #FFDEAD;
}
#bar {
	height: 38px;
	background-image : url(images/back1.jpg);
	background-repeat : repeat-x;
	text-align : center;
	border-bottom : 1px solid Black;
	border-top : 1px solid Black;
	background-color : #FFC773;
}
#bar h1 {
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : Red;
	margin : 2px 0px 3px 0px;
}

#bar h2 {
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : Maroon;
	margin : 2px 0px 3px 0px;
}
 
#rightadd {
	float: right;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	margin : 0px 0px 5px 5px;
}
#rightadd a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
}
#rightadd p {
	margin : 0px 0px 0px 0px;
}



.rightblock {
	width: 120px;
	float : right;
	border : 1px solid Maroon;
	margin : 0px 10px 0px 10px;
	padding : 0px 5px 0px 5px;
}
.rightblock p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.rightblock h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : Maroon;
}

#blogad {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 120px;
	background-color : White;
	color : #FCBD00;
	border : 3px double #FCBD00;
}
#blogad p {
	margin : 0px 0px 0px 0px;
	padding : 5px 5px 5px 5px;
	text-align : center;
	font-weight : bold;
}
#blogad a {
	display: block;
	text-decoration : none;
	color : #4283B9;
}
#blogad a:hover {
	color : White;
	background-color : #FCBD00;
}

