p
{
font-family:Helvetica, Veranda, sans-serif; font-size:10pt;
}

h1 { font-family:Georgia, Times New Roman, Times, serif;
	font-style:italic;
	font-size:18px;
	color:#666666;
}

h2 {font-family:Georgia, Times New Roman, Times, serif;
	font-style:italic;
	font-size:14px;
	color:#666666;
	}

a:link {
	text-decoration: none;
	color: #663300;
	font-family:Helvetica, Veranda, sans-serif; font-size:10pt;
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-family:Helvetica, Veranda, sans-serif; font-size:10pt;
}
a:hover {
	text-decoration: underline;
	color:#663300;
	font-family:Helvetica, Veranda, sans-serif; font-size:10pt;
}
a:active {
	text-decoration: none;
	color:#000000;
	font-family:Helvetica, Veranda, sans-serif; font-size:10pt;
}

body {
  text-align: center;
  margin-top:0px;
  background-color:#990000;
  }

#container {
	margin: 0 auto;
	top: 0px;
	padding: 0px;
	background-color:#FFFFCC;
	width: 900px;
	text-align: left;
  } 
  
#header {
  padding: 0px;
  width: 900px;
  height: 135px;
  } 
  
  
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top: 0;
background-color:#666666;
color: White;
float: left;
width: 900px;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #666666;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
  
  #content1 {
  margin-top: 5px;
  float:left;
  padding: 0px 14px;
  width: 475px;
  height:100%;
  } 
  
  #content2 {
  margin-top: 5px;
  float:right;
  padding: 0px 14px;
  width: 365px;
  height:100%;
 border-left: 1px solid #999999;
 border-height: 80%;
  } 
  
  #footer {
  margin-top: 0px;
  padding: 0px;
  width: 900px;
  height: 20px;
  clear:both;
  } 
  
  img.floatLeft { 
    float: left; 
    margin: 8px; 
}

