/*
CSS
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #f5f3e7;
	background-repeat: repeat-x;
	background-position: center top;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


h1, h2, h3 {
	font-weight: bold;
	color: #000000;
}

h1 { font-size: 16px;margin:10px 0px; }
h2 { font-size: 14px;margin:8px 0px; }
h3 { font-size: 100%;margin:6px 0px; }

hr {margin:5px 0px;}
p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 12px;
}

a:link {
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ED2024;
}

a:visited {
	color: #CC3300;
	text-decoration: none;
}

#header {
	width: 843px;
	height: 143px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

#logo a {
	text-decoration: none;
}

#menu {
	float: none;
	width: 843px;
	height: 103px;
}

#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: #0AAAFD;
}

#menu a:hover {
	color: #ED2024;
	text-decoration: underline;
}

#splash {
	width: 843px;
	height: 198px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	background: url(images/img3.jpg) no-repeat;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

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

#content {
	float: right;
	width: 519px;
	padding: 20px;
}

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

#sidebar {
	float: right;
	width: 244px;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 10px;
}

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

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

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

#sidebar h3 {
	width: 50px;
	height: 17px;
	padding: 0 10px;
	background: #ED2024 url(images/img4.gif) no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	min-width: 843px;
	height: 80px;
	padding-top: 25px;
	/*border-top: 5px solid #ED2024;*/
	background-image: url(images/footerBG.gif);
	text-align: center;
}

#footerb {
	clear: both;
	width: 843px;
	height: 50px;
	margin: 0 auto;
}

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

#legal {
	float: left;
}

#links {
	float: right;
}
#nav {
	width: 843px;
	height: 42px;
}

#cntnt_news {
	margin: 0;
	padding: 0;
	line-height: normal;
	width: 240px;
}
 
