<style type="text/css">
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 65em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


img {
border: 0;
margin: 10px;
}




body {
        color:#333;
        background-color:white;
        margin:20px;
        padding:0px;
        font:11px verdana, arial, helvetica, sans-serif;
        }
h1 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:22px;/*was 28px*/
        /*font-weight:900;*/
        /*color:#ccc;*/
        }
h2 {
        font:bold 12px/14px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 5px 0px;
        padding:0px;
        }
p {
        font:11px/20px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 16px 0px;
        padding:0px;
        }
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
        color:#09c;
        font-size:11px;
        font-family:verdana, arial, helvetica, sans-serif;
        font-weight:600;
        text-decoration:none;
        }
a:link {color:#09c;}
a:visited {color:#07a;}
/*a:hover {background-color:#eee;}*/



/* All the content boxes belong to the content class. */
.content {
        position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
        width:auto;
        
        min-width:120px;
        margin:0px 210px 20px 0;
        margin-bottom: 6px;
        border:1px solid black;
        background-color:white;
        padding:10px;
        z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
        }

#navAlpha  { background-color: #f0f8ff; padding: 10px; position: absolute; z-index: 2; top: 110px; left: 20px; width: 128px; voice-family: inherit }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
                
#navBeta {
        position:absolute;
        width:190px;
        top:110px;
        right:20px;
        border:1px dashed black;
        background-color:#eee;
        padding:10px;
        z-index:1;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:168px;
        }
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}


.lhinsert {
width: 40%;
float: left;
background: #ffffff;
padding: 6px;
margin-right: 6px;
margin-bottom: 6px;
}


.lhinsert p {
width: 100%;
font-style:italic;
font-size:-1;
}

#Misclabel {
	font-size: 11px;
}

/*Menu Bar Css*/
#nav, #nav ul {
	float: left;
	width:65em;
	list-style: none;
	line-height: 1;
	background: black;
	font-weight: bold;
	padding: .5em 0 .5em 0;
	border: solid black;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
		width: 10em;
	width: 6em;
	color: White;
	text-decoration: none;
	padding: .25em 2em; /*was .25 thickness of menubar*/
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;

}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 20em; /* was 13em and 9 em*/
	width: 15em;
	padding: .5em 0 .5em auto; /*spaces out menu options vertically */
	

	
}

#nav li ul ul {
	margin: -2.5em 0 0 14em; /*sets where the secondary drop down begins*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;

	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;


	
}

#nav li:hover, #nav li.sfhover {
	background: Red;
	
	
			
}
.style2 {font-size: 12px; }

/* Pull Main image to left*/
#mainimage{
	margin: 0,15px,10px,0;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	}



-->
</style>/* CSS Document */


