body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Image/background4.jpg);
	text-align:center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.container {
	position: relative;
	top: 20px;
	width:850px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
/*
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:white}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid gray;
  border-right:1px solid gray;
  background:white}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid gray;
  border-right:1px solid gray;
  background:white}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid gray;
  border-right:1px solid gray;}
.spiffy4{
  border-left:1px solid gray;
  border-right:1px solid gray}
.spiffy5{
  border-left:1px solid gray;
  border-right:1px solid gray}
.spiffyfg{
  background:white}
*/


/*Start CSS for white section */
.roundedcornr_box_561473 {
   position: relative;
   margin-left:auto;
   margin-right:auto;
   left:0;
   right:0;
   background-color:#000000;
   width:840px;
}
.roundedcornr_top_561473 div {
   background:  url(Image/roundedcornr_561473_tl.gif) no-repeat top left; 
  
}
.roundedcornr_top_561473 {
   background:  url(Image/roundedcornr_561473_tr.gif) no-repeat top right; 

}
.roundedcornr_bottom_561473 div {
   background:  url(Image/roundedcornr_561473_bl.gif) no-repeat bottom left; 

}
.roundedcornr_bottom_561473 {
   background:  url(Image/roundedcornr_561473_br.gif) no-repeat bottom right; 
 
}

.roundedcornr_top_561473 div, .roundedcornr_top_561473, 
.roundedcornr_bottom_561473 div, .roundedcornr_bottom_561473 {
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_561473 { 
	margin:0; 
	background-color:#000000; 
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	text-align:left;
}
/*End CSS for White section */

.bottomlink a {
	text-decoration:none;
	color:white;
}

.bottomlink a:hover {
	text-decoration:underline;
	color:white;
}


.toplogo img {padding:3px;}










/*Start CSS for dark green section */
/* set millions of background images */
.rbroundbox { background:  url(Image/nt.gif) repeat; }
.rbtop div { background:  url(Image/tl.gif) no-repeat top left; }
.rbtop { background:  url(Image/tr.gif) no-repeat top right; }
.rbbot div { background:  url(Image/bl.gif) no-repeat bottom left; }
.rbbot { background:  url(Image/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { 
	margin: 0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	
		
}
.rbroundbox { width: 850px; margin:auto; margin-bottom:60px;}
/*End CSS for dark green section */


/*Navigation Bar Formatting */
.navbarcontainer {
	margin-top: 0;
}

.navbarcontainer a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:13;
}

.navbarcontainer a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size:13;
}

.navbarcontainer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-size:13;
}

/*End of Navigation Bar Formatting */


/*Drop Down Behavior */
#dropmenudiv{
position:absolute;
border:1px solid #006600;
border-bottom-width: 0;
font:normal 13px Arial;
line-height:18px;
z-index:100;
color:#006600;
text-align:left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #006600;
padding: 1px 0;
text-decoration: none;
color:#006600;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #006600;
color: white;
}
/*End of Drop Down Behavior */