/* CSS Document */

body,td,th {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  line-height:1.25;
  color: #000000;
}

body
{ margin:0px;
  padding:0px;
  font-family:arial, helvetica, verdana, sans-serif;
  color:#FFFFFF;
  background:transparent url(images/background.gif) repeat-y scroll top center;
  background-color:#000000;
  height: 100%; 
   }

/* LINK EFFECTS */

a {
  text-decoration:none;
  cursor:pointer;
 }

a:link,a:visited {
  color:#FF0000;
  cursor:pointer;
 }

a:hover,a:active {
  color:#FFFFFF;
  cursor:pointer;
 }
 
/* POSITIONING CONTAINERS */

#head {
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:transparent url(images/header.gif) no-repeat scroll top center;
}

#flashCenter {
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 196px;
	text-align:center;
}

#nav {
    position:absolute;
	left:0px;
	top:196px;
	width:100%;
	height:30px;
	text-align:center;
}

#container {
    position:absolute;
	left:0px;
	top:237px;
	width:100%;
	height:100%;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: auto;
}

/* FORMATTING */

p {
  font-size:14px;
  line-height:1.25;
  font-family:arial, helvetica, verdana, sans-serif;
  color:#FFFFFF;
  margin:10px 20px 0px 20px;
  padding:0px;
   }
   
h1 {
  color:#FFFFFF;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:20px;
  font-weight:bold;
  margin:0 10px 0 10px;
  text-align:right;
  border-bottom: 1px dotted #990000;
   }
   
h2 {
  color:#FF0000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  margin:10px;
   }
   
h3 {
  color:#FFFF00;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  margin:10px;
   }

.copyright {
  font-size:10px;
  line-height:1;
  color:#FFFFFF;
  text-align:center;
  margin:6px 0 0 0;
  padding:0px;
}

.subtext {
  font-size:10px;
  line-height:1;
  color:#FFFFFF;
  margin:6px 0 0 0;
  padding:0px;
}

li {
  margin:10px 0 0 0;
  padding:0px;
   }
  
ul {
  font-size:14px;
  line-height:1.25;
  font-family:arial, helvetica, verdana, sans-serif;
  color:#FFFFFF;
  margin:10px 20px 0 40px;
  padding:0em;
  text-align:left;
   }
   
ol {
  font-size:14px;
  line-height:1.25;
  font-family:arial, helvetica, verdana, sans-serif;
  color:#FFFFFF;
  margin:10px 20px 0 40px;
  padding:0em;
  text-align:left;
   }
   
.buffer {
  margin:10px;
  }