@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {

  	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
  	font-size: 100%;
}


body { 
  	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #ffffff;
  	text-align: left;
	background-color:#000000; 
	font-size: 1.1em;
	
	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
  	color: #c1d644;
  	font-size: 1.8em;
  	font-weight: normal;
	padding-top:10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
  	color: #c1d644;
  	font-size: 1.5em;
  	font-weight: normal;
	padding-top:10px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
  	color: #c1d644;
  	font-size: 1.3em;
  	font-weight: normal;
	padding-top:10px;
}
  
a,  a:link {
  	color: #ffffff;
  	font-weight: normal;
  	text-decoration: underline;
}

a:visited {
  	color: #ffffff;
  	font-weight: normal;
  	text-decoration: underline;
}

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

a:focus {
  	color: #a1a433;
}

a:active {
  	color: #a1a433;
}
 

#outerWrapper { 
	
	background-color:#000000;
	background-repeat:no-repeat;
  	margin: 0px auto 0 auto;
  	text-align: left;
  	width: 800px;

	
}
  
#outerWrapper #header {
	background-image:url(../design/background_header.png);
	background-repeat:repeat-x;
	height: 285px;
	color:#ededed;
  	padding: 0px 0px 0px 0px;
	-moz-box-shadow: 3px -2px 4px #000;    
	-webkit-box-shadow: 3px -2px 4px #000;     
	box-shadow: 3px -2px 4px #000;   
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000')";    
/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000');

}
 
#outerWrapper #topNavigation {
	  	text-align: left;
  	color: #cccccc;
  	font-size: 1em;
  	height: 16px;
  	padding: 5px 0px 10px 0px;
}
 
#topNavigation a, #topNavigation a:link {
	
	border-right:solid 1px #5f5f5f;
	text-align: left;
	text-decoration:none;
	line-height:16px;
	color:#ffffff;
	padding:2px 26px 0px 26px;
	font-weight:normal;
}
				
#topNavigation a:hover, #topNavigation a:visited:hover, #topNavigation a:active, #topNavigation a.active:link, #topNavigation a.active:visited {
	color: #ffffff;
	text-align: left;
	padding:2px 26px 0px 26px;
	border-bottom:solid 2px #c1d644;
}
 

#outerWrapper #contentWrapper #content {
	background-image: url(../design/content_background.jpg);
	background-repeat:repeat-x;
	background-color:#525252;
  	font-size: 1em;
  	line-height: 20px;
  	padding: 0px 20px 0px 20px;
	margin-top:30px;
	width: 780px;
	min-height:500px;
	-moz-box-shadow: 3px 3px 4px #000;    
	-webkit-box-shadow: 3px 3px 4px #000;     
	box-shadow: 3px 3px 4px #000;   
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";    
/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
		
}

#outerWrapper #contentWrapper .clearFloat {
  	clear: both;
  	display: block;
}
  
#outerWrapper #footer {
	height:26px;
	clear:both;
	font-size:1em;
	text-align:center;
	width:100%;
	background-image:url(../design/footer.png);
	background-repeat:repeat-x;
 	border-top: solid 1px #7f811e;
	color:#fff;
	padding:10px 20px 20px 20px;
	margin:0 0 0 0;
	position: relative;
	bottom:0px;
	width:780px;
	-moz-box-shadow: 3px 3px 4px #000;    
	-webkit-box-shadow: 3px 3px 4px #000;     
	box-shadow: 3px 3px 4px #000;   
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";    
/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
 
#footer a, #footer a:link {
	text-decoration:none;
	line-height:12px;
	color:#ffffff;
	font-weight:normal;
}
				
#footer a:hover, #footer a:visited:hover, #footer a:active, #footer a.active:link, #footer a.active:visited {
	color:#c1d644;
}

img { 
	border-style: none;
}
 
.right {float:right; padding-left:10px; }
   


