body { 
	margin:20px; 
	background:#4D7299; 
	color: #000; 
	text-align:center; 
	font: 12px Arial, sans-serif; 
}

#outer { 
	text-align:left; 
	border:1px solid #000000; 
	width:700px; 
	margin:auto;
	margin-top: 10px; 
}

#header { 
	height:120px; 
	background: #114C4C url(img/header.jpg) no-repeat; 
	border-bottom:1px solid #000; 
}

#bodyblock { 
	position:relative; 
	background: #bb7; 
	color: #333; 
	width:700px; 
	padding:0; 
}

#leftcolumn { 
	float:left; 
	background: #bb7; 
	color: #000; 
	width:160px; 
	font: 12px Arial, sans-serif; 
}

	#address {
		text-align: center;
		clear: left;
	}

#container { 
	width:540px; 
	background: #fff; 
	color: #000; 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	padding: 5px; 
	border:solid black; 
	border-width:0 0 0 1px; 
	text-align: left; 
	list-style-type: disc; 
} 

#container a { 
	color: #559; 
}

#container a:hover { 
	color: #bb7; 
}

#footer { 
	height:40px; 
	background:#223D1C; 
	color: #fff; 
	border:solid black; 
	border-width:1px 0 0 0; 
	margin:0; 
	font-family: Arial, sans-serif; 
	font-size: 65%; 
}

#footer a { 
	color: #bb7; 
}

#footer a:hover { 
	color: #559; 
}

h1 { 
	margin:0; 
	padding:5px; 
	color: #000; 
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 105%; 
}

h2 { 
	margin:0; 
	padding:5px; 
	color: #000; 
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 115%; 
}
 

/* CSS Popout Menu */

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

body
	{
	margin: 0;
	padding: 0;
	color: white;
	font-size: 100%;
	}

#menu
	{
	position:absolute;		/* position, size, and text of the menu */
	top:5px;
	left:0px;
	/*  z-index: 5;  */
	width: 140px;			/* width of menu boxes */
	text-align: center;
	font-size: 0.9em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menu a
	{
	display:block;
	padding: 0.2em;			/* expands menu box */
	border-bottom:1px solid #000;	/* adds bottom border */
	white-space:nowrap;
	font-size:12px;
	}

#menu a, #menu a:visited		/* menu at rest */
	{
	color: #fff;
	background-color: #559;
	text-decoration:none;		/* removes underlines from links */
	border-bottom:1px solid #555;
	font-size:12px;
	}

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

#menu a:hover				/* on mouse over -- all menus */
	{
	color: #000;
	background-color: #bb7;
	}
	
#menu li
	{
	list-style-type:none;		/* removes bullets */
	}

#menu ul li
	{
	position:relative;
	}

#menu li ul
	{
	position: absolute;
	top: 0;
	left: 149px;			/* distance from of left menus (should be same as width) */
	display: none;
	}

div#menu ul, #menu ul ul, div#menu ul ul ul
	{
	margin:0;			/* keeps the menu parts together */
	padding:0;
	width: 149px;			/* width of sub menus */
	border-top:1px solid #000
	}

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

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
	{
	display: block;
	border-bottom:1px solid #000
	}

#menu h1 { font: bold 14px verdana; color: #000; } 

table { color: #000; font-family: Arial, sans-serif; font-size: 12px; }
table a { color: #559; font-size:12px; }
table a:hover { color: #bb7; font-size:12px; }

.left {
	float: left;
	margin: 4px;
	padding: 4px;
	border: 1px solid #223D1C;
}

.right {
	float: right;
	margin: 4px;
	padding: 4px;
	border: 1px solid #223D1C;
}	