/* CSS Document */

body {background: white;}

img {border: 0px;}				/* removes image boarders in ie and firefox */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* simple viewer */


	
#flashcontent {
	height: 500px;
	background: black;
	}
	/* end hide */
	



#siteframe { 
	
	width: 800px;
	height: 700px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 20px;

}

#content {
	height: 500px;
	background: black;
	}
#rcont{ 
	height: 500px;
	float:right;
	padding: 0 10px 0 0 ;
	}
#lcont {
	height: 500px;
	width:750px;
	float:left;
	}
#lcont2 {
	height: 500px;
	width:400px;
	float:left;
	}

	
#header1 {
	background: url(image/footerlight.gif);
	width:800px;
	height:100px;
	border-bottom: solid white 1px;

}
#navicontainer {
	width: 780px;
	height: 24px;
	margin-left: 20px;
	

}

/* ------- nav --------*/
#nav 	{
      	width: 100%;
		height: 24px;
      	margin:  0;
      	padding: 0px; 
		text-align:center;
		color: #666666;
	
    	}

#nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	
		}

#nav li {
		margin: 0;
		padding: 0;
		float: left;
    	}
#nav {
      	padding: 0;
    }

#nav li {
    	width: 100px;	
		height: 24px;
   		
    	}
    	
#nav a {
		display: block;
		width: 100%;
		height: 24px;
		text-decoration: none;
		background: url(image/buttonact.gif);
		background-repeat: no-repeat;
		background-position: center; 
    	}
    
#nav a:hover {
      	background: url(image/buttonhov.gif);
		background-repeat: no-repeat;
		background-position: center; 
		color: #FFFFCC;
    	}
	
#nav li:active { 
		background: url(image/buttonact.gif);
		background-repeat: no-repeat;
		background-position: center; 
		color: #FFFFCC;
		}
		
/*------- end nav ---*/


#contframe {
	width:800px;
	height:600px;
	margin:0;
	background: black;
	
	}
	
#light {
	background: url(images/light3.gif);

	width: 398px;
	
	height: 346px;
	float: right;
}
#footer {
	background: url(image/footer2.gif);
	width: 800px;
	height: 50px;
	margin-right:auto;
	margin-left:auto;
	border-top: solid white 1px;
}

#footertextr { 
	width: 300px;
	height: 40px;
	text-align: right;
	position: relative;
	top: 10px;
	right: 20px;
	float: right;
	}

#footertextl { 
	width: 500px;
	height: 40px;
	text-align: left;
	position: relative;
	top: 10px;
	left:20px;
	float: left;
	}
	
#leftcont {
	width: 370px;
	height:500px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	padding: 0px 0px 0px 20px;
}

p {  font-family: Arial;
	color: white;}

.style2 { font-family: Arial; font-size:10px; color: white;}

.style3 {margin-left: 20px; font-family: Arial; font-size:14px; color: white; text-align: justify;}

.image-right{float: right; vertical-align:text-top;}


H1 {  margin-left: 20px; font-family: Arial;
	color: yellow; font-size: 25px;}
H2 {  margin-left: 20px;font-family: Arial;
	color: yellow; font-size: 14px;}



a:link { color: #FFFFCC; text-decoration: underline;}
a:visited {color: #FFFFCC; text-decoration: none;} 
a:hover { color: #FFFFCC;  text-decoration: none;} 


a.two:link { color: #FFFFCC; text-decoration: none; line-height: 25px}
a.two:visited {color: #FFFFCC; text-decoration: none; line-height: 25px} 
a.two:hover { color: #FFFFCC;  text-decoration: underline; line-height: 25px} 

a.three:link { color: white; text-decoration: none; line-height: 25px}
a.three:visited {color: white; text-decoration: none; line-height: 25px}} 
a.three:hover { color: white;  text-decoration: none; line-height: 25px}} 


