

a:link {

	color: #ae7d4e; 
	text-decoration: underline;

}

a:visited {
	color: #ae7d4e; 
	text-decoration: underline;


}
	
	
	
a:active {

	color: #ae7d4e; 
	text-decoration: underline;
	
}

a:hover {

	color: #cccccc; 
	text-decoration: underline;
	
}

	
p.txtmargin {
	
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 11pt; 
	color: #d6dcc8;
	
	
}


p.txtmarginRight {
	
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 11pt; 
	color: #d6dcc8;
	padding-right: 143px;
	
}

p.txtmarginLeft {
	
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 11pt; 
	color: #d6dcc8;
	padding-left: 120px;
	
}

h2.txtmargin {
	
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 20pt; 
	color: #d6dcc8;
	
	
}

h4.txtmargin {
	
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 20pt; 
	color: #d6dcc8;
	
	
}

p.sponsor{
	
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 13pt;
	font-weight: bold; 
	color: #d6dcc8;
	padding-left: 40px;
	
}

p.txtmargin2 {
	
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 6pt; 
	color: #cccccc;
	
	
}
	

body {

	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left; /* use text-align to make IE in quirks mode centre the divs */
	
	
}




/* setup the width, margins and padding for all the divs */
#flashcontent{

 	 width: 755px; /* see note below about widths */
 	 margin: 0 auto; padding: 0; /* margin 0 auto centres the divs horizontally for FF, Opera, IE in standards mode etc... */
}




/* now position your movie absolutely so it appears right in the center */
#flashcontent { 

  	position: absolute; 
  	left: 50%; top: 50%; 
  	margin-top: -325px;
  	margin-left: -380px; /* again see note below */
}



noflash {
		
		
		position: absolute;
		left: 20%;
		padding-top: 100px;
		margin-top: -25px;
		margin-left: -380px;
		
		
		text-align: center;
		
		font-family: arial, helvetica;
		font-size: 11px;
		color: #d9ccbc;
		
		
}


p.aboutus {

		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #625445;
		margin-left: -380px;
}




	
	#middle {
		position: absolute;
		left: 50%;
		padding-top: 100px;
		margin-top: -25px;
		margin-left: -380px;
		clear: both;
	}





	
	#container, #middle{
		overflow: auto;
	}
	
	
	
