body
{
	background-color: #cccccc;
	color: #000000;
	margin: 0;
	font-family: arial, verdana, non-serif;
	background-image: url(pics/nav/back.jpg);
}

b, strong { font-weight: bold; }
small { font-size: 7pt; }

form, select
{
	margin: 1;
	line-height: 1;
	font-family: arial, verdana, non-serif;
	font-size: 8pt;
}

h1
{
	font-family: arial, verdana, non-serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 1;
}
h2
{
	font-family: arial, verdana, non-serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 1;
}

a:link
{
	color: #33CCFF;
	background-color: #FF6666 ;
	text-decoration: underline ;
	
}

a:visited { color: #33CCFF; text-decoration: underline; background-color: #FF6666 ;}

a:hover
{
	color: #FF0;
	text-decoration: none;
	background-color: #FF6600;
}

.on { 

	background-color: #FF9933;
	}
.cont
{
	background-color: #CCCCCC;
	border-style: dotted solid dotted solid;
	border-color: #CCFFCC;
	border-width: thin;
	margin: 10px 0px 0px 15%;

}

.navBox
{
	background-image: url(pics/nav/top.jpg);
	text-align: center;
}

.navi
{
	background-color: #FF6666;
	margin: 0px;
	font-family: arial, verdana, non-serif;
	font-size: 10pt;
	text-align: left;
	vertical-align: bottom;
}


.main
{
	float: none;
	font-family: arial, verdana, non-serif;
	font-size: 10pt;
	text-align: left;
	text-indent: 3px;
	text-decoration: none;
	margin: 0 20px 0 5px;
}

	
.footer
{

	font-family: arial, verdana, non-serif;
	font-size: 8pt;
	border-color: #39F #39F transparent transparent;
	border-width: medium;
	border-style: solid none none none;
}

.input
{
font-family: arial, verdana, non-serif;
	font-size: 8pt;
	text-align: right;
}

div.main {
width: 735; 
	height: 470;
}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 750px; 
	height: 475px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:750px;
		height:475px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}
		
		div#section1 {
			background-image: url(pics/nav/cont.jpg);
			}
	div#section2 {
		background-image: url(pics/nav/cont2.jpg);
		}
	div#section3 {
		background-image: url(pics/nav/cont3.jpg);
		}
		div#section4 {
			background-image: url(pics/nav/cont2.jpg);
			}

