@charset "utf-8";
/* Global Styles */
body {
	margin:0px;
	background:url(../images/bg.gif) repeat-x;
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:100%;
	color:#000000;
}
h1, h2, h3, br, p, div, a, img {
	margin:0px;
	padding:0px;
}
a img {
	border:0px;
}
a {
	color:#c00203;
}
h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.1em;
	font-weight:normal;
}
#wrapper {
	width:969px;
	margin:7px auto;
}
#wrapper .clear {
	clear:both;
}
#wrapper fieldset {
	border:1px solid #c4d97a;
}
#top-bar {
}
#top-bar img {
	float:left;
}
#top-bar .top_bar_content {
	float:left;
	width:950px;
	background:url(../images/bg_top_bar.gif) repeat-x;
	line-height:47px;
}
#top-bar h1 {
	color:#fbff88;
	font-size:1.5em;
}
#top-bar h2 {
	color:#ffffff;
	font-size:1.3em;
}
#top-bar a {
	color:#ffffff;
	font-size:0.70em;
	text-decoration:none;
	line-height:20px;
	border-left:1px dashed #ffffff;
	float:left;
	padding:0px 15px 0px 15px;
}
#top-bar a:hover {
	text-decoration:underline;
}
#header-home {
	margin-top:6px;
}
#header-home .logo_home {
	float:left;
}
#header-home .header_content {
	float:left;
	width:649px;
	height:193px;
	background:url(../images/header-home.jpg) no-repeat;
	margin:1px 0px 0px 12px;
	padding:15px 0px 0px 10px;
	font-size:0.85em;
	font-weight:bold;
}
#header-home .header_content h2 {
	color:#b80000;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:5px;
}
#header-home .scroller {
	width:400px;
	height:115px;
	overflow:hidden;
}
#header{
	margin-top:6px;
}
#navigation {
}
#navigation a{
	line-height:48px;
	color:#ffffff;
	font-size:0.75em;
	font-weight:bold;	
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/nav_seperator.gif) top right no-repeat;
	float:left;
	padding:0px 12px 0px 12px;
}
#navigation a:hover{
	color:#fbff88;
}
#navigation a.selected{
	color:#fbff88;
}
#navigation img {
	float:left;
}
#navigation .nav_links{
	float:left;
	background:url(../images/bg_nav.gif) repeat-x;
	width:948px;
	height:65px;
}
#navigation h2{
	color:#fbff88;
}
#content {
	font-size:0.8em;
}
#content h1 {
	font-weight:bold;
}
#content h1 span {
	color:#c20303;
}
#content h1.page_title {
	color:#718b17;
	font-size:2em;
}
#footer {
	border-top:1px solid #c4d97a;
	margin:10px 0px 10px 0px;
	padding:10px 0px 0px 0px;
	text-align:center;
	color:#828282;
	font-size:0.75em;
	text-decoration:none;
}
#footer a{
	color:#828282;	
}
#marqueecontainer{
	position: relative;
	height: 100px; /*marquee height */
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
	margin-top:10px;
}
