

/* general settings */

* { margin: 0; padding: 0; }

html { background: #666; color: #000; font: 65%/1.5 Arial, Helvetica, sans-serif; }

body { 
	background: #666 url(../images/back.jpg); 
	background-attachment:fixed;
	text-align:center;
}
h2{
	font-size:18px;
}
p.dvd{
	font-size:10px;
}
#tbl{border:1px solid #000;}
p { font-size: 1.3em; line-height: 19px; }
p.contact{font-size: 1.2em; line-height: 19px; }
* html p { line-height: 1.5em; }

ul { list-style: none; }

 a.front:link, a.front:visited { color: #da0000; text-decoration: none; border-bottom: 1px solid #da0000; }

a.front:hover { color: #fff;  border-bottom: 1px solid #000;  }

acronym { border: 0; font-style: italic; color: #da0000; cursor: help; }

a acronym { color: inherit; }
a em {
font-style: normal;
font-weight: normal;
text-decoration: underline;
    }
/* header and overall layout */

#container { 
	background: #c96 url(../images/warrior.gif) no-repeat 0 0; width: 750px;
	margin-left:auto;
	margin-right:auto;
	position: relative; 
	width: 750px; 
	padding-top:250px;
	border:3px solid #333;
	 min-height: 100%;
	 text-align:left
}
.img_right{
	float:right;
	border:1px solid #000;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}
.the_img_left{
	float:left;
	border:1px solid #000;
	margin-left:5px;
	margin-right:5px;
	
	
}
.img_left{

	border:1px solid #000;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}
.title{
	
	border:0;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}

#pageHeader { position: absolute; left: -9999px; top: 0; width: 0; height: 0; overflow: hidden; }


#preamble { 
	margin-left: 10px; 
	margin-bottom: 1.2em; 
	width:550px;
	margin-top:100px;
	}

#preamble a {  font-size: 1em;}

 #preamble h3 {
	 height: 46px; 
 	margin-left:0; 
 	font-weight: bold;
 	font-size: 1.5em;
 	}

#preamble h4 {
	 height: 30px; 
 	margin-left:0; 
 	font-weight: bold;
 	font-size: 1.5em;
 	padding:5px;
 	}
p.opening{
	margin-top:20px;
	width:330px;
}
* html #supportingText #footer/**/{ left: -262px; }

#footer a { border: 0; font-size: 1.1em; }

#footer a:hover { text-decoration: underline; }


#foot{
	
	background: #c96 url(../images/foot.jpg) no-repeat; 
	width:750px;
	height:176px;
	list-style:none;
	text-align:center;
	
}

#linkList h3 { font-size: 1.2em; height: 20px; background-position: 0 0;}

#lselect h3 { background-image: url(h3sel.gif); }

/*menu */

#linkList { position: absolute; 
	top: 240px; 
	left: 5px; 
	margin:0;
	list-style-type:none;
}

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

#linkList ul li {
	position: relative;
	float: left;
	width:70px;
	font-size: 1.1em;
}
	
#linkList li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	display: none;
	}

/* Styles for Menu Items */
#linkList ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	border-bottom: 3px solid #c60;
	text-align:center;
	font-weight:bold;
	}
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to red */
#linkList a:hover {
   color: #fff;
   border-bottom: 3px solid #000;
}

/* set dropdown to default */
#linkList li:hover li a,#linkList li.over li a {
    color: #000;
  
}
#linkList li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
#linkList li:hover ul,#linkList li.over ul { display: block; } /* The magic */

/*end menu */


/* sidebar */

#sidelist ul {
	
	display:block;
	position: absolute; top: 650px;
	margin-left:580px;
	padding:0;
	width:120px;
	border-right:1px dashed #000;
	border-left:1px dashed #000;
	border-top:1px dashed #000;
	list-style: none;
	width:150px
}

#sidelist ul li {
	position: relative;
	width:148px;
	
}


#sidelist li ul {
	position: absolute;
	top: 0;
	left:-999em;
}
/* Styles for Menu Items */
#sidelist ul li a {
	font-weight:bold;
	display:block;
	text-decoration: none;
	color: #000;
	border-bottom:1px dashed #000;
	line-height:2em;
	height:2em;	
	padding:0 5px;
	
}

/* this sets all hovered lists to red */
#sidelist a:hover
{
   color: #fff;
   background-color: #c60;
}

/* set dropdown to default */
#sidelist li:hover li a,#sidelist li.over li a {
    color: #777;
   background-color: #fff;
}


#tools{
	list-style:none;
	text-align:center;
	padding-bottom:5px;
}
.edit_page{
	text-align:center;
}

#links img{
	border:1px solid #000;
	float:left;
}
a.links:link,a.links:visited { color: #000; text-decoration:underline; font-size: 1.5em; border:0;font-weight:bold;}

 a.links:hover { color: #fff;   }

/* Begin Contact Form CSS */
.contactform {
	margin-left:1px;
	overflow: hidden;
}

.contactleft {
	

	clear: both;
	
	display: block;
	padding: 4px;
	
}

.contactright {
	
	

	display: block;
	padding: 4px;
	
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* End Contact Form CSS */
a.bolder:link,a.bolder:visited{
	color: #da0000; text-decoration: none; border-bottom: 1px solid #da0000;
	font-weight:bold;
	font-size: 1.9em;
	
}
a.linkage:link,a.linkage:visited { color: #000; text-decoration:underline; font-size: 1.3em; border:0;font-weight:bold;}

 a.linkage:hover { color: #fff;   }
 
 a.std:link,a.std:visited { color: #000; text-decoration:underline;  border:0;font-weight:bold;}

 a.std:hover { color: #fff;   }
 
 #download{
	 width:750px;
	 margin-left:-10px;
	 text-align:center;
	 font-size:30px;
	 font-weight:bold;
	text-decoration:underline;
 }
 .linkbanner{
	 border:1px solid #000;
	
 }
 a.lb:link,a.lb:visited{
	 text-decoration:none;
 }