body {
	font: 1em verdana, arial, sans-serif;
	}
	
* {margin:0; padding:0;}

div#mainwrapper {width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	}/* add margin auto stuff if you want the layout centered */

div#header {
	width:800px; height:auto;
	}

div#listmenu {
	width:800px; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:0px solid #369;	/* draws line on top edge of div */
	border-bottom:6px solid #369;	 /* draws line on bottom edge of div */
	font-size:.9em;	/* SET FONT-SIZE HERE */
	background-color:#369; /* colors the div */
	}

div#columnswrapper {
	float:left; 
	width:800px;
	}
	
div#nav {
	float:left; 
	width:150px; 
	margin-left:-626px;
	} /* negative margin moves nav column into position */

div#navtwo {
	float:left; 
	width:150px; 
	margin-left:-626px; 
	margin-top: 225px
	} /* negative margin moves nav column into position */

div#content {
	float:left; 
	width:476px; 
	margin-left:150px; 
	display:inline;
	} /* display inline is hack fix for IE */

div#rightcolumn {
	float:left; 
	width:161px
	}
	
div#footer {
	width:800px;
	}

.clearthis {
	clear:both;
	}

/*header styles*/
div#header div#headerimage {width:175px; height: auto; float:left; margin:5px 1px 1px 0px;}
div#header {
 					padding:5px 0 10px 0; /* pushes the links away from top and bottom of the div */
					font-size:.85em;  /* sets the font size of all links */
					font-variant: small-caps;
					text-align:center; /* centers the ul elements in the div */
					background-color:#FFF; /* sets the background color of the div */
					border-bottom:4px dashed #FA980F;
					}
 div#header ul {margin:50px 0 0 0;				
 				font-weight:bold;} /* vertical spacing between the lists */
 div#header li {display:inline; /* the key CSS - makes the lists display horizontally */
						color:#FA980F; /* sets the color of the vertical lines */
						border-left:0px solid; /* creates the vertical line to the left of each list items */
						padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
						}
 div#header li:first-child {border-left:0;} /* removes the left border of the first list item - IDWIMIE */
 div#header ul li a {text-decoration:none; /* removes the underlining off the links */
 						 color:#003366; /* the color of the links */
							 }
 div#header ul li a:hover {text-decoration:none; color:#003366} /* underlines the links when hovered */

/* content column styles */
div#content {padding:0 0}
div#contentinner {margin: 0 10px 20px;}
div#content h4{font-size:1.15em; font-variant: small-caps; margin:.5em 0; color:#036;}
div#content h2{font-size:1.5em; font-variant: small-caps; margin:.5em 0; color:#036;}
div#content p {font-size:.8em; margin-top:.5em; margin-bottom:.5em;}	
div#content li {font-size:.75em;}
div#content blockquote {width: 200px; float:right; border-top: 1px solid #036; border-bottom:1px solid #036; margin:0 10px; padding: 6px 10px;}
div#content blockquote p {margin:.5em 0; font-size:.7em; text-align: left;}
div#content blockquote H4{font-size:1.15em; font-variant: small-caps; margin:.5em 0; color:#036;}
div#content a {text-decoration:underline; color:#036;}
div#content a:hover {color: #960; text-decoration:none;}

/* nav styles */
div#nav {padding-top:20px;}
div#nav ul {border:0; margin:12px 1.25em 12px 1.25em; padding:0; list-style-type:none; font-weight:bold; font-size:.75em;}
div#nav li {font-variant: small-caps; border-bottom:1px solid #036; margin:0; padding:.3em 0; text-indent:.5em}
div#nav li:first-child {border-top:1px solid #036;}
div#nav a {text-decoration:none; color:#036;}
div#nav a:hover {color: #036;text-decoration:underline;}
/* a hack for IE Win only \*/	
* html div#nav ul {border-top:1px solid #036;}
/*end of hack */

/* navtwo styles */
div#navtwo {padding-top:20px;}
div#navtwo ul {border:0; margin:12px 1.25em 12px 1.25em; padding:0; list-style-type:none; font-weight:bold; font-size:.75em;}
div#navtwo li {font-size:1.3em; font-variant: small-caps; border-bottom:1px solid #036; margin:0; padding:.3em 0; text-indent:.5em}
div#navtwo li:first-child {border-top:1px solid #036;}
div#navtwo a {text-decoration:none; color:#036;}
div#navtwo a:hover {color: #036; text-decoration:underline;}
/* a hack for IE Win only \*/	
* html div#navtwo ul {border-top:1px solid #036;}
/*end of hack */

/* right column styles */
div#rightcolumn {padding-top:10px;  border-bottom:2px solid #036;}
div#rightcolumn p {font-size:.75em;}
div#rightcolumn img {border:none; border-top:4px solid #036;}
div#rightcolumn div#newslinks ul {list-style-type:none; font-size:.7em; padding-left: 10px; margin:0 6px 0 0;}
div#rightcolumn div#newslinks li {margin-top:0; margin-bottom:.5em;}
div#rightcolumn h3 {text-align:center; font-variant: small-caps; font-size:.8em; color:#036; margin-bottom:0px; padding-top:3px; border-top: 2px dotted #960;}
div#rightcolumn a {text-decoration:none; color:#036; text-decoration:underline}
div#rightcolumn a:hover {color: #036; text-decoration: none;}
div#rightcolumn li.morelink {font-style:italic;}

/*footer styles*/
div#footer {
 					padding:4px 0; /* pushes the links away from top and bottom of the div */
					font-size:.8em;  /* sets the font size of all links */
					text-align:center; /* centers the ul elements in the div */
					background-color:#FA980F; /* sets the background color of the div */
					border-top:1px solid #036; border-bottom:2px solid #036;}
 div#footer ul {margin:2px 0;} /* vertical spacing between the lists */
 div#footer li {display:inline; /* the key CSS - makes the lists display horizontally */
						color:#036; /* sets the color of the vertical lines */
						border-left:1px solid; /* creates the vertical line to the left of each list items */
						padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
						}
 div#footer li:first-child {border-left:0;} /* removes the left border of the first list item - IDWIMIE */
 div#footer ul li a {text-decoration:none; /* removes the underlining off the links */
 						 color:#036; /* the color of the links */
							 }
 div#footer ul li a:hover {text-decoration:underline; color:#036} /* underlines the links when hovered */
