/* ----- YUI RESET ---- */

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0px none;
}

address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	
}

abbr, acronym { border:0px none;
}

/* --- / YUI RESET --- */




body {
	margin-left: 1.5em;
	font-size:75%;
	font-family: verdana, sans-serif;
	color: #333332;	
	background: url('../images/bg-pg.gif') repeat-x;	
	text-align: center;
	min-width: 742px	
}

html>body {
	font-size:12px;
}

.sponsors {
border: 1px solid #efefef;
padding-bottom: 0;
margin-bottom: 0;
width: 198px;
margin-left: 0;
}

.sponsors h2 {
font-size: 1em;
color: #ccc;
background: #333;
padding: 5px;
margin: 0;
}


ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1.5em;
	padding-bottom: 0;
}

ul li {
	line-height:1.5em;
}

#container{
	margin:0 auto;
	background: url('../images/header.gif') no-repeat top;
	width:598px;
	text-align: left;
	padding-bottom: 20px;
	position: relative
}


#header {
	background: url('images/bg-header.gif') no-repeat;
	width: 598px;
	height: 155px
	}

.homelink {
	font-weight: bold;
	float: right;
	display: block;
	position: absolute;
	right: 0;
	top: 160px;
	display: none;
	}
	
#navigation {
	padding-left: 5px;
	margin: 0;
	background: url('../images/bg-nav-l.gif') no-repeat;
	height: 35px
}

#navigation ul {
	color: #63883B;
	font-size: 1em;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 9px 0 0 0;
}

#navigation li {
	display: inline;
	padding: 0;
	margin: 0 0 0 -4px;
}

#navigation li a:link {
	color: #6ca421;
	text-decoration: none;
	border-left: 2px solid #efefef;
	padding: 5px 10px 5px 9px;
}

#navigation li a:visited {
	color: #6ca421;
	text-decoration: none;
	border-left: 2px solid #efefef;
	padding: 5px 10px 5px 9px;
}

#navigation li a:link.active {
	color: #6ca421;
	text-decoration: none;	
	border-left: 2px solid #efefef;
	padding: 5px 10px 3px 9px;
	border-bottom: 2px solid #ffcc00;
}

#navigation li a:visited.active {
	color: #6ca421;
	text-decoration: none;	
	border-left: 2px solid #efefef;
	padding: 5px 10px 3px 9px;
	border-bottom: 2px solid #ffcc00;
}

#navigation li a:hover {
	color: #6ca421;
	text-decoration: none;	
	border-left: 2px solid #efefef;
	padding: 5px 10px 3px 9px;
	border-bottom: 2px solid #ffcc00;
}


	
	
	
#wrapper {	
	background: url('../images/bg-column.gif') no-repeat top right;
	}
	
#maincolumn {
	width: 700px;
	}		
	
#column {
	width: 140px;
	padding-right: 28px;
	float: right;
	}			

input {
	font: 12px/100% "Verdana";
	color: #333332;
}

textarea, select {
	font: 12px/160% "Verdana";
	color: #333332;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	line-height:1em;
	font-size:2em;
	letter-spacing: -0.05em;
	margin:0 0 .5em 0;
	font-family: Georgia, serif;
	color: #000;
}

h2 {
	font-size:1.5em;
	line-height: 1.5em;
	margin:1.125em 0 0.375em 0;
	color: #000;
}

h3 {
	font-size:1em;
	line-height: 1.5em;
	margin: 0;
	text-transform: uppercase;
	color: #000;
}

h4 {
	font-size:1em;
	line-height: 1.5em;
	margin:1.125em 0 0.375em 0;
	font-weight:bold;
}

h5 {
	font-size:1em;
	line-height: 1.5em;
	margin:1.125em 0 0.375em 0;
	font-weight:bold;
}

h6 {
	font-size:1em;
	line-height: 1.5em;
	margin:1.125em 0 0.375em 0;
	font-weight:bold;
}

.printTitle {
	display:none;
}

p {
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
}

a:link {
	text-decoration: none;
color: #6ca421;
}

a:visited {
	text-decoration: none;
color: #6ca421;
}

a:hover {
	text-decoration: underline;
}

a:active, a.active {
}

hr {
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #000000;
}


ul.bulletlist {
	font-size: 1.167em;
	color: #21709F;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin-left: 0;
	border-top: 1px solid #cde0e4;
	background: #e8f2f5;
}

ul.bulletlist li {
	border-bottom: 2px solid #fff;
	padding: 3px 0 3px 10px;
	list-style: inside;
	}

ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1.5em;
	padding-bottom: 0;
}

ol li {
	line-height:1.5em;
}



#footer {
	margin: 22px 0 56px 0;
	border-top: 1px solid #edeeee;
	clear: both;
}

#footer p {
	padding: 10px 0 0 0;
	font-size: 0.8333em;
	width: 100%;
	color: #b1b3b6;
}

#footer a:link {
	color: #6ca421;
}

#footer a:visited {
	color: #6ca421;
}

#footer a:hover {
	color: #6ca421;
	text-decoration: underline;
}

#footer a:active {
	color: #73AAC5;
}

/* ----- CLASSES ----- */

.hide{
/* display:none; */
}
.show{
/* display:block; */
}







/* ----- TABLES ----- */

table{
	width:;
	frame:;
	text-align:;
line-height: 1.5em
}

caption{
	color:;
	position:;
	text-align:;
	display:; font-style:normal; font-variant:normal; font-weight:normal
}

thead{
	color:;
	text-align:;
	background-color:;
	font-style:normal; font-variant:normal; font-weight:normal
}

tbody{
	color:;
	text-align:;
	background-color:;
	font-style:normal; font-variant:normal; font-weight:normal
}

tfoot{
	color:;
	text-align:;
	background-color:;
	font-style:normal; font-variant:normal; font-weight:normal
}

tr{
	color:;
	background-color:; font-style:normal; font-variant:normal; font-weight:normal
}

tr .alt{
	color:;
	background-color:; font-style:normal; font-variant:normal; font-weight:normal
}

th{
}

td{
	

}

/* ----- FORMS ----- */

form{
height: 360px;
	width:
	
}

fieldset{
	border:medium none;
	width:
	
}

legend{
	color:;
	line-height: 1.5em; font-style:normal; font-variant:normal; font-weight:normal
}

label{
	font-size:;
	font-family:;
	width: 70px;
line-height: 1.5em
}

input{
	border:medium none;
	font-size:;
	font-family:
}

textarea{
	border:medium none;
	font-size:;
	font-family:;
	width: 33em
}

input, textarea{
}

select{
	border:medium none;
	font-size:;
	font-family:
}

optgroup{
	font:;
}

option{
	font:;
}

/* ----- DEFINITIONS ----- */

dl{
	font-size:;
	width:33em;
	line-height: 1.5em
}

dt{
	color:;
	width:33em;
	line-height: 1.5em
}

dd{
	color:;
	line-height: 1.5em;
	width:33em
}

	
