
H1.Home
{
	font-family : Franklin Gothic Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size : 32pt;
	color : #5C5B61;
	font-weight : 600;
	margin : 0px 0px 0px 0px;

}
H2.Home
{
	font-family : Franklin Gothic Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size : 32pt;
	color : #6D6C74;
	font-weight : 500;
	margin : 0px 0px 0px 0px;

}
H3.Home
{
	font-family : Franklin Gothic Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size : 24pt;
	color : #8F8E94;
	font-weight : 600;
	margin : 0px 0px 0px 0px;

}
a.Home {
	color: #8F8E94;
	font-family: Franklin Gothic Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size:14pt;
	font-weight: 600;
	text-decoration:none;
}
a:hover.Home {
	color: #5C5B61;
	text-decoration:underline;

}

H1
{
	font-family : Franklin Gothic Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size : 20pt;
	color : #5C5B61;
	font-weight : 600;
	margin : 0px 5px 0px 0px;

}

H2
{
	font-family : Franklin Gothic Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size : 18pt;
	color : #6D6C74;
	font-weight : 600;
	margin : 10px 25px 10px 10px;

}
H3
{
	font-family : Franklin Gothic Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size : 14pt;
	color : #8F8E94;
	font-weight : 400;
	margin : 10px 25px 10px 10px;

}
UL
{
	font-family : Franklin Gothic Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size : 10pt;
	color : #000;
	margin : 0px 10px 0px 10px;
	list-style-type : square;
	display : block;
}

P
{
	font-family : Franklin Gothic Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size : 10pt;
	color : #000;
	margin : 0px 25px 0px 10px;
}
BODY 
{
	font-family : Franklin Gothic Medium, Arial, Helvetica, Verdana, sans-serif;
	background-color:#CCCCCC;
	margin : 10px 10px 10px 10px;
}
a {
	color: #000066;
	font-family: Franklin Gothic Medium, Arial, Helvetica, Verdana, sans-serif;
	font-size:10pt;
	font-weight: normal;
	text-decoration:underline;
}
a:hover {
	color: gray;
	text-decoration:underline;

}
#Content>p {margin:10px;}
#Content>p+p {text-indent:0px;}

#Content {
	margin: 0px 50px 50px 240px;
	padding:10px;
	width : auto;
}

#Header {
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:38px;
	/* 26px + 10px + 2px = 38px */
	border-style:solid;
	border-color:solid Navy;
	border-width:1px 0px;
	/* top and bottom borders: 2px;
	left and right borders: 0px */
	line-height:26px;
	background-color:#CCCCCC;
	/* 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:26px; /* 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:46px;}
#Menu {
	position:absolute;
	top: 102px;
	left:15px;
	width:auto;
	padding:5px;
	background-color: transparent;
	border: 1px solid Navy;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"
}\"";
	voice-family:inherit;
	width:auto;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:auto;}
#Left {
	position:absolute;
	top: 250px;
	left:15px;
	width:auto;
	padding:5px;
	background-color: transparent;
	border: 1px solid Navy;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"
}\"";
	voice-family:inherit;
	width:auto;
	}
/* Again, "be nice to Opera 5". */
body>#Left {width:auto;}