body {
	color: #rgb(217,217,217);
	margin: 20px;
	padding: 0px;
	background-color: black;
	font-size: 20;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	color: #AF3633;
	margin: 0px 0px 15px 0px;
	padding: 10px 20px;
	font-size: 23px;
	font-weight: normal;
	background: transparent;
	font: Neuropol;
	font-family: Neuropol;
}
h2 {
	color: #AF3633;
	margin: 0px 0px 5px 0px;
	padding: 0px 30px;
	font-size: 21px;
	font-weight: bold;
	font: Lucida Sans;
	font-family: "Lucida Sans";
}
h3 {
	color: #AF3633;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
p {
	color: black;
	margin: 10px 0px 16px 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color: #2C5596;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {color:#2C5596;}
a:hover {
	color: black;
}

.calendar{
	color: black;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
}  

/* 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;
	min-width: 120px;
	margin: 0px 240px 10px 130px;
	border: 1px solid #814b4b;
	background-color: #A2BFEF;
	padding: 10px;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

.gtitle {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	height: 130px;
	min-width: 120px;
	margin: 0px 240px 10px 130px;
	border: 1px solid #814b4b;
	padding: 0px;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	background: black url(../Banner42063.png) no-repeat right; url (../bannermaxtopstyle.jpg) no-repeat right; 
}

#navAlpha {
	position: fixed;
	width: 95px;
	top: 20px;
	left: 20px;
	border: 1px solid;
	background-color: #A1C1EF;
	padding: 10px;
	z-index: 2;
	border-color: white;
}"" 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:95px;
	}
/* 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:95px;}
		
#navBeta {
	position: fixed;
	width: 205px;
	top: 20px;
	right: 20px;
	border: 1px solid white;
	background-color: #A1C1EF;
	padding: 10px;
	z-index: 1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\";
	border-color: #814b4b;
}\"";
	voice-family:inherit;
	width:205px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:205px;}

