/* default size for entire site */
#container { 
border: 1px solid #5F5181;
padding: 10px;
min-width: 975px; 
max-width: 1200px; 
width:expression(document.body.clientWidth < 975? "975px" : document.body.clientWidth > 1200? "1200px" : "auto"); 
}

/*default for main document */
  body {
	background-color: Black;
	font-size: 14px;
	font-family:'Lucida Grande',Verdana,sans-serif; 
	color: White;
} 
	
/*footer text */
h1 { 
 	font-size: 75%;
	color: #ccc;
} 

/*new items text on homepage */
h2 { 
  	font-style: bold;
	font-size: 140%;
	color: white;
	padding: 10px;
	border: ridge;
	border-color: #5F5181;
} 

/*new items text on homepage */
h3 { 
  	font-style: bold;
	font-size: 150%;
	color: white;
	padding: 10px;

} 

h2 a:hover {
	color: #5F5181;
	text-decoration: none;
}	

/*main text */
p { 
    font-size:90%; 
	color: #ccc;
	text-align: center;
   	border: 1px solid #5F5181;
	margin: 10px;
	padding: 10px;
}
 
/*div for header with logo */	 
#mainmenu {
	text-align: center;
	heigth: 100px;
	margin: 0 0 10px 0;
}		

/*div for quicklinks bar on left */
#links {
	text-align: center;
	float:left;
	width: 12%;
	height: 1650px;
	margin-bottom: 10px;
	padding: 5px;
	border: 4px ridge #5F5181;
}

/*div for images and text on homepage */
#images {
	text-align: left;
	height: 1650px;
	float: right;
	width: 84%;
	margin-bottom: 10px;	
	padding: 5px;
	border: 4px ridge #5F5181;
	position: relative;
}
	
/*div for copyright footer */
#footer {
	clear:both;
}		

/*unordered list for main navigation and quicklinks */
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}	

/*main navigation below header */
#navmenu li {
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
	width: 130px;
	background-color: #5F5181;
	margin: 4;
	padding: 3px;
	font-size: 90%;
}	

/*hover settings for quicklinks bar */
#ql li a:hover{
	padding: 2px;
	color: #5F5181;
	text-decoration: none;
}

/*text settings for quicklinks bar */	
#ql li {
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 150%;
}		
	
/*default setting for links */
a:link {
	color: White;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}	

a:hover {
	color: black;
	text-decoration: none;
}	

a:active {
	color: Lime;
	text-decoration: none;
}	

/*default settings for images */
img {
	border:none;
}	

td {
	text-align: center;
}





		
	
	
	

 

	
		

