#megawrapper {
	position: relative;
	width : 770px;
	margin: -2px auto 5px 0px;
	/*border : 1px solid Black;*/
	padding : 0px 0px 0px 0px;
	/*z-index : -1;*/
}

#headerwrapper {
	margin : 0px 0px 0px 0px;
	border : 1px solid Black;
}

#bodywrapper {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding : 5px 5px 5px 5px;
	background-color : White;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	text-align:justify;
}
#bodywrapper h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight:bold;
	text-transform: capitalize;

}
#bodywrapper h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight:bold;
	color:#000000;
}
#bodywrapper h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight:bold;
	color:#000000;
}
#bodywrapper h4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight:bold;
	color:#000000;
}
#bodywrapper h5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight:bold;
	color:#000000;
}
#footerwrapper {
	border : 1px solid Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin : 0px 0px 0px 0px;
}

#footer1 {
	background-color : #eeeeee;
	color : Black;
	padding : 3px 10px 3px 10px;
}
#footer2 {
	color : White;
	background-color : #e02b00;
	padding : 3px 10px 3px 10px;
}
#footer3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #e02b00;
	background-color : White;
	padding : 5px 5px 5px 5px;
	text-align: left;
}
footer3 a:link{
	color : #e02b00;
	text-decoration:none;
}
footer3 a:visited{
	color : #e02b00;
	text-decoration:none;
}
footer3 a:hover{
	color : #e02b00;
	text-decoration:underline;
}
footer3 a:active{
	color : #e02b00;
	text-decoration:none;
}
#redbar {
	height : 18px;
	background-color : #E02B00;
}
.rightalign {
    float : right;
	text-align : right;
	margin-top : -14px;
	}
.greybody {
	background-color : #EEEEEE;
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
}	
.leftimageblock {
	float: left;
	margin:10px 10px 20px 5px;
}
.clearer {
	clear : both;
}
	
