/* GLOBAL STYLES */

body {
	color: #000000;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: center;
	background: #E6E6E6;
}

.skip {
	position:absolute; 
	left:-9000px; 
	top:0;
}

/* GLOBAL CONTAINER */

#container {
	width: 766px;
	text-align: left;
	margin: 10px auto 0 auto;
	background: url(/images/template/container-background.gif) repeat-y;
	padding: 0 !important;
	line-height: 1.8em;
}

/* HEADER */

#header {
	height: 134px;
	background: url(/images/template/header-background.jpg) no-repeat;
}

#header h1 {
	float: left;
	color: #FFFFFF;
	margin: 40px 0 0 20px;
	background: none;
}

#header #logo {
	float: left;
	margin: 19px 0 0 33px;
	padding: 0;
}

#header #sponsor {
	float: right;
	margin: 60px 40px 0 0;
	padding: 0;
}

/* TOP NAVIGATION */

#top-nav {
	margin: 10px 16px 10px 11px;
	min-height: 30px;
	background: url(/images/template/top-nav-background.gif) no-repeat;
}

#top-nav ul {
	height: 100%;
	margin: 0;
	padding: 0 0 0 10px;
}

#top-nav li {
	list-style-type: none;
	float: left;
	width: auto;
	margin: 7px 5px 0 5px;
	background: url(/images/template/top-nav-tab-normal-2-background.gif) no-repeat top right;
}

#top-nav a:link, #top-nav a:visited {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 12px 2px 12px;
	background: url(/images/template/top-nav-tab-normal-1-background.gif) no-repeat top left;
}

#top-nav a:hover, #top-nav a:visited:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 12px 2px 12px;
}

.current {
	margin-top: 4px;
	background-image: url(/images/template/top-nav-tab-current-2-background.gif)!important;
}

.current a:link, .current a:visited {
	color: #66BC46 !important;
	background-image: url(/images/template/top-nav-tab-current-1-background.gif)!important;
}

.current a:hover, .current a:visited:hover {
	
}

/* CONTENT */

#content {
	float: left;
	text-align: left;
	width: 480px; 
	margin: 10px 0 0 25px;
	padding:0;
	min-height:300px;
	color: #000000;
}

#content h1{
	font-size: 1.4em;
	color: #66BC46;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0; 
	border-bottom: 1px solid #009FDB;
}

#content h2 {
	font-size: 1.2em;
	color: #66BC46;
	margin: 0 0 10px 0;
	padding: 0; 
}

#content h3 {
	font-size: 1.0em;
	color: #66BC46;
	margin: 0 0 10px 0;
	padding: 0; 
}

#content p {
	margin: 0 0 10px 0;
	padding: 0; 
}

#content ul { 
	list-style-type:square;
	padding: 0 0 10px 30px;
	margin: 0;
	color: #009FDB;
}

#content li { 
	color: #009FDB;
}

#content ul li ul {
	list-style-type:square;
	margin: 0;
	padding: 0 0 0 20px;
	color: #009FDB;
}

#content ul li ul li ul {
	list-style-type:square;
	padding: 0 0 0 20px;
	margin: 0;
	color: #009FDB;
}

#content a {
	color: #66BC46;
	text-decoration: none;
}

#content a:hover {
	color: #66BC46;
	text-decoration: underline;
}

#content a:visited {
	color: #66BC46;
	text-decoration: none;
}

#content a:visited:hover {
	color: #66BC46;
	text-decoration: underline;
}

#content fieldset {
	border: 1px solid #009FDB;
	padding: 0 5px 1em 5px;
	margin: 1em 0 0 0;
}

#content em {
	display: block;
	font-style:normal;
	padding: 1em 0 0 0;
	margin:0;
	clear:both;
}

#content label {
	float: left;
	width: 35%;
	margin-top: 3px;
}

#content .textbox {
	border: 1px solid #66BC46;
	background-color: #FFFFFF;
	font: 0.9em;
	color: #000000;
	height: 17px;
	padding:2px 5px;
	vertical-align: middle;
}

#content .textarea {
	border: 1px solid #66BC46;
	background-color: #FFFFFF;
	font: 0.9em;
	color: #000000;
	padding:2px 5px;
	vertical-align: middle;
}

#content .select {
	border: 1px solid #66BC46;
	font: 0.9em;
	color: #000000;
	padding:2px 5px;
}

#content .button {
	border: 0;
	background-color: #66BC46;	
	font-size: 0.9em;
	font-weight:bold;
	color: #fff;
	height: 23px;
	padding: 0 6px 0 6px;
	cursor:pointer;
}

#content .button:hover {
	background-color: #009FDB;
}

/* RIGHT BAR */

#right-bar {
	float: left;
	width: 200px;
	margin: 10px 0 0 25px;
	padding: 0;
	color: #000000;
}

#right-bar h1{
	font-size: 1.4em;
	color: #66BC46;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0; 
	border-bottom: 1px solid #009FDB;
}

#right-bar p {
	font-size: 1.0em;
	margin: 0 0 10px 0;
	padding: 0; 
}

#right-bar p {
	margin: 0 0 10px 0;
	padding: 0; 
}

#right-bar a {
	color: #66BC46;
	text-decoration: none;
}

#right-bar a:hover {
	color: #66BC46;
	text-decoration: underline;
}

#right-bar a:visited {
	color: #66BC46;
	text-decoration: none;
}

#right-bar a:visited:hover {
	color: #66BC46;
	text-decoration: underline;
}

/* FOOTER STYLES */

#footer {
	clear: both;
	background-image: url(/images/template/footer-background.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
	height: 67px;
}
	
#footer-copyright {
	padding:23px 0 0 0;
	margin:0 50px 0 30px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bolder;
	float: left;
}

#footer-links {
	padding:23px 30px; 0 0;
	margin:0;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bolder;
	float: right;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

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

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

#footer a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* MISC STYLES */

.errorbox {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	border: 1px solid #FF0000;
	margin: 0 0 10px 0;
	padding: 8px;
}

.error {
	font-weight: bold;
	color: #FF0000;
}