/*---------Elements----------*/
body {
	font-family: Verdana, Tahoma, Arial, "sans serif";
	font-size: small;
	color: #FFCC99;
	margin:0px 0px 0px 0px;
	background-color:#382C88;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed
	}

/*
h1 {
	font:18px/22px Verdana, Tahoma, Arial, "sans serif";
	margin:10px 0px 0px 0px;
	text-decoration:underline;
	padding:0px;
	}
h2 {
	font:bold 18px/20px Verdana, Tahoma, Arial, "sans serif";
	margin:20px 0px 5px 0px;
	padding:0px;
	}
*/
h3 {
	font:bold 13px/18px Verdana, Tahoma, Arial, "sans serif";
	text-align:center;
	margin:20px 0px 10px 0px;
	padding:0px;
	}
h4 {
	font:12px/16px Verdana, Tahoma, Arial, "sans serif";
	margin:0px 0px 10px 0px;
	color:white;
	text-align:center;
	padding:0px;
	}
h5 {
	font:bold 12px/16px Verdana, Tahoma, Arial, "sans serif";
	color:white;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
h6 {
	font:bold 15px/20px Verdana, Tahoma, Arial, "sans serif";
	color:white;
	text-align:center;
	margin:0px 0px 10px 0px;
	padding:0px;
	}

p {
	font: 12px/16px Verdana, Tahoma, Arial, "sans serif";
	margin:0px 0px 10px 0px;
	padding:0px;
	}

ul li {
	font: 12px/16px Verdana, Tahoma, Arial, "sans serif";
	color: #FFFFFF;
	color: #FFCC99;
}

a {
	font: 12px/16px Verdana, Tahoma, Arial, "sans serif";
	color: #FFFFFF;
	text-decoration: none;
	}
a:active {
	}
a:visited {
	}
a:hover {
	text-decoration: underline;
	}

p.copyright {
	font: 10px/13px Verdana, Tahoma, Arial, "sans serif";
	margin:0px 0px 10px 5px;
	padding:0px;
	}
p.copyright a {
	text-decoration:underline;
	font:10px/13px Verdana, Tahoma, Arial, "sans serif";
	outline: none;
	}
p.copyright a:active {
	}
p.copyright a:visited {
	}
p.copyright a:hover {
	text-decoration: underline;
	}

p.address {
	font:12px/16px Verdana, Tahoma, Arial, "sans serif";
	margin:0px 0px 10px 5px;
	text-align:center;
	padding:0px;
	}
p.address a {
	text-decoration:underline;
	font:12px/16px Verdana, Tahoma, Arial, "sans serif";
	outline: none;
	}
p.address a:active {
	}
p.address a:visited {
	}
p.address a:hover {
	text-decoration: underline;
	}

table.copyright {
	font:10px/13px Verdana, Tahoma, Arial, "sans serif";
	margin:0px 0px 10px 5px;
	padding:0px;
	}
table.copyright a {
	text-decoration:underline;
	font:10px/13px Verdana, Tahoma, Arial, "sans serif";
	outline: none;
	}
table.copyright a:active {
	}
table.copyright a:visited {
	}
table.copyright a:hover {
	text-decoration: underline;
	}

td.copyright {
	font:10px/13px Verdana, Tahoma, Arial, "sans serif";
	margin:0px 0px 10px 5px;
	padding:0px;
	}
td.copyright a {
	text-decoration:underline;
	font:10px/13px Verdana, Tahoma, Arial, "sans serif";
	outline: none;
	}
td.copyright a:active {
	}
td.copyright a:visited {
	}
td.copyright a:hover {
	text-decoration: underline;
	}

/*------------Classes-------------*/
/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	max-width:100%; /*was 800px*/
	margin:0px 20px 20px 180px;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.table {
	font:12px/16px Verdana, Tahoma, Arial, "sans serif";
	margin:0px 0px 10px 0px;
	padding:0px;
	}

.whbold {
	font:bold 12px/16px Verdana, Tahoma, Arial, "sans serif";
	color:white;
	}

/*---------------IDs----------------*/
#navAlpha {
	position:absolute;
	width:175px;
	top:135px;
	left:0px;
	padding:10px;
	z-index:2;

/* 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;
	width:153px;
	}
/* 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>#navAlpha {width:153px;}

