h1	{
	font-size: 24px;
	color:#000;
	text-transform: capitalize;
}

h2      {
        font-size: 20px;
        color:#000;
	text-transform: capitalize;
}

h3      {
        font-size: 18px;
        color:#006600;
	text-transform: capitalize;
}

h4      {
        font-size: 16px;
        color:#006600;
	text-transform: capitalize;
}

h5      {
        font-size: 14px;
        color:#006600;
	text-transform: capitalize;
}

.firstcaps	{
	text-transform: capitalize;
}

body	{
 margin: 0;
 padding:0; 
 background:#fff;
 color: #4d4d4d;
 font-family: tahoma,verdana,sans-serif;
 font-size:13px;
}	 
	 
#left	{
 position:absolute;
 top:85px;
 left:0;
 width:140px;
 z-index:3;
}

#right	{
 position:absolute;
 top:85px;
 right:0;
 width:178px;
 z-index:2;
}

#main {
 width:100%;
 z-index:1;
 height:80%;
 margin:0 auto;
}

#header	{
 height:80px; 
 border-bottom:3px solid #006600; 
 width:100%; 
 background:#ff6600;
 color: #fff; 
 margin:0;
}

#center	{
 margin:0 184px 0 146px;
 position:relative;
 background:#ffffff;
 z-index:5;
 border-bottom:1px solid #006600;
}

#footer	{
 width:100%;
 height:35px;
 color: #333333;
 margin:0;
 margin-top:10px;
 font-size: 11px;
 clear:both;
}

.boxes	{
	width:120px;
	border:1px solid #006600;
	margin:5px;
	align:center;
}

.rightbox  {
        width:170px;
        border:1px solid #006600;
        margin:5px;
        align:center;
}

.boxcontent	{
	padding:5px;
	margin-top:0;
	line-height:18px;
}

.boxtitle	{
	background:#ffcc99;
	color:#000;
	font-family:Verdana,Tahoma,arial;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	border-bottom:1px solid #006600;
	align:left;
	padding-left:3px;
}	
