body {	background-color:white;	margin: 0;	padding: 0;	border: 0;	}h1, h2, h3	{	font-weight: normal;	font-family: Georgia, "NewCenturySchoolbook", Times, serif;	}	h1 {	margin: 0px 0px 15px 0px;	padding: 0px;	font-size: 30px;	font-weight: bold;	color: green;	}	h2 {	font: 14px/18px Georgia, "NewCenturySchoolbook", Times, serif;	font-weight: bold;	margin: 0px 0px 5px 0px;	padding: 0px;	color: green;	}	h3 {	margin: 0px 0px 0px 0px;	padding: 0px;	font-size: 14px;	font-weight: bold;	color: green;	}p {	font:14px Georgia, "NewCenturySchoolbook", Times, serif;	margin:0px 0px 12px 0px;	padding:0px;	}#base {	border: 1px solid #000;	margin: 2em;	width: 400px;	padding: 5px;	}ul {	list-style-type: disc;	margin-left: 0;	margin-right: 5px;	list-style-position: inside;	font-size: 12px Georgia, "NewCenturySchoolbook", Times, serif;	}	a:link, a:visited {	font-weight : bold; 	text-decoration : none;	color: #336;	background: transparent; 	}a:hover, a:focus {	font-weight : bold; 	text-decoration : underline;	color: #669;	background: transparent; 	} /* when mouse hovers over link, turn off underline *//* anchors when mouse hovers or given focus by eg keyboard */	.footer {	font: 10px Georgia, "NewCenturySchoolbook", Times, serif;	font-weight : bold;    color: #000;    text-align: center;	margin: 0px 0px 0px 0px;	padding: 0px;	}	a.footer:link {	font-weight : bold;  	color: #336;  	decoration: none; 	}a.footer:visited { 	font-weight : bold; 	text-decoration : none;	color: #336;	background: transparent; 	}a.footer:hover { 	font-weight : bold; 	text-decoration : underline;	color: #669;	background: transparent; 	}	/* 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: 140px;	margin: 100px 170px 0px 160px;	border: 10px; 	background-color: white;	padding:10px;	z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */	}	#bravefourhundred {	margin: 0;	border: 0;	padding: 15px 25px;	width: 640px; /* False value for IE4-5.x/Win */	voice-family: "\"}\"";	voice-family: inherit;	width: 600px /* Actual value for conformist browsers */	}html>#bravefourhundred {	width: 550px; /* Be nice to Opera */	} /* Side Navigation */ #navSide {	/* float: left; */	position: absolute;	margin: 0;	padding: 0;	width: 135px; /* False value for IE4-5.x/Win */	top: 130px;	left: 0px;	border: 0;	background-color: 0F1410;	voice-family: "\"}\"";	voice-family: inherit;	width: 140px; /* Actual value for conformant browsers */	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:128px;	}/* 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:128px;}#navbanner {	display: block;	visibility: visible;	margin: 0;	padding: 0;	border: 0;	background: url(images/navside.jpg) no-repeat;	width: 150px;	height: 407px;	}		#header {	position: absolute;	height: 130px;	width: 900px;	top: 0px;	left: 0px;	background: url(images/headertop.jpg) no-repeat;	padding: 0px;	z-index:3;/* Again, the ugly brilliant hack. */	voice-family: "\"}\"";	voice-family:inherit;	}/* Again, "be nice to Opera 5". */body>#Header {width:900 px;}	/*  Create buttons 	*/ #menunav ul {	list-style: none;	padding: 0;	margin: 0;	border: 0;	background: url(images/navside.jpg) no-repeat;	width: 131px	}#menunav li	{	text-align: center;	width: 110px;	margin: 0;	padding: 0;	font: 15px/20px Georgia, "NewCenturySchoolbook", Times, serif;	color: #ff6;	}#menunav li a {	display: block;	font-weight: normal;	padding: 0;	background: #0F1410;	color: #ff6;	text-decoration: none;	width: 100px; 	/* False value for IE4-5.x/Win. */ 	voice-family: "\"}\"";   	voice-family:inherit;	width: 110px;	/* You get it. Good value for compliant browers. */		}	html>#menunav li a {	width: 120px;	 /* Be nice to Opera */	}	#menunav li a:hover {	font-weight: normal; 	background: #0F1410;	color: #fff;	text-decoration: none;	}		/*  Form layout */ div.row {  clear: both;  padding-top: 5px;  }div.row span.label {  float: left;  width: 100px;  text-align: right;  }  div.row span.labelrequired { float: left;  width: 100px;  text-align: right;  color: #336;  font-weight: bold;  }div.row span.input {  float: right;  width: 235px;  text-align: left;  } 	/*  Floating */  div.float {  float: left;  width: 450px;  }  div.float p {   text-align: left;   }div.container {  border: 1px dashed #333;  background-color: #ffe;  width: 450px;  margin: 0px 10px 0px 25px;  }div.spacer {  clear: both;  }  #shot {	position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */	width:auto;	margin: 0px;	border: 10px; 	background-color: white;	padding:10px;	text-align: middle;	}