@charset "UTF-8";



#main {
position:relative;
	
	padding:0px;
	width:100%;
	
	height:100%;
	
	margin: 0 auto;

	z-index: 2;
	left:0px;
	top: 0px;
	
}



#left {
	position:absolute;
	left:78px;
	top:0;
	z-index:2;
	padding:0;
	width:100%;
	height:100%; /* works only if parent container is assigned a height value */
	background-image:url(../images/back.jpg);
	background-repeat:repeat-y;
	background-color:#c2c2c2;
} 





#logo {
	position:absolute;
	z-index:2;
	padding:0;
	left: 54px;
	top: 137px;	 /* works only if parent container is assigned a height value */
} 

body { 
margin:0; 
padding:0; 
height:1200px; /* this is the key! */ 
width:1200px; /* this is the key! */ 

background-image:url(../images/repeat_back.jpg); background-repeat:repeat-y;

background-color:#c4c4c4;
	
	font-family: Lucida Grande, Helvetica, Trebuchet MS, Arial, sans-serif;
	size:8px;
	color:#CCCCCC;
	
	}
html>body { font-size: small; } /* be nice to Opera */







	
	


	
a:link {
	font-family:Lucida Grande, Helvetica, Trebuchet MS, Arial, sans-serif;
	color:#666666;
	text-decoration: none;
	font-size: 11pt;
}
a:visited {
	font-family:Lucida Grande, Helvetica, Trebuchet MS, Arial, sans-serif;
	color:#666666;
	text-decoration: none;
	font-size: 11pt;
	}	

a:hover {
	font-family:Lucida Grande, Helvetica, Trebuchet MS, Arial, sans-serif;
	color:#333333;
	text-decoration: none;
	font-size: 11pt;
}
a:active {
	font-family:Lucida Grande, Helvetica, Trebuchet MS, Arial, sans-serif;
	color:#666666;
	text-decoration: none;
	font-size: 11pt;
}



	#bottom_nav_links {
	position:absolute;
	left:418px;
	top:363px;
	z-index:6;
	padding:0;
	width:397px;
	height:97px; /* works only if parent container is assigned a height value */
	color:#999999;
	text-align: left;
	vertical-align:top;
} 

	
		

.menutext_parent {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size: 9.5pt;
	}
	
	

.menutext_parent a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size: 9.5pt;
	}
	
	

.menutext_parent a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size: 9.5pt;
	}		
	
	
.menutext_parent a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c1272d;
	font-size: 9.5pt;
	}	
	
.menutext_parent a:active{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size: 9.5pt;
	}		
		
