body {
	text-align: center;
	background-color: #DFDFDF;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
}

#container {
	width:690px;
	margin:0 auto;
	padding:30px 30px 0 30px;
	text-align:left;
	background-color: #FFFFFF;
}
#td-top {
	height: 115px;
	display: inline;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#td-bottom {
	height: 39px;
	clear:both;
	text-align: center;
	padding-top: 15px;
	
}

#content-left {
	width: 425px;
	float: left;
    padding-top:10px;
	padding-left: 15px;
}

#content-right {
	width: 210px;
	float: right;
	padding-top:15px;
	padding-right: 15px;
}

#navmenu {
	height:1.5em;
	line-height:1.5em;
	color: #003366;
  
}

#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; 
	list-style-image: none; }
#navmenu li {
	float:left;
	margin:0;
	padding:0;
	list-style-type: none; 
	list-style-image: none;
	border-right:1px solid;
	white-space:nowrap;
}

#navmenu ul li a {
	display:block;
	padding:0 18px;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:1px;
	background-color: #999999;

}



#navmenu ul li a:hover {
	background: #A2CB54;
}


/* navigation
--------------------------------------------------*/
#navmenu {background-color:#A2CB54;}

#navmenu li {border-color:white;}

#navmenu a {color:white;}

#navmenu .selected,
#navmenu a:hover
  {
	background-color:#A2CB54;
}

#navmenu form {
  border-color:white;
  background:#A2CB54;
}

#navmenu #s {border-color:#A2CB54;}

#navmenu #searchbutton {
  color:white;
  background-color:#AAAAAA;
}


a {
	text-decoration: none;
	color: #A2CB54;

}
a:hover {
	color: #BB2A2F;


}
h1 {
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #A2CB54;
	font-size: 30px;
}
h2 {
	font-family: "trebuchet MS";
	font-size: 16px;
	color: #A2CB54;
}

.bottomnav {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #708DAB;
	clear: both;
}


p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	color: #666666;

}
li {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	color: #666666;
	list-style-image: url(bullet.jpg);


}
#bottom-text {
	font-family: "trebuchet MS";
	font-size: 14px;
	margin:0 auto;
	width: 500px;
	clear: both;
}

.header {
	background-color: #EFEFEF;
	color: #999999;
	width: 100%;
	font-family: "Trebuchet MS", Tahoma, Arial;
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
    text-transform:uppercase;
	  font-size:0.7em;

}
.smallp {
	font-family: "trebuchet MS";
	font-size: 12px;
	margin-top: -15px;
	line-height: 18px;
	color: #666666;
}

A.rightnav {
	display: block;
	text-align: left;
	text-decoration: none;
	font-size:8pt;
	padding: 4px;
	font-family: Arial, "Trebuchet MS", Tahoma;
	color: #BB2A2F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}

A.rightnav:hover {
	background-color:#FFFFE5;
	text-decoration: none;
	color: #BB2A2F;
}
