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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h1, h2, h3 {
	font-weight: normal;
	color: #BDBDBD;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
	background:#fff;
}

#header {
	width: 940px;
	height: 130px;
	margin: 0 auto;

}

#logo {
	float: left;
	width: 900px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #BDBDBD;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}

#logo h2 a {
	color: #BDBDBD;
}

#logo a {
	text-decoration: none;
	color: #000;
}

#menu {
	float: left;
	width: 600px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #BDBDBD;
}

#menu a:hover {
	color: #8A0808;
}

#splash {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	float: center;

}

#splash p {
	width: 900px;
	height: 70px;
	margin: 0;
	padding: 0px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	 color: #fff;
}

#page {
	width: 1000px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 0px;
}

#content {
	float: right;
	width: 940px;
	padding: 20px;
	text-align: justify; 

 
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: right;
	width: 1px;
	padding: 0px;
 
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

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

#sidebar li {
	margin: 0 0  0px 0;
	padding: 0 0  0px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 940px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
	color: #000;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
	color: #000;
}

#legal {
	float: left;
}

#links {
	float: right;
	color: #000;
}
