body {background: url(images/top02.gif) repeat-x;
     background-position: top;
     background-color: #2D2A2A;
      font-color: #cccccc;
      font-family: verdana, arial, sans-serif;
      font-size:12px;
      font-weight:normal;
      line-height:16px;	}
	  
p, ul {color: #ffffff;
	font-size:12px;
	font-weight:normal;
  	line-height:16px;
}

a {	text-decoration: underline;
   	font-family: arial;
	font-size:12px;
	font-weight:normal;
  	line-height:16px;}

a:link {color: #aaaaaa;}
a:visited {color: #999999;}
a:active {color: #0000ff;}
a:hover {color: #990000;
	text-decoration: none;}

h1, h2, h3, h4, h5, h6 {font-family: times, serif;}

h2 {text-align: center;
    font-size: 20 px;
    font-style: italic;
    color: 000000;}

img {border: none;}


/***************layout classes***************/

.container {position: absolute;
	top: 250px;
	left:50%;
	width: 700px;
	margin-left:-350px;
}

.nav {background: url(images/topback.gif) center no-repeat;
	position: absolute;
	top: 0px;
	height: 30px;
	left:50%;
	width: 700px;
	margin-left:-350px;
}

#main {	text-align:justify;
	text-justify: inter-word;
	margin-bottom: 50px;
}

#main h4 {font-size: 16pt;
	color: #990000;
}


#bottom {background: url(images/bottomback.gif) bottom no-repeat;
	height: 45px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}



/*********menu stuff***************/

#menu {
  position:relative;
  font-family: times, verdana; 
  font-size: 14pt;
  line-height: 16pt;
  text-align: center;
  color:#fff; 
  background: transparant;
  height:2em; 
  font-weight:bold;
  }

#menu p, #menu a, #menu a:visited {
  text-decoration:none; 
  color:#fff; 
  font-size: 14pt;
  font-family: times, verdana; 
  line-height: 14pt;
  font-weight:bold;
  }

#menu a span {
  display:none;
  }

#menu a:hover {
  position:relative; 
  top:0px; 
  left:0px; 
  text-decoration:none; 
  color:#bbb;
  }

#menu a:hover span {
  display:block; 
  position:absolute; 
  top:2px; 
  left:1px; 
  color:#000; 
  cursor:pointer;
  }
