/*------------------ Navigation ---------------------*/

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00A0C6;
}

.navigation  a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;

}

.navigation  a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;

}

.navigation  a:hover {
	color: #0066CC;
	text-decoration: underline;
	/** background-color: #ffffff; **/
	padding: 4px;

}

.navigation  a:active {
	color: #8AE1FF;
	text-decoration: underline;
	padding: 4px;

}

.FootNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00A0C6;
}

.FootNav  a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;

}

.FootNav  a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;

}

.FootNav  a:hover {
	color: #0066CC;
	text-decoration: underline;
	/** background-color: #ffffff; **/
	padding: 4px;

}

.FootNav  a:active {
	color: #8AE1FF;
	text-decoration: underline;
	padding: 4px;

}

/*------------------ text ---------------------*/
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.content a:link {
	color: #0099CC;
	text-decoration: underline;
	padding: 4px;

}

.content a:visited {
	color: #0099CC;
	text-decoration: underline;
	padding: 4px;

}

.content a:hover {
	color: #CC0000;
	text-decoration: underline;
	/** background-color: #ffffff; **/
	padding: 4px;

}

.content a:active {
	color: #99CC00;
	text-decoration: underline;
	padding: 4px;

}

.sponsors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
}

.smlDark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006A00;
	line-height: 1.6em;
}

.smlDark a:link {
	color: #0099CC;
	text-decoration: underline;
	padding: 4px;

}

.smlDark a:visited  {
	color: #0099CC;
	text-decoration: underline;
	padding: 4px;

}

.smlDark a:hover {
	color: #006A00;
	text-decoration: none;
	/** background-color: #ffffff; **/
	padding: 4px;

}

.smlDark a:active {
	color: #006633;
	text-decoration: underline;
	padding: 4px;
}

.tableHd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #99CC00;
	padding: 5px;
	}

.contentHd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0099CC;
	margin-bottom: 0.5em;
	font-weight: bold;
	}

.contentMjHd {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #7CA600;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.contentHdGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.6em;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #0066CC;
}

.image_padd {
	margin: 0px 10px 10px 10px;
	}
	
.imageContainer{
	clear:both;
	padding:10px;
}

.imagePadd2{
	padding: 4px;
	margin:0px 10px 10px 0px;
	white-space:none;
	float:left;
	border:solid #99CC00 1px;
}	
	
.smlWht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.6em;
}



.blue {
	color: #0099CC;
	font-weight: lighter;
	}
	
h1, h2, h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size: 1.2em;
	color: #666666;
	margin-bottom: 0.5em;
	}
	
h2 {
	font-size: 1.0em;
	color: #0099CC;
	margin-bottom: 0.5em;
	}
	
h3 {
	font-size: 1.0em;
	color: #454545;
	font-weight: lighter;
	}


/* big buttons */
a.button {
    background: transparent url('../images/big_button_a.gif') no-repeat scroll top right;
    /*color:#999999;*/
    display: block;
    float: left;
    font: bold 14px arial, sans-serif;
    height: 40px; /* 24 px */
    margin-right: 6px;
	margin-bottom: 3px;
    padding-right: 36px; /* sliding doors padding */
    text-decoration: none;
	color:#FFFFFF;
	/*width:160px;*/
}

a.button span {
    background: transparent url('../images/big_button_span.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 12px 0 12px 22px;
}

a.button:link {
    /*color:#999999;*/
}

a.button:visited {
    /*color:#999999; */
}

/**/a.button:hover {
    /*color: #0099ff;*/
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration:none;
}

a.button:hover span {
    background-position: bottom left;
    padding: 12px 0 12px 22px;
}

a.button:active {
    background-position: bottom right;
    /*color: #000;*/
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 12px 0 12px 22px;
}
