body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
    line-height: 160%;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url(images/header.gif) repeat-x;
}
h1 {
    margin:  16px 0px 0px;
	padding: 0px;
	float: right;	
}
h1 a{
     display: block;
	 background: url(images/nextlogo.gif);
	 height: 63px;
	 width: 311px;
	 text-indent: -900em;
	 text-decoration: none;
	 line-height: 100%;
	
}
#main_wrap {
	margin: 0px auto;
    width: 780px;
}

a {
	text-decoration: underline;
	color: #4A4A4A;
}
a:visited {
    color: #4A4A4A;
}
a:hover {
color: #000000;
   text-decoration: none;
}
#nav {
    margin: 0px;
	padding: 0px;
	list-style-image: none;	
	list-style-type: none;
    clear: both;
}
#nav li{
    font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
    line-height: 100%;
	float: left;
}
#nav li a{
    font-family: Tahoma, Arial, sans-serif, Helvetica;
    color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 14px 20px 0px;
	height: 46px;
	float: left;
    display: block;
	
}
#nav li a:hover {
         background: url(images/nav-highlite.gif) repeat-x;
         color: #000000
}
#content {
	float: left;
	width: 510px;
	paddng-top: px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content1 {
	float: left;
	width: 253px;
	paddng-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content2 {
	float: left;
	width: 253px;
	paddng-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
   h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 240%;
	font-weight: normal;
	color: #99C23B;
	margin: 20px 0px 0px;
}
   h3 { 
    font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 160%;
	font-weight: normal;
	color: #99C23B;
	padding-bottom: 2px;
	border-bottom: 2px solid #99C23B;
	margin: 5px 0px 5px;
}
#sidebar {
	float: right;
	width: 264px;
	margin: 10px 0px 30px;
}
#submenu {
       list-style: none;
	   margin: 0px;
	   padding: 0px;
}
#submenu li{
     border-bottom: 1px solid #C0C0C0;
	 padding: 5px 0px;
}
#submenu li a{
     color: #4A4A4A;
	 text-decoration: none;
}
#submenu li a:hover{
    color: #000000;
	text-decoration: none;
}
#footer {
      clear:both;
	  background: url(images/footer.gif) repeat-x;
	  text-align: right;
	  height: 100px
}
#copyright {
       width: 770px;
	   text-align: right;
	   margin: 0px auto;
	   font-size: 90%;
	   color: #666666;
}


