/* CSS Document */
/* from the book Stylin' by Charles Wyke-Smith publsihed by New Riders */
body {margin:0; padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#000000;	
	}

.mceContentBody {
	background-color: #fff;
}
/*active menu item*/
li.mainlevel_current {
background-color:#FFFF99;
}

li.sublevel {
	padding-left: 10px;
}
a.sublevel {
	font-size: 13px;
}
div#container {position:relative; 
	width:795px; 
	max-width:1000px; 
	margin-left:auto; margin-right:auto;
	background-color:#FFFFFF;
	border:ridge;
	border-style:solid;
	border-color:#FF0000;
	padding: 5px 5px 5px 5px;
	}
	
div#header {height:100px; 
	text-align:center; 
	border-bottom: solid 1px #000000;
	background-color:#FFFF33; 
	}
 /*styles for header - text-align centers graphic */
 
div#flashholder {width:250px;
	border:solid 2px #000000;
	padding:10px 10px 10px 10px;
	margin:5px 0px 0px 10px; 
	background-image:url(images/flash-back3.gif);
	background-repeat:repeat-y;
	} 
 
div#nav {border:2; border-color:#000000; 
	float:left; 
	width:175px;
	padding:0; 
	margin:10px 0 0 2px;
	}
						
div#nav ul {margin:12px 2px 12px 2px; 
	padding:0; 
	list-style-type:none; 
	font-weight:bold; font-size:.8em; 
	border-top:2px dotted #FF0000; 
	}
	
div#nav li {border-bottom:2px dotted #FF0000; 
	margin:0; 
	padding:.3em 0; 
	text-indent:.5em;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:inherit;
	}
	
div#nav a {text-decoration:none;
	color:#000000;
	}
	
div#nav a:hover {color: #0000FF;
	}
	
div#content {margin:20px 0 50px 195px;
	padding: 0 1em;

	}
	
div#content img {float:left;
	border:0px solid #096; 
	margin:0 4px 4px 0;
	}
	div#content-left {
		float: left;
		width: 340px;
	}
div#content div#mainimage {width:216px; float:right; 
	margin:0 4px 4px 12px;
	}

div#content div#mainimage img {border: 0px;
	}
	
div#content div#mainimage p {font-size:.65em;
	margin:0px 5px;
	color:#C60;
	}
	
div#content div#otherimage {width:216px; float:inherit; 
	margin:0 4px 4px 12px;
	}
	
div#otherimage2 {width:665px; clear:both; 
	margin:0px 50px 50px 75px;
	}
		 
div#content h1, td.contentheading, .componentheading {
	font-size:1.8em; 

	font-family:Arial, Helvetica, sans-serif; 
	color:#000000;
	font-weight: bold;
	}

div#content h2{font-size:1em;
	margin-top:1em; 
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
div#content {font-family:Arial, Helvetica, sans-serif;
	font-size:.8em; 
	margin-top:0; 
	margin-bottom:.7em;
	padding-top:14px; 
	}
		
div#content hr {color:#FF0000;
	size:1px;
	}
	
div#content ul {font-size:.9em;
	border-bottom:2px;
	}
	
div#content ol {font-size:.9em;
	border-bottom:2px;
	}	

div#content li {font-size:.85em;
	}
	
div#content a {text-decoration:underline;
	color:#0000FF;
	}
	
div#content a:hover {color: #960;
	text-decoration:none;
	}
	
div#content blockquote {font-family:Arial, Helvetica, sans-serif;
	font-size:.8em; 
	margin-top:0; 
	margin-bottom:.7em;
	}	

/*footer styles*/
div#footer {width:100%;  /* makes the div fill its container - usually body */
 			padding:4px 0; /* pushes the links away from top and bottom of the div */
			font-size:.8em;  /* sets the font size of all links */
			text-align:center; /* centers the ul elements in the div */
			background-color:#FFFF33; /* sets the background color of the div */
			border-top:1px solid #000000; margin-top:1em;
			border-bottom:1px solid #000000;
			clear: both;
			}
			
						
 div#footer ul {margin:2px 0;
 			} /* vertical spacing between the lists */
			
 div#footer li {display:inline; /* the key CSS - makes the lists display horizontally */
				color:white; /* sets the color of the vertical lines */
				border-left:1px solid; /* creates the vertical line to the left of each list items */
				border-right:1px solid; /* creates the vertical line to the right of each list items */
				color:#000000; /* sets the color of the vertical lines  - links colored below */
				padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l and r values to center */
				}
				
 div#footer li:first-child {border-left:0; /* removes the left border of the first list item - IDWIMIE */
 	} 
	
 div#footer ul li a {text-decoration:none; /* removes the underlining off the links */
 					 color:#0000FF; /* the color of the links */
					 }
					 
 div#footer ul li a:hover {text-decoration:underline; 
 	color:#0000FF
	} /* underlines the links when hovered */
	
 div#footer ul.fineprint li {color:#C60;
 	} /* color for copyright and vert dividers on last row */
	
 div#footer ul.fineprint li a {color:#C60;
 	} /* had to explicitly color these or they inherit white from div#footer li */
	
 div#footer ul.fineprint li a:hover {color:#960;
 	} /* turns bottom row white when hovered */