body{
margin:0;
padding:0;
/*background-image: url(../images/Green-Gradiant.gif);*/
font-family:Verdana, Arial, Helvetica, sans-serif;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 835px; /*Width of main container*/
height:auto;
margin: 0 auto; /*Center container on page*/
background-color:#FFFFFF;
/*background-image: url(../images/sidebars.gif);*/
z-index:1;
}

#topbar{
background:url(../images/topbar.jpg);
text-align:right;
postion:relative;
width: 835px;
height: 9px;
top:-10px;
}
}
#logobox{
	background: #FFFFFF;
	text-align:right;
	position:relative;
	width: 228px;
	height: 156px;
	top: 12px;
}
#logobox img{
	width:228;
	height:156;
	z-index:1;
	position:relative;
	top:-2px;
	padding:0;
	margin: 0;
}
#topsection{
	background: #FF0000;
	height: 180px;
	text-align:right;
	position:relative;
	width: 447px;
	left: 229px;
	top: -144px;
	background-color: #FFFFFF;
}
#topsection img{
	width:447;
	height:320;
	z-index:1;
	position:relative;
	padding:0;
	margin: 0 auto;
}

#topsection h1{
margin: 0;
padding-top: 0px;
padding-left:175px;
}

#contentwrapper{
float: left;
width: 100%;
}
/*Use Content Column Only for a singel whole page column */
#contentcolumnonly{
margin: 0 50px 0 50px; /*Margins for content column. Should be "0, Right Column Width, 0, Left Column Width*/
}
/*Use Content Column Left for a two column layout with a small lefthand column */
#contentcolumnleft{
margin: 0 50px 0 238px; /*Margins for content column. Should be "0, Right Margin Width, 0, Left Column Width*/
}
/*Use Content Column Right for a two column layout with a small righthand column */
#contentcolumnright{
margin: 0 240px 0 50px; /*Margins for content column. Should be "0, Right Column Width, 0, Left Margin Width*/
}
/*Use Content Column Three for a three column layout with a small righthand and lefthand columns */
#contentcolumnthree{
margin: 0 240px 0 225px; /*Margins for content column. Should be "0, Right Column Width, 0, Left Column Width*/
}




#leftcolumn{
float: left;
width: 218px; /*Width of left column in pixel*/
margin-left: -835px; /*Set margin to that of -(MainContainerWidth) for matched edges or lees to move it in towards the middle*/
padding: 0 10px 0 0;
background: #FFFFFF;
border-right:1px solid blue;

}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -240px; /*Set left margin to -(RightColumnWidth)*/
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
background-color:#1680f6;
margin:5px;
text-align: center;
padding: 4px 0;
z-index:2;
}

#footer a{
color:#FFFF33;
}
