 /* HTML Tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #D5EFB4;
	margin-width: 0;
	margin-height: 0;
	margin-top: 0;
	margin-left: 0;
	text-align: left;
	background-image: url(../art/bkg_main.jpg);
	background-repeat: repeat-x;
}
a:link {
	color : #669900;
	text-decoration : none;
}
a:visited {
	color : #669900;
	text-decoration : none;
}
a:hover {
	color : #669900;
	text-decoration : none;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.tableMain {
	border-collapse:collapse;
	border: 1px solid #669900;
}
.tableMain td {
	font-weight: normal;
	padding: 3px;
}
.tableMain th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 3px 3px 4px;
	font-weight: bold;
}

.tableLayout {
	border: 1px solid #669900;
	background-color:#F3FFE0; 
}

.tableMenu {
}
.tableMenu td {
	font-weight: normal;
	color: #ffffff;
	padding: 3px;
	border: 1px solid #669900;
}
.tableMenu th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 3px 3px 4px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}


.spacedText {
	line-height: 1.5em;
}


/* Layers */
 #wrapper {
	margin:0 auto;
	width:800px;
}

#head {
	position:relative; 
	left:0px; 
	top:20px; 
	z-index:3;
    }

#menu {
	background-image:url(/art/logo.jpg);
	position:relative;
	left:0px;
	top:6px;
	z-index:300;
	width:250px;
	height:435px;
	float:left;
	padding:10px;
}

#mainImage {
	float:right;
	position:relative;
	top:20px;
	z-index:3;
	left:0px;
	width: 600;
   }

#contentText {
	color:#FFFFFF;
	float:right;
	position:relative;
	top:0px;
	z-index:350;
	left:0px;
	width:500px;
	height:450px;
	border: 1px solid #669900;
}

#contentText2 {   
	background-color:#000000; 
	width:460px; 
	padding:10px; 
	margin:10px; 	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;   
}

#p7s1content1 { position:absolute; z-index: 99; top: 0px; visibility: visible }
#p7scroller1 { position:relative; width:488px; top: 362px; height:84px; left:35px; z-index:100; overflow: hidden; clip: rect(0px 488px 84px 0px); visibility: visible;  background-color: ; layer-background-color: ; border: 1px none #669900}
#p7sc1Left { position:relative; left:298px; top:-92px; width:6px; height:60px; z-index:103; }
#p7sc1Right { position:relative; left:792px; top:-92px;  width:6px; height:60px; z-index:103; }


#footer {
	position:absolute; 
	left:50%; 
	margin-left:-150px;
	top:506px; 
	z-index:3;
}
