body { 
	margin:0; 
	padding:0;  
	font-size:10px;
	font-size:0.8em;
	font-family:trebuchet ms, arial; 
	background:#efefef;
}

a, a:link {  color:#1c4dd8;  }
a:visited {  color:#800080;  }
a:hover, a:active {  color:#ff0000;  }


#container {
	width:960px;
	margin:auto; 
	padding:0;
	border-top:7px solid #33cc33;
}

#header {
	height:95px; 
	margin:0 auto; 
	padding:5px 0 0 0; 
	background:url('images/header_bg.gif') repeat-x;
}

#header #logo {  
	width:215px; 
	margin:0; 
	padding:10px 0 0 0; 
	float:left; 
	text-align:center;
}

#header #logo a, #header #logo a:link { color:#444; text-decoration:none; font:bold 2em/1em Trebuchet MS, Arial; }

#header #logo img { border:0; }

#slogan { text-align:center; font:normal 0.7em/1.6em verdana; width:210px; letter-spacing:2px; }

#header #topright { 
	width:735px; 
	margin:0; 
	padding:0; 
	float:right; 
	height:95px; 
	text-align:right;
}

.l_bar {  
	background:#fff;
	margin:auto; 
	padding:2px 20px 0 20px; 
	height:26px;
	border-bottom:2px solid #33cc33;
}


.l_bar a, .l_bar a:visited  { 
	margin:0; 
	padding:3px 5px 0 5px;
	display:block;
	width:130px;
	height:25px;
	line-height:1.6em; 
	color:#3572a8;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

.l_bar a:active, .l_bar a:hover { 
	color:#fff;
	background:#33cc33;
}



#main { 
	margin:0; 
	padding:10px 0;  

}

#main.large { 

}

#main #left { 
	width:210px; 
	overflow:visible; 
	float:left;
	padding:0;
	margin:0;

}

/************************/
.menu { margin:0; paddin:0; width:200px; border:5px solid #fff;  }

.menu a, .menu a:visited { 
	margin:0; 
	width:190px;
	height:21px;
	padding:3px 0 0 8px; 
	line-height:1.6em; 
	display:block; 
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:#33cc33;
	border:1px solid #fff;
}

.menu a:active, .menu a:hover { 
	background:#3572a8; 
	color:#fff;
}
/************************/


#right { width:300px; margin:0; padding:0; float:right; }

#content {
	width:390px;
	overflow:visible; 
	margin:0 0 0 10px; 
	padding:10px 20px; 
	float:left; 
	text-align:left;
	background:#fff;
	min-height:535px;
}
#content.large { width:700px; }

.box {	background:#fff url('images/content_bg.gif') repeat-x; padding:0 10px; }

#content h1 { 
	margin:0; 
	padding:3px 0px 3px 0px; 
	font:bold 1.4em Trebuchet ms, arial,tahoma;
	color:#3572a8;
	border-bottom:2px solid #3572a8;
}
#content h2 { 
	margin:0; 
	padding:3px 5px 3px 10px; 
	font:bold 1.2em arial,tahoma;
	color:#2e71c4;
}


#content p { 
	margin:5px 0px 7px 0px;
	padding:0;
	font-size:1.1em; 
	line-height:1.6em;
	text-align:left; 
	color:#222222;
	font-family:Trebuchet MS, Verdana, Arial;
}

#content ul { 
	font-size:1em;
	line-height:1.4em; 
	color:#000; 
	margin:10px 0; 
	padding-left:40px; 
	list-style-type:circle;
}
#content ol li { 
	padding-bottom:10px; 

}

.clr { 
	clear:both; 
	margin:0; 
	padding:0;
	height:0; 
	width:0; 
	font-size:0;
}


/****/
fieldset { border:3px solid #f0f0f0; margin:auto; width:500px; padding-bottom:10px; }
fieldset legend { font-weight:bold; color:#660000; }
fieldset p {  }
fieldset p.submit { text-align:center; }
fieldset label { width:160px; float:left; text-align:right; padding:0 5px 0 0; }
/****/



#footer { 
	background:#fff;
	margin-bottom:15px;
	height:30px;
	padding:10px 0 0 10px; 
	font:normal 0.85em verdana;
	line-height:1.7em;
	text-align:left;
	color:#aaa;
}

#footer a { text-decoration:none; color:#3572a8; }

#footer a:active, #footer a:hover { color:#ff0000; text-decoration:underline; }




