/* button link at bottom of page */
.nextbutton a:link, .nextbutton a:visited
	{
		display: block;
		padding: .2em .5em;
		background-color: #03F;
		color: #fff;
		border: 1px solid #006;
		width: 11em;
		text-decoration: none;
		text-align: center;
	}

/* button link at bottom of page color on hover */
.nextbutton a:hover, .nextbutton a:active
	{
		background-color: #fff;
		color: #006;
	}

/* middle content box settings */	
body
	{
	margin: 0;
	padding: 0;
	font-size: 95%;
	font-family: arial, times, "times new roman", serif;
	color: #000;
	background-color: #FFF;
	}
	
/* navbar link and bg color */	
a:hover, a:active
	{
	color: #FC3;
	background-color: #003366;
	}
	
/* header(banner) bg color and settings */	
div#banner
	{
	color: #39F;
	background-color: #0033FF;
	border-bottom: 0px solid #000;
	}
		
div#banner h1
	{
		margin: 0;
		padding: .3em 0 .3em .5em;
		font-size: 1.0em;
		font-weight: normal;
	}

/* navbar bg color and settings */
div#navbar
	{
	color: #39F;
	background-color: #000000;
	border-bottom: 0px solid #000;
	}
		
div#navbar h1
	{
		margin: 0;
		padding: .3em 0 .3em .5em;
		font-size: 1.0em;
		font-weight: normal;
	}
		
/* left side nav bg settings */	
div#container
	{
		background-image: url(images/nav_col_base2.gif);
		background-repeat: repeat-y;
		
	}
		
/* right side nav bg settings */	
div#container2
	{
	background-image: url(images/more_col_base.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 16px;
	}
		
/* left side nav space from top */
div#navigation
	{
		float: left;
		width: 180px;
		color: #ffffff;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
	}
	
/* anchors left side nav */	
div#navigation ul
	{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
		
/* Left Nav  Links Space from top */
div#navigation ul li { margin-top: 4px; }
		
/* left side nav links */
#navigation ul li a a:active
	{
		display: block;
		width: 180px;
		padding: 3px 5px 3px 10px;
		text-decoration: none;
		color: #ffffff;
		/*background-image: url(images/nav_base2.gif);
		background-repeat: repeat-y;*/
	}
		
#navigation ul li a:hover
	{
		color: #fff;
		background-color: #ccc;
		/*background-image: url(images/nav_base4.gif);
		background-repeat: repeat-y;*/
	}
	
/* right side nav size and alignment */	
div#more
	{
		float: right;
		width: 160px;
		margin: 0;
		padding: 1em 10px 0 0;
		color: #ffcc33;
		font-size: 85%;
	}
	
/* right side nav heading size and color */	
div#more h3
	{
		margin-top: 0;
		color: #ffcc33;
		padding: .1em;
		font-size: 125%;
	}
	
/* middle content spacing and bgcolor */
div#content
	{
		margin-left: 200px;
		background-color: #f0f0f0;
		margin-right: 195px;
	}
		
div#content h2
	{
		font-size: 2em;
		margin-left: 190px;
		color: #036;
		margin: 0;
		padding-top: 1em;
		font-weight: bold;
	}

div#content h3
	{
		font-size: 1.5em;
		margin-left: 190px;
		color: #036;
		margin: 0;
		padding-top: 1em;
		font-weight: normal;
		font-style: italic
	}
	
div#content {
	line-height: 150%;
}
	
#cleardiv
	{
		clear: both;
		height: 1em;
	}
		
div#footer
	{
		clear: both;
		padding: .5em 1em;
		border-top: 1px solid #999;
		text-align: center;
	}
		
div#footer ul
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
div#footer li
	{
		display: inline;
		margin-right: 1em;
	}

div#headertext
	{
		font-size: 1em;
		color: #ffcc33;
		clear: both;
		padding: 0em 0em;
		border-top: 0px solid #999;
		text-align: center;
		
	}



.navText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	padding: 0.25em .5em;
	align="center"
	}

#nav, #nav ul {
	float: center;
	width: 46em;
	list-style: none;
	line-height: 1;
	background: #000000;
	font-weight: bold;
	padding: 0;
	border: solid #ffcc33;
	border-width: 0px 0;
	margin: 0 0 0em 0;
}


/* navbar height */
#nav a {
	display: block;
	width: 7em;
	w\idth: 7em;
	color: #ffcc33;
	text-decoration: none;
	padding: 0.0em .0em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}


/* navbar width */
#nav li {
	float: left;
	padding: 0;
	width: 8em;
	padding: 0.35em .5em;
}

/* drop down length thickness */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11.9em;
	w\idth: 11.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

/* drop down highlight bar */
#nav li li {
	padding-right: 0em;
	width: 11.4em
}

#nav li ul a {
	width: 9em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #003366;

.style1 {color: #000000}

	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}

html, body {margin: 0; padding: 0; font-size: 100%; }
	

