body 
{   background-image:url(img/backwhite.gif);
	background-repeat:repeat-x;
	background-color:#F2F1F1;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#000000;
	font-weight:700;
	margin:0;
      padding-bottom:5px;
	border-bottom: 1px solid #000000;
}

h2 {
	font-size:10px;
	color:#000000;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:18px;
	color:#000000;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom: 1px solid #000000;
}

p {
	font-size:13px;
	color:#000000;
	
      margin-top:2px;
	padding-bottom:2px;
	font-size:13px;
	line-height:1.5em;
}

#container {
	font-family:Tahoma,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:800px;
	padding:10px;
	height:auto;
	background-color:#FFFFFF;
	text-align:left;
}

#content {
	float:left; 
      background:url(img/bg1.gif);
	background-repeat: repeat-y;
      
}


#left {
	  float:left;
        width:150px;
        background:#FFFFFF;
        

	

}

#menu         {float: left; width: 150px; padding: 0 0 0 0; margin: 0;}
#menu a       {display: block; background: url(img/MenuRed.gif) repeat-x center right; 
               font: "tahoma"; font-size: 14pt; color: #FFFFFF; 
               padding: 2px 0 2px 5px; margin: 0 0 0 0; text-decoration: none;}
#menu a:hover {color: #FFFFFF; background: #156D9A url(img/MenuBlue.gif) repeat-x center right;}



#right {
	float:right;
	width:630px;
	padding-left:10px;
	color:#000000;
}

#clear {
	clear:both;
}


#copyright {
	padding-top:10px;
	font:10px tahoma,Helvetica,sans-serif;
	color:#000000;
}







