@charset "UTF-8";
/* CSS Document */

/*this style has sans-serif font, soft grays and subdued greens.*/

/*this is the styling for the body of the site*/
body {background: #FFFFFF; 
	font-size:85%; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #666666; 
	margin-top:.5em;
	text-align:left;
	margin: 2em;
	}

/*when the page shrinks, the wrapper will adjust. */
#wrapper {width: 95%;} 		

	
/*layout for the site*/
#mainNav {width: 15%; float: left; text-align:left; padding-top:1.2em; border-right:medium; border-right-color:#666666; }
#content {width: 80%; float: right; padding-left: 2em; border-left:double; border-left-color:#333333;}

h1 {font-size: 2em; text-align:left; border-bottom:double; border-bottom-color:#333333; padding-bottom:1%;}
h2 {color:#336666;}

/*styling for the navigation*/
a:link {color:#336666; text-decoration:none; font-weight: bold; line-height:200%;}
a:visited {color:#669966; text-decoration:none; font-weight:bold; line-height:200%;}
a:hover {color:#CC6666; text-decoration:none; font-weight:bold; line-height:200%;}
a:active {color:#CCCCCC; text-decoration:none; font-weight:bold; line-height:200%;}

img {float:left; padding-right:1em;}
