/* Created by Jeck */


body {
	
	background-repeat: no-repeat;
	color: #000000;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #00CCFF;
	text-decoration: none;
}

a:visited {
	color: #00CCFF; 
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.copyright {
	color: #999999;
	font-size: 10px;
}


/* Sort style */
.sort_class {
	font-size:16px;
	color:#104e75; 
	height:40px; 
	font-weight:bold;
}

/* Form register */
.form_text {
	background: #226a99;
	border: 0px;
	color: #000000;
	font-weight: bold;
}

.form_button {
	background: #002f4d;
	color: #000000;
	border: 0px;
	cursor: pointer;
}

/* ////////////////////////////////////////////////////////////////////////////// */


}
#col2 {
	position:relative;
	float:left;
	font-size:100%;
	width:150px;

}
/* Content Styling
=================================*/
#news, #contact, #recommendation{
	margin-top:.0em;
	margin-bottom:.0em;
	background-color:#d6edf7;
	color:#381d02;
	border-bottom:3px solid #6992a5;
}
#news div, #contact div, #recommendation div{
	margin:4px;

}
#news h2, #contact h2, #recommendation h2 {
	font-size:90%;
	height:1em;
	background-color:#6992a4;
	color:#fff;
	padding:.3em;
	margin:0px 0px .3em 0px;
	border-bottom:1px solid #673502;
}
#news span{
	font-size:100%;
	color:#d6edf7;
	margin:0px 0px .1em 0px;
	padding:0px 0px .1em 0px;

}
#news p, #contact p, #recommendation p{
	margin:0px;
	padding: 5px 0px;



