body
	{
	background-color:#999999;
	}
h1
	{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#8d4747;
	}
h2
	{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#009500;
	}
h3
	{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#ffffff;
	}
h4
	{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#ff0000;
	}
p
	{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:20px;
	text-align:left;
	color:#000000;
	}
h5
	{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:0px;
	text-align:left;
	color:#000000;
	}
a
	{
	text-decoration:none;
	color:#1a3e5b;
	}
a:hover
	{
	text-decoration:underline;
	color:#333333
	}
#header
	{
	background-image:url('toprepeat4.jpg');
	background-repeat:repeat-x;
	width:100%;
	border-bottom:1px solid #ffffff;
	}
#leftcol
	{
	background:#666666;
	float:left;
	width:15%;
	height:600px;
	}
#content
	{
	background:#ffffff;
	float:right;
	width:85%;
	height:600px;
	}
#footer
	{
	background-image:url('centershadow.jpg');
	background-repeat:repeat-x;
	clear:both;
	width:100%;
	}
/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{
	position:relative;
	z-index:10;
	width:100%;						          /* [1] width of menu item (i.e., box) */
	text-align:left;
	font-size:14.5px;
	font-family:Arial, Helvetica, sans-serif;
	}

#menuv a
	{
	width:97%;
	display:block;						
	padding-top:1px;						/* expands menu box vertically*/
	padding-bottom:1px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;		/* adds bottom border */
	white-space:nowrap;
	padding-left:5px;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color:white;
	background-color:#666666;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image:url(nav_white.gif);
	background-position:right center;
	background-repeat:no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color:white;
	background-color:#8b8bab;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position:absolute;
	top:0;
	left:100%;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display:none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width:100%;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

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

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