@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
h1 {
	font-size:14px;
	font-weight:bold;
	margin:15px 0px 0px 0px;
	text-transform:uppercase;
	color:#2b4425;
	border-bottom: 1px solid #2b4425;
}
h1.first {
	margin-top:0px;
}
h2 {
	font-size:11px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
	/*background-color:#efefef;
	border:1px solid #999999;  
	padding:3px;*/
}
p {
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	text-align:justify;
}

ul {
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding-left:15px;

}
li {
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	list-style-position:outside;

}

a:link {
	color:red; 
	text-decoration:underline;
}
a:visited {
	color:#CC0000;
	text-decoration:underline;
}
a:hover {
	color:red;
	text-decoration:none;
}

.columns {
	width:182px;
	height:auto;
	padding:15px;
	float:left;
}
.home_image {
	margin:0px auto 2px;"

}
p.home_image_txt {
	text-align:center;
	margin:0px auto 15px;
	font-size:10px;
	background-color:#efefef; 
	border:1px solid #e1e1e1;
	
}

.news {
	margin:0px 8px 6px 0px;
	padding:3px;
	background-color:#efefef;
	border:1px solid #e1e1e1;
}
.red {
	color:red;
}
.url  {
	font-size:11px;		font-weight:normal;		margin:5px auto 10px auto;		padding-top:5px;		text-align:center;		color:red;	width:800px;
}

#bottom_nav {
	font-size:11px;
	width:800px;
	margin:0px auto;
	text-align:center;

}

