
/***
Global Style Definition
**/

		* {
			margin: 0;
			padding: 0;
		}
		
		.hand { 
			cursor: pointer;
		}
		
		body {
			background-color: White;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			width:857px;
			margin:0px auto;
			cursor:default;
			text-align: center;
		}

		#titlebar {
			width: 857px;
			background-color: White;
			color: Black;
			text-align: center;
			vertical-align: middle;
			margin-bottom: 5px;
		}

/***
												NerdColors
***/			
		.nerd_green {
			color: #F5A323;
		}
		
		.nerd_black {
			color: #000000;
		}
		
		.nerd_dgray {
			color: #514f36;
		}
		
		.nerd_lgray {
			color: #b7b8b9;
		}
/***
												Menu Bar
***/		
		#menubar {
			width: 857px;
			color: Black;
			text-align: center;
			vertical-align: middle;
			margin-bottom: 9px;
		}
		
/***
												Flash Banner
***/
		#banner {	
			width: 857px;
			color: Black;
			text-align: center;
			vertical-align: middle;
			margin-bottom: 5px;
		}
/***
												Content Region
***/
		#content {
			margin-top: 8px;
			margin-left: 10px;
			margin-right: 10px;
			margin-bottom: 7px;
			width: 857px;
			text-align: center;
		}
		
		#content .cframe {
			color: #000000;
			padding-top: 9px;
			vertical-align:top;
			font-size: 11px;
			text-align: left;
		}
		
		#content a, #content a:visited {
			color: #808630;
			text-decoration: underline;
		}
		
		#content a:hover {
			color: #000000;
			text-decoration: underline;
		}
		

		#content h1
		{
			font-weight: bold;
			font-size: 13px;
			
		}
		
		#content h2
		{
			color: #808630;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
		}
		
		#content h3
		{
			
			font-weight: normal;
			font-size: 12px;
			text-decoration: underline;
		}
		
		#content h4
		{
			
			font-weight: normal;
			font-size: 10px;
			color: #808630;
			text-decoration: none;
		}
		
/***
											Footer Region
***/

		#footer {

			text-align: center;
			font-size: 11px;
			width: 857px;
			background-color: White;
			color: #b7b8b9;
			text-align: center;
			vertical-align: middle;
		}
		
		#footer a, #footer a:visited {
			color: #b7b8b9;
			text-decoration: underline;
		}
		
		#footer a:hover {
			color: #000000;
			text-decoration: underline;
		}
		
		