/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


body {
	padding-left: 20;
	background: #E3E3E6;
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #313131;
}

/* Menu */

#menu {
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #4E813C;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 20px 17px 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #4E813C;
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
/*	width: 960px; */
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/head-4.jpg) no-repeat left;
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 40px;
	text-align: left;
	letter-spacing: -1px;
	font-size: 189%;
	color: #ffffff;
}

/* Page */


#home img {
	border: 5px solid #FFFFFF;
}
#home h1, h2, h3 {
	color: #010101;
}
#home h1 {
	margin-bottom: .5em;
	font-size: 170%;
	letter-spacing: -2px;
	font-weight: bold;
}

#home h2 {
	margin-bottom: .5em;
	font-size: 100%;
	font-weight: bold;
}

#home h3 {
	font-size: 90%;
	font-weight: bold;
}

#home p, ol, ul {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 167%;
	font-size: 95%;
}
#home a {
	color: #200000;
}
#home a:hover {
	color: #F00000;
}
	

#content h1, h2, h3 {
	color: #010101;
}
#content h1 {
	margin-bottom: .5em;
	font-size: 170%;
	letter-spacing: -2px;
	font-weight: bold;
}

#content h2 {
	margin-bottom: .5em;
	font-size: 100%;
	font-weight: bold;
}

#content h3 {
	font-size: 90%;
	font-weight: bold;
}

#content p, ol, ul {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 167%;
	font-size: 95%;
}
#content a {
	color: #200000;
}
#content a:hover {
	color: #F00000;
}

/* Newsarchive */
#site1 {
	font-size: 80%;
}

#site1 a {
	color: #800000;
}
#site1 a:hover {
	color: #F00000;
}
#site1 h4 {
	font-size: 90%;
	font-weight: bold;
	color: #ff0000;
}

/* Caption */

#caption {
	text-align: right;
}

/* Sidebar */

#links {
	font-size: 110%;
	padding-left: 1em;
	font-weight: normal;
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	background: url(images/img08.gif) no-repeat left center;
	color: #4E813C;
}
#links a:hover {
	padding-left: 18px;
	background: url(images/img08.gif) no-repeat left center;
	color: #4E813C;
	text-decoration: none;
}

#links h2{
	font-weight: bold;
	color: #4E813C;
}

