body 
        {  
        font-family: Arial, Helvetica, sans-serif;
        font-size: medium;
        color: #663300;
        background-image: url(../Images/light_blue_striped_background.jpg);
        height: 95%;
        }
hr     {  
       color: #abd8ff;
			 height: 4px;
			}
Div.menu
       {
				float: left;
				width: 21%;
				height: 95%;
				padding: 1em;
			  background: #e0eeee;
				}
Div.content
       {
			  padding: 1em;
				margin-left: 0;
				height: 95%;
				background: #fdf5e6;
				}
H1    {
        text-align: center;
        color: #336600;
        font-weight: bold;
        font-size: 200%;
        }
H2
        {
        text-align: center;
        color: #336600;
        font-weight: bold;
        font-size: 150%;
        }
H3
        {
        text-align: Left;
        font-style: italic;
        color: #336600;
        font-weight: bold;
				font-size: 100%;
        }

H4
        {
			   font-family: Arial,sans-serif;
			   text-align: center;
			   font-style: italic;
			   color: #336600;
			   font-weight: bold;
			   font-size: 100%;
        }
			   
H5
        {
			   font-family: serif;
			   text-align: left;
			   font-style: italic;
			   color: #FF3300;
			   font-weight: bold;
			   font-size: 150%;
			   }
		   
img.alignleft
        {
			   text-align: left;
			   }

LI.circle
        {
        list-style-type: circle;
			   }


a.menu
	{
	text-decoration: none;
	color: #0000ff;
	font-weight: bold;
	}
a.submenu
	{
	text-decoration: none;
	color: #0000ff;
  font-size: 75%;
	}
a.urhere
	{
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-style: italic;
	}
a.text
  {
  font-weight: bold;
  }
a.center
  {
	text-align: center;
	text-decoration: none;
	}
.logo 
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 28pt; 
	color: #336600; 
	font-weight: bold;
	}
.subtitle 
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16pt; 
	color: #8c5900;
	font-weight: bold;
	text-align: center;
	}
.p_and_s 
	{ 
	color: #FF0000; 
	text-decoration: none; 
	font-weight: bold;
	}
	ul.nobullet
  {
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1em;
	}
.copyright
        {
        text-align: center;
        font-weight: bold;
        }
.bold
        {
        font-weight: bold;
        }
.ital
        {
        font-style: italic;
        }
.center
        {
        text-align: center;
        }
.bigcenterbold
        {
        text-align: center;
			   font-size: 120%;
			   font-weight: bold;
			   color: #336600;
        }
.bigcenter
        {
			   text-align: center;
			   font-size: 120%;
			   font-weight: bold;
			   }
.boldcenter
        {
			   font-weight: bold;
			   text-align: center;
			   }
.italcenter
        {
        font-style: italic;
			   text-align: center;
        }
.black
        {
			   color: black;
			   }
			   
.bigbold
        {
			   font-size: 120%;
			   font-weight: bold;
			   color: #336600;
			   }
			   
.floatLeft{
	float:left;
	margin-right: 10px;
	}
	
.floatRight{
	float:right;
	margin-left: 10px;
	}

	.quote{
	margin-left: 60px;
	margin-right: 60px;
	}		   
 