body {
	background: rgb(70%, 0%, 0%) url("MottledRed.gif") top right fixed;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

div.main
{
      position: absolute;
      left: 50%;
      top: 48%;
      width: 750px;
      height: 500px;
      margin-left: -375px;
      margin-top: -250px;
}

div.banner
{
	position: absolute;
	left: 0px;
	top: 0 px;
	width: 750px;
	height: 70px;
	margin-left: 0px;
	margin-top: 0px;
}

div.text
{
	position: absolute;
	left: 0px;
	top: 70px;
	width: 750px;
	height: 430px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #ffcc00;
	border: 1px solid black;
}

div.links
{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 218px;
	height: 418px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	border: 1px solid black;
}

div.content
{
	position: absolute;
	left: 228px;
	top: 5px;
	width: 515px;
	height: 418px;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid black;
}

a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

.text { 
	background: #ffffff;
	padding: 5px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

.quote {
	background: #000000;
	padding: 5px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #ffffff;
}

li.main { 
	list-style-image: url("bullet.gif");
	list-style-position: outside;
	text-align: left;
	font-size: 12px;
}

h1 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}


h2 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	text-decoration: underline;
}

h3 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

h4 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
	





