@charset "utf-8";
/************************/
/****   HTML tages   *****/
/************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636B6F;
	background-color: #C9CACE;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6, ul, li, div, p {margin:0;padding:0;}
th, td {
	text-align:left;
	vertical-align:top;
	font-size:13px;
}
p {
	font-size: 13px;
	color: #666666;
	margin-bottom: 15px;
}
p:first-child {margin-top:0px;padding-top:0;}

h1 {
	font-size: 19px;
	color: #4A79B3;
	font-weight:normal;
	margin-bottom: 15px;
}
h2 {
	font-size: 15px;
	color: #647E99;
	margin: 20px 0px 15px 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	color: #868686;
}

a{
	color:#4A79B3;
	text-decoration:none;
	font-weight:bold;
}
a:hover {color:#00953E;}
a:hover img {opacity:0.6;filter:alpha(opacity=60);-moz-opacity:0.6;}
ul {
	margin: 15px 0px 15px 15px;
}
/************************/
/******   wraps     *****/
/************************/
.wrap0 {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align:left;
}
.menutopwrap {
	background-color:#FFFFFF;
	background-image: url(../layout/back_menutop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 17px;
	padding-top:6px;
}
.newstop {
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A2A6A6;
	border-bottom-color: #C1C4C4;
	padding: 3px;
}
.main {
	background-color: #FFFFFF;
	background-image: url(../layout/back_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top:30px;
	padding-bottom:10px;
}

.t2column { /* width  = 900px */
	width: 100%;
}
.t2column .cleft { /* width = 0px */
	width: 0px;
}
.t2column .cmiddle { /* width + padding = 630px */
	width: 600px;
	padding-left:30px;
}
.t2column .cright { /* width + padding = 270px */
	width: 230px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:15px;
}

.main .mainbottom {
	text-align: right;
	padding-right: 46px;
}
.footer {
	color: #FFFFFF;
	background-image: url(../layout/back_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
	height: 19px;
	width: 860px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.footer a {
	color:#FFFFFF;
	text-decoration:none;
	margin-left:30px;
}
.footer a:hover  {color:#FFFF00;}
.footerleft {float:left;}
.footerleft a {margin-left:0px;}
.footerleft a img {border-width:0;vertical-align: text-top;}
/************************/
/****     other      *****/
/************************/
.tblue {
	color: #4A79B3;
}

.anoline {text-decoration:none;}

.picright {
	float:right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.picleft {
	float:left;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.logodisplay a {
	margin: 0px 10px 0px 0px;
	height:60px;
	display:inline-block;
}
.logodisplay img {
	border-width:0px;
}
.linksmall {
	font-size:11px;
}
.linksmall img {
	border-width:0px;
}
.gapleft {
	padding-left: 150px;
}
.gapleft img {
	float:left;
	margin-left:-150px;
}
/************************/
/****     lists      *****/
/************************/
.bluelist {
color: #4A79B3 ;
}
.listbuenone {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:0px;
	list-style:none;
	color:#4A79B3;
}
.listbuenone li {margin-top:5px;}

.counter {
	margin-top: 10px;
	margin-left: 25px;
	width: 200px;
	height: 150px;
	background-image: url(../layout/counter/home_counter.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.counterNumbers {padding: 10px 0px 10px 8px;}
.counterNumbers img {padding:1px;}

