﻿body 
{
    margin: 0;
    padding: 0;
}
h1 {
	font-family: Tahoma;
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
	color: #536F82;
	/* color: #D85361;   red  */
	/* color: #536F82;  blue */
	/* color: #816B94; purple */
}

h2 {
	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	color: #536F82;
}

h3 {
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	font-variant: normal;
	color: #536F82;
}

p 
{
	font-family: "Trebuchet MS";
}

 li
{
	font-family: "Trebuchet MS"; 
	font-size: medium; 
	font-weight: 700; 
	list-style-type: none;
	text-decoration: none;
	color: black;
}  

/* ul
{
    float: left;
    color: Black;
    text-decoration: none;
    text-align: left; 
	font-size: large;
} */

#maincontent 
{
	margin-left: 15px;
    width: 535px;
	float: left;
}

#maincontent a
{
    text-decoration: none;
    color: #536F82;
}

#maincontent a:hover
   {
     color: #D85361;
   }


#nav
{
	float: left;
	width: 180px;
	height: 700px;
	background-color: #D1E282; 
	margin: 0;
    padding: 0; 
}

    
    #nav ul
    {
            margin: 0;
    padding: 0;
        padding-top: 10px;
        padding-left: 5px;
        text-decoration: none;
        list-style-type: none;  /*take off bullets */

    }
    
    #nav ul li 
    {
        color: #5E5E5E;
        font-family: Verdana, Arial, Sans-Serif;
        font-variant: small-caps;
        font-weight: bold;
        padding-top: 30px;
        font-size: 0.8em;
        text-decoration: none;

    }
    
       /* Format the links of the navbar. Note the comma used for
        grouping the two link types. */
       /* #nav ul li a:link,   */
   #nav ul li a:link, #nav ul li a:visited
   {
    display: block; /*changes from inline to block */
    text-decoration: none;
    /* font-weight: bold; */
    color: #5E5E5E; /* text color */
}


   }
   #nav ul li a:hover
   {
    color: #D85361;
    /* background-color: #D5C4BA; */
   } 
