/* IE scroll fix*/
html	{
	overflow-x: hidden;
	overflow-y: auto;
} 
/* IE scroll fix_ clear*/

* {margin:0; padding:0;} 

.clear {clear:both;}




.header
{
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #F30;
}

.subheader
{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #333;
}

.bold
{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #000;
}

p { font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px; }

/* general */


body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: transparent;
	background-image: url(images/img01.gif);
	background-repeat: repeat-x;
}

/* Logo */
#logo
{
	width: 481px;
	height: 86px;
	background-color: transparent;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	float: left;
}

#logo a
{
	width: 481px;
	height: 86px;
	background-color: transparent;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	display: block;
}

#header
{
	width: 980px;
	height: 86px;
	margin: 0 auto 0px auto;

}
/* Menu */
#menu
{
	width: 980px;
	height: 50px;
	background-color: transparent;
	margin: 0 auto 10px auto;
	
}


#menuleftcap
{
	width: 23px;
	height: 50px;
	margin: 0;
	background-color: transparent;
	background-image: url(images/bg_04_leftcap.gif);
	float: left;

}


#menumiddle
{
	width: 934px;
	height: 50px;
	margin: 0;
	background-color: #036;
	background-image: url(images/bg_04.gif);
	float: left;
}

#menurightcap
{
	width: 23px;
	height: 50px;
	margin: 0;
	background-color: transparent;
	background-image: url(images/bg_04_rightcap.gif);
	float: left;
	
}

#menucontent
{
	width: 934px;
	height: 50px;
	margin: 0px auto 0 auto;
	padding: 0;
	border: 0px #F30 solid;
	background-color: transparent;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a
{
	display: block;
	float: left;
	width: 103px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding-top: 20px;
	border-width: 0px 0px 0px 1px;
	border-color: #666;
	border-style: dotted;
}

#menu a:hover
{
	width: 103px;
	height: 30px;
	text-decoration: none;
	color: #6F0;
	padding-top: 20px;
	border-width: 0px 0px 0px 1px;
	border-color: #666;
	border-style: dotted;
}

#menu ul li a.active
{
	background-image: url('images/current.gif');
	background-repeat: repeat-x;
	width: 103px;
	height: 30px;
	text-decoration: none;
	color: #F90;
	padding-top: 20px;
	border-width: 0px 0px 0px 1px;
	border-color: #666;
	border-style: dotted;
}

#page
{
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img05.gif) no-repeat;
	border: 0px #F90 solid;
	height: 100%;
}


#wrapper
{
	float: right;
	width: 648px;
	min-height: 600px;
	margin: 10px;
}

#content
{
	float: right;
	width: 594px;
	margin: 0px;
	border: 2px #369 solid;
	min-height: 300px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

#contentheader
{
	width: 648px;
	height: 25px;
	background-image: url(images/contentheader.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 25px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}


#banner { background-image: url(images/banner.jpg); 	width: 980px;
	height: 400px; }


#homesponsors
{
	background-image: url(images/homesponsors.gif);
	width: 980px;
	height: 90px;
}

#sponsors

{ 	width: 100px;
	height: 100px;
	margin: 5px;
	border-width: 1px;
	border-color: #666;
	border-style: dotted;
	float: left;}
	
/* Footer */
#footer
{
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	background: url(images/img05.gif) no-repeat;
}

#footer p
{
	margin: 0;
	line-height: normal;
	color: #666;
	font-size: 12px;
}

#footer a { color: #346086; }
#footer .legal { float: left; }
#footer .credit { float: right; font-size: 10px;}
