	/* hide from ie on mac \*/
	
#wrapper {
	width: 980px;
	margin: auto;
	 margin-top: 10px;
	 }
	
	html {
		height: 100%;
		overflow: show;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 75%;
		margin: 0;
		padding: 0;
		background-color: #000000;
		color: #ffffff;
	}
	

.colleft1 { 
	width: 280px; 
	float: left;
	padding: 0px;
	font-family:Verdana;
	font-size: 13px; 
	color: #D9D9D9;
	margin-top: 2px; 
	}
	
.colleft1 img { 
	float: left;
	margin-right: 10px; 
	border: 0px;
	}
       
.colright1 { 
	width: 700px;  
	float: left;
	padding: 0px;
	font-family:Verdana;
	font-size: 13px; 
	color: #D9D9D9;
	}
	
.colright1 img { 
	float: left; 
	margin-right: 10px;
	}
	

/* TITLES */

h1 {
	font-family:Verdana;
	font-size: 18px; 
	font-weight: bold;
	color: #FA712D; 
	margin-bottom: 0px;
	}
	
h2 {
	font-family:Verdana;
	font-size: 15px; 
	font-weight: bold;
	color: #CCCC00; 
	margin-bottom: 0px;
	}
	
	
h3 {
	font-family:Verdana;
	font-size: 13px; 
	font-weight: bold;
	color: #CCCC00; 
	margin-bottom: 0px;
	}
	
	
	
	
/* LINKS */

a:link {
	font-family:Verdana;
	font-size: 13px; 
	font-weight: bold;
	color: #CCFFFF; 
	text-decoration: underline;
	}
	
a:link img { 
	border-color: #000000;
	}
	
	
a:visited {
	font-family:Verdana;
	font: 13px;
	font-weight: bold; 
	color: #99CCFF; 
	text-decoration: none;
}

a:hover {
	font-family:Verdana;
	font: 13px;
	font-weight: bold;
	color: Orange;
	text-decoration: none;
	}

	
a:hover img { 
	border-color: #9E9E6D;
	}
	
a:active {
	font-family:Verdana;
	font: 13px;
	font-weight: bold;
	color: Yellow; 
	text-decoration: none;
	}


