
* { 
padding : 0; 
margin : 0; 
} 
body { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 13px; 
/*background-image : url(images/head.jpg); */
background-repeat : repeat-x; 
} 
.clear { 
clear : both; 
} 
img { 
padding : 5px; 
/*border : 1px solid #3366ff; */
} 
img.floatTL { 
float : left; 
margin-right : 10px; 
margin-bottom : 0; 
margin-top : 0; 
margin-left : 0; 
} 
img.floatTR { 
float : right; 
margin-left : 10px; 
margin-bottom : 0; 
margin-top : 0; 
margin-right : 0; 
} 
#wrapper { 
margin : 0 auto; 
width : 922px; 
}  
#leftcolumn { 
color : #333; 
border : 1px solid #ccc; 
margin : 0 0 5px 0; 
padding : 10px; 
min-height : 350px; 
width : 600px; 
float : left; 
} 
#leftcolumn h1 { 
color : #3366ff; 
font-size : 1.7em; 
font-weight : lighter; 
margin : 0 0 10px 0; 
} 
#leftcolumn h2 { 
color : #3366ff; 
font-size : 1.5em; 
font-weight : lighter; 
margin : 20px 0 10px 0; 
} 
#leftcolumn p { 
text-align : justify; 
color : #707070; 
font-size : 1.1em; 
} 
#leftcolumn a { 
text-decoration : none; 
color : #ffb10a; 
} 
#rightcolumn { 
float : right; 
color : #333; 
border : 1px solid #ccc; 
margin : 0 0 5px 0; 
padding : 10px; 
min-height : 350px; 
width : 273px; 
display : inline; 
} 
#rightcolumn h3
{
	border-bottom: 1px solid #BCE27F;
	font-size: 14px;
	font-family:  Helvetica, Georgia;
	color: #88AA77;
}
#rightcolumn li
{
	list-style-type: none;
}

#rightcolumn li a
{
	text-decoration: none;
	color: black;
	font-size: 15px;
	font-weight: bold;
	font-family:  Helvetica, Georgia;
	color: #88AA11;
}

#rightcolumn li a:hover
{
	border-bottom: 1px dashed #88AA77;
	color: #000000;
}

#rightcolumn li a.on
{
	border-bottom: 1px dashed #88AA77;
}


#news { 
margin : 20px 0 0 0; 
width : 273px; 

} 
#footer { 
width : 900px; 
clear : both; 
color : #333; 
border : 1px solid #ccc; 
margin : 0 0 10px 0; 
padding : 10px; 
} 
#footer p { 
text-align : center; 
font-size : 85%; 
} 
#footer a { 
color : #ffb10a; 
} 

