/* Global Variables */
html { min-height: 100%; height: 100%; }
body { background: #000 url(images/header_bg.gif) repeat-x; margin: 0px; color: #FFF; min-height: 100%; height: 100%; font: 12px/1.2 Arial, Helvetica, sans-serif; }
h1 { color: #7cb169; text-transform: uppercase; font-size: 20px; }
a { color: #55574c; }

/* Layout Components */
#Container { width: 1000px; margin: 0px auto 0px auto; height: 100%; }
	#TopNav { height: 31px; font-size: 11px; color: #000; text-transform: uppercase; font-weight: bold; margin: 0px auto auto 195px; }
		#TopNav span { float: left; margin-top: 8px; }
	#Header { height: 100px; width: 100%; margin-bottom: 85px; }
	#ContentContainer {  }
		#Navigation { float: left; width: 185px; margin-right: 10px; }
		#MainContent {  }
			#HomeColumn { float: left; width: 205px; }
				#HomeColumn div { border-bottom: 1px #999 dotted; margin-bottom: 10px; padding-bottom: 10px; }
			#HomeFlash { float: left; }
	#Footer { margin-left: 25px; color: #999; font-size: 11px; text-transform: uppercase; font-size: 10px; width: 975px; clear: both; }

/* Text (Headers) */
.txtHeader { font: bold 12px/1.2 Arial, Helvetica, sans-serif; text-transform: uppercase; }
.txtCaption { font: italic 11px/1.2 Arial, Helvetica, sans-serif;}
.txtHomePageHeadline {font: 14pt/1.2 Arial, Helvetica, sans-serif; color: #F00; text-align: center;}
.txtHomePageSubHead {font: 11pt/1.2 Arial, Helvetica, sans-serif; color: #F00; text-align:center; }

/* Links */
#TopNav a { color: #FFF; text-decoration: none; }
	#TopNav a:hover { color: #000; }
#Footer a { color: #666; text-decoration: none; }
	#Footer a:hover { color: #999; }
	
	#flashContainer {
		width: 400px;
		margin: 50px auto;
	}
	/*#MainContent a {color: #f00;  }*/
	#flashcontent {
		height: 100%;
	}
	#sponsorContainer {
		width: 196px;
		margin: 50px auto;
	}
	
	#flashsponsors {
		height: 100%;
	}
	
