/* Author:  Dorene Matney; Date last modified:  10/01/09 */

body
{
	background-color: #c3ddc3;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	color: black;
}

/* SECTIONS */
#container
{
	width: 97%;
	margin: auto;
	border: 2px solid #006600;
	background-color: white;
}
#header
{
	margin-left: 165px;
	margin-right: 200px;
	border-bottom: 2px solid #006600;
}
  #logo
  {
  	margin: auto;
  	padding: auto;
  	width: 150px;
  }
    #logo img
    {
    	border: 0;
    }
  #banner
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	#sitehdg
  {
  	font-size: 200%;
		font-weight: bold;
		color: navy;
  	margin-top: 15px;
		margin-bottom: 15px;
  }
  #tagline
  {
  	font-style: italic;
  	margin-left: 20px;
  	margin-bottom: 15px;
		font-weight: bold;
  }
  #topnav
  {
  	width: 200px;
		color: white;
  }
  	#topnav a
  	{
    	color: white;
    	font-size: 95%;
    	font-weight: bold;
    	text-decoration: none;
    	border: 2px outset #006600;
    	background-color: #006600;
    	display: block;
    	padding: 2px 5px;
    	margin: 3px;
  	}
  	#topnav a:hover
  	{
    	background-color: navy;
    	border: 2px inset navy;
  	}
  	#topnav .selected
  	{
    	color: black;
    	font-size: 95%;
    	font-weight: bold;
    	background-color: #D2E4D2;
    	border: 2px outset #D2E4D2;
    	display: block;
    	padding: 2px 5px;
    	margin: 3px;
  	}
#maincontent
{
	margin-left: 165px;
	border-bottom: 2px solid #006600;
	padding: 20px;
}
	#twocol
	{
		width: 100%;
	}
	#leftcol
	{
		width: 50%;
		padding-right: 15px;
		border-right: 1px solid #eeeeee;
	}
	#rightcol
	{
		padding-left: 15px;
	}
#footer
{
	margin: 10px 15px 10px 165px;
	font-size: 85%;
}
	#footer a
	{
		color: #006600;
	}
	#footer a:hover
	{
		color: navy;
	} 

/* TAGS */
hr
{
	color: #006600;
	background-color: #006600;
}
h1, h2, h3
{
	color: navy;
}
  h1
  {
  	margin: 10px 0 5px; 
  	font-style: italic;
  	font-size: 160%;
  }
  h2
  {
  	margin: 15px 0 5px; 
  	font-style: italic;
  	font-size: 135%;
  }
  h3
  {
  	margin: 15px 0 0; 
  	font-style: italic;
  	font-size: 110%;
  }
/* CLASSES */
.goLeft
{
	float: left;
	margin: 0 15px 15px 0;
}
.goRight
{
	float: right;
	margin: 0 0 15px 15px;
}
.feature
{
	width: 35%;
	border: 1px solid navy;
	margin: 15px 10px;
	padding: 15px 10px 10px;
}
.hilite
{
	color: #006600;
	font-weight: bold;
	font-size: 105%;
}
.question
{
	margin-top: 15px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
}
	.question:first-letter
	{
		color: #006600;
		font-weight: bold;
		font-size: 105%;
	}
.answer
{
	margin-top: 5px;
}
	.answer:first-letter
	{
		color: navy;
		font-weight: bold;
		font-size: 105%;
	}
.rtn2top
{
	font-size: 90%;
}
.caption
{
	font-size: 85%;
	font-weight: bold;
	font-style: italic;
}	

/* FORM STYLES */
.errmsg {
	color: red;
	font-weight: bold;
	font-style: italic;
}
.first {
	margin-top: 0;
	padding-top: 0;
}
form fieldset {
	margin-bottom: 10px;
	padding: 5px;
}
form legend {
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
	color: navy;
}
