@charset "utf-8";

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #333;
	color: #CCC;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	height: 100%;
} 

p {
	margin-left: 200px;
	margin-right: 200px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #CCC;
}

h3 {
	color: #CFC;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin-left: 180px;
}

a:link {
	color:#CFF;
}

a:visited {
	color:#CFF;
}

a:hover {
	color:#CFF;
}

a:active {
	color:#CFF;
}

img {
	border-style: none;
}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;
	top: 130px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	}

#menuh
	{
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #CFF;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #333;
	background-color: #CFF;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #333;
	background-color: #CFC;
	text-decoration:none;
	}	
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:10em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;
	vertical-align: bottom;	
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#banner {
	padding: 0;
	background: url(../SiteImages/banner.jpg) no-repeat top center;
	height: 250px;
}

#banner img {
	border-style: none;
}

#footer {
	border-top: 1px solid #CFF;
	padding: 5px 5px 5px 5px;
	height: 30px;
	position: relative;
	font-size: smaller;
	text-align: center;
}

.center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.indent {
	display: block;
	margin: 0 0 0 20px;
	padding: 0;
}

.centerimg {
    display: block;
	margin-left: auto;
	margin-right: auto;
}

.centerimgadj {
    display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative; 
	left: -40px;
}

.seriesadj {
    display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative; 
	left: -75px;
}

.here {
	font-weight: bold;
}

.thumb {
	float:left; 
	clear:left;
	margin: 5px; 
}

.thumb2 {
	float:left; 
	margin: 5px;
}

.shift {
	margin-left: 5px;
}