/* Make all body text black 11-point Comic Sans MS font. If user doesn't have Comic Sans Ms, use Arial.  Use background.gif as the background.  
*/
body {font-size: 11pt;
      font-family: "Comic Sans MS", Arial, sans serif;
      font-style: normal
      color: black;
      background: url(images/background.gif);}
      

/* Make headings text Comic Sans MS font. If user doesn't have Comic Sans MS use Arial or sans serif.
*/
h1	{font: 18pt Comic Sans MS, Arial, sans serif;
	font-weight: bold;
	color: #336666;
	line-height: 22pt;}

h2	{font: 11pt Comic Sans MS, Arial, sans serif;
	font-weight: bold;
	color: #336666;
	line-height: 16pt;}

h3	{font: 10pt Comic Sans MS, Arial, sans serif;
	font-style: italic;
	color: black;
	line-height: 14pt;}

/*Format header.
*/


/* Make body text indented from left.
*/
#main	{margin-left: 210px;
    	padding: 5px;}

/*Make a nav bar on left using unordered list in html
*/
#navigation	{float: left;
    		width: 160px;
    		padding: 5px;}

#navigation ul	{margin-left: 0;
    		padding-left: 0;
    		list-style-type: none;
    		font-family: Comic Sans MS, Arial, sans-serif;
		font-weight: bold;}

#navigation a, li#current	{display: block;
    				width: 140px;
    				text-decoration: none;
   	 			padding: 5px;
    				border-bottom: #ffffff solid 1px;
    				background-color: #CCFFFF;
    				color: #336666;}

#navigation a:hover, #navigation a:active, #navigation a:focus, li#current	{background-color: #336666;
    		color: #ffffff;}