body {
	 background-color: #993300;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #FFC1A4;
	 line-height: 15px;
 }

#header {
 width: 293px;
 height: 29px;
 position: relative;
 margin: 0px;
 font-size: 9px;
 margin-bottom: 12px;
}

#header span {
 position: absolute;
 width: 100%;
 height: 100%;
}

.separator {
	 background-color: #CC6600;
 }

td {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #FFC1A4;
	 line-height: 15px;
 }

h1 {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 color: #993300;
	 font-weight: normal;
	 line-height: normal;
	 letter-spacing: 1px;
 }

h2 {
 	color: #FFFFFF;
 	font-size: 15px;
 	font-weight: bold;
  border-bottom: 2px dotted #CC6601;
  padding-bottom: 5px;
  margin-top: 20px;
 }

h3 {
 	color: #FFFFFF;
 	font-size: 15px;
 	font-weight: normal;
  padding-bottom: 5px;
 }

a {
	 color: #FFFFFF;
	 text-decoration: none;
 }

a:hover {
	 color: #FF9900;
 }

hr {
	 border-top-width: 1px;
	 border-top-style: solid;
	 border-top-color: #CC6600;
 }

.white {
	 font-weight: bold;
	 color: #FFFFFF;
 }

.copyright {
	 font-size: 10px;
	 line-height: normal;
	 color: #FF9F71;
 }

.whiteNoBold {
	 color: #FFFFFF;
 }

.darker {
	 color: #F07800;
 }

.subheading {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 16px;
	 color: #FFFFFF;
	 font-weight: normal;
	 line-height: normal;
 }

.subheading2 {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: normal;
	 line-height: normal;
  font-style: italic;
	 color: #FFAE35;
 }

.indent {
 	margin-right: 25px;
 	margin-left: 25px;
 }

.larger {
	  font-size: 13px;
  }

.subtitle {
 	font-size: 14px;
 	font-style: italic;
 	line-height: normal;
 	color: #FFAE35;
 }

.title {
 	font-size: 15px;
 	line-height: normal;
 	color: #FFFFFF;
 	font-weight: normal;
  margin-bottom: 0px;
 }


a.allWhite {
 	color: #FFFFFF;
 }

a.allWhite:hover {
 	color: #FFCC66;
 }

.orange {
 	color: #FF9900;
 }

li {
 	margin-top: 10px;
 	margin-bottom: 10px;
 	margin-left: 0px;
 }

#container {
   width: 700px;
   margin-left: 25%;
  }

#logo {
 width: 192px;
 height: 44px;
 position: relative;
 margin: 0px;
}

#logo span {
 background: url(/images/title_sub.gif) no-repeat;
 position: absolute;
 width: 100%;
 height: 100%;
 margin-left: 230px;
}

 #logofooter {
   margin-left: 230px;
   border-top: 1px solid #CC6600;
}

#navigation {
   width: 200px;
   margin-top: 0px;
   float: left;
   clear: left;
  }

#content {
   margin-top: 30px;
   margin-left: 230px;
 	 font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
  }

#footer {
   border-top: 1px solid #CC6600;
   margin-top: 20px;
   padding-top: 10px;
   margin-left: 200px;
 	 font-family: Verdana, Arial, Helvetica, sans-serif;
   line-height: normal;
	  font-size: 10px;
	  color: #FF9F71;
  }
