/* CSS Document */
body	{	
	font-size:	71%;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	margin-bottom: inherit;
	margin-left: 0px;
	margin-top: inherit;
	margin-right: 0px; 
	background: url(images/bg.jpg) fixed center no-repeat;
	background-color:#000000
	}		
	
p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	font-size: 1.0em;
	}	
	
.small	{	
	font-size:	0.95em;
	}

.highlight	{
	font-weight: bold;
	}	
			
.reverse {
	color: #FFFFFF;
	}

.RowOdd {
	background-color: #81CB7E;
	color: #2F4F43;
	}

.RowEven {
	background-color: #A6DBA4;
	color: #2F4F43;
	}
		
h1	{
	font-family: Tahoma, Verdana, Arial;
	font-size:	1.35em;
	font-weight: bold;
	font-style:normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	color: #2F4122;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 	
	}	
		
h2	{
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-size:	1em;
	color: #EBEBB1;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
		
h3	{	
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #FFFFFF;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
		
h4	{	
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #FFFFFF;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
	
h5	{	
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	0.85em;
	color: #2F4F43;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}		
		
h6	{	
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #FFFFFF;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}			
	
/* Tables */		
		
table, tbody, tr, td	{
	text-transform:	none;
	color: #000000;
	font-size: 1em;
	}		
		
th	{
	vertical-align:	baseline;
	font-weight:	normal;
	text-transform:	uppercase;
	font-family: "BellGothic Blk BT", Tahoma, Verdana, Arial;
	background-color: #3E6959;
	color: #FFFFFF;
	font-size: 1em;
	}	
		
/* Links */		
			
a:	{
	text-decoration:	none;
	color:#FFFFFF;
	}				
			
a:link	{
	text-decoration:	none;
	color:#FFFFFF;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:#FFFFFF;
	}	
		
a:active	{	
	text-decoration:	none;
	color:#FFFFFF;
	}	
		
a:hover	{
	text-decoration:	underline;
	color:#EBEBB1;
	}	


/* Form elements and buttons */

.formbutton:link{
background-color: #3E6959;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: bold 10px Tahoma, Verdana, Arial;
}
.formbutton{
background-color: #3E6959;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: bold 10px Tahoma, Verdana, Arial;
}
.formbutton:hover{
background-color: #51B84E;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: bold 10px Tahoma, Verdana, Arial;
}


/* Scrollbar - remove /* if active - see http://www.chillibomb.com/scroll_bars.htm for tool */

/* html, body{
SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-BASE-COLOR: #51B84D;
SCROLLBAR-TRACK-COLOR: #3E6959;
} */



#mainlayout {
  position:absolute;
  height:555px; 
  width:1000px;
  margin: -276px 0px 0px -500px;
  top:50%; 
  left:50%;	
}
