/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000000;
	background-color:white;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:24px;
	line-height:28px;
	font-weight:900;
	color:#000000;
	top: 10px;
	}
	
h4 {
	padding:0px;
	font-size:10px;
	line-height:16px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
p {
	padding:0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	}
#frontpagemenu h2 {
}

#Content>p {margin:0px;}
#RegularContent h2 {
	color: #999999;
	font-size: 24px;
}

#Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#333333;}
a:visited {color:#000000;}
a:hover {
	background-color:#eee;
	text-align: right;
}

#Header {
	background-color:#333366;
	/* 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:71px; /* the correct height */
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	border: 0px solid black;
	vertical-align: bottom;
	padding: 0px;
	}

/* 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 {

}

#Content {
	padding:0px;
	margin-top: 0px;
	margin-right: 100%;
	margin-bottom: 50px;
	margin-left: 355px;
	width: 500px;
	font-size: 9px;
	}
	
#RegularContent {
padding:10px;
margin-top: 0px;
margin-right: 100%;
margin-bottom: 50px;
margin-left: 210px;
width: 700px;
	}

#menubox {
	width: 900px;
}

	
	
#frontpagemenu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-position: top;
}


#Menu {
	position:absolute;
	top:120px;
	left:20px;
	width:154px;
	background-color:#CCCCCC;
	border:1px solid #999;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
/* Again, "be nice to Opera 5". */

#frontpagemenu {
	position:absolute;
	top:115px;
	left:20px;
	width:300px;
	padding:10px;
	background-color:#FFFFCC;
	border:1px solid #CCCCCC;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:300px;
	}
/* Again, "be nice to Opera 5". */


#frontpagemenu p {
	font-size: 11px;
}
#Menu h6 {
	font-size: 14px;
	color: #666666;
	line-height: 14px;
}
#Menu a {
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#Menu a:hover {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}
#Menu p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
}
.menusubtext {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
}
#Content h3 {
	color: #333;
}
#Content h2 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
}
