
body {
	font-family:Verdana;
	font-style:normal;
	font-size:14px;
	}

table {
	font-family:Verdana;
	font-style:normal;
	font-size:14px;
}

	h1 {
		font-size:24px;
		margin-top:0px;
		margin-bottom:10px;
		padding:0px 0px 0px 0px;
		color:#336699
		}
		
	h2 {
		font-size:18px;
		margin-top:0px;
		margin-bottom:5px;
		padding:0px 0px 0px 0px;
		color: #336699
				}	
		
	h3{
		font-size:1.2em;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px 0px 0px 0px;
		color:#5F94C9;
		}	

/*h1 {
	font: normal bold x-large verdana;
	color:#014694;
	}
	
h2 {
	font: normal bold large verdana;
	color:#014694;
	}
	
h3 {
	font: normal bold medium verdana;
	color:#014694;
	}*/
	  
#Menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 176px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

#Menu ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 175px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #003399; /*menu text colour*/
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #ffffff; background: #003399; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */


#Header {
	margin:5px 0px 10px 0px;
	padding:5px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:none;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#ffffff;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* 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>#Header {height:14px;}

#Content {
	margin:0px 50px 50px 220px;
	padding:10px;
		}

#Menu {
	position:absolute;
	top:90px;
	left:20px;
	width:172px;
	padding:10px;
	background-color:#ffffff; /*left column background colour*/
	border:10px #999;
	word-wrap: break-word;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

	.menus {
		border-left:10px solid #003399; 
		border-bottom:1px solid #000;
		border-top:1px solid #000;
		border-right:1px solid #000;
		background:#fff;
		color:#000;
		padding:10px;
		margin-bottom:10px;
		text-align:left;
		}
#menus {
		width:240px;
		padding:0px;
		margin-left:20px;
		margin-right:-1px;
		float:right;
		voice-family: "\"}\"";
		voice-family: inherit;
		}

#FrontX {
	
	margin:0px 0px 0px 220px;
	width:375px;
	padding:10px;
		}

#FrontXX {
	border-left: 1px solid #cccccc;
	margin:0px 0px 0px 620px;
	width: 90px;
	padding:10px;
		}

		
#footer{
	position:absolute;
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 100%;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

	#boxout1 {
	position:absolute;
	margin:0px 0px 0px 620px;
	width: 100px;
	padding:10px;
		}

	.boxout2 {
	    /*margin-left:500px;*/
		margin-left:400px;
		border-left:10px solid #003399; 
		border-bottom:1px solid #000;
		border-top:1px solid #000;
		border-right:1px solid #000;
		background:#fff;
		color:#000;
		padding:10px;
		margin-bottom:10px;
		text-align:left;
		}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/*With thanks to www.bluerobot.com and www.alistapart.com*/ 
