* {margin: 0; padding: 0;}

/************************************* Structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

#header {
	margin-left: 100px;
	width: 800px;
}

#header_bottom {
	margin-left: 100px;
	border-bottom: 2px solid #006600;
        background-color: #F4F7F0;
	width: 800px;
}

#pagebody {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin-left: 100px;
	padding-left: 20px;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	background: #000099;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	margin-left: 100px;
	width: 800px;
	text-align: right;
	color: #FFFFFF;
	margin-top: 20px;
}

/******************************* Format *******************************/

p {
	text-align: justify;
	padding-left: 20px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size: 20px;
}

h1 {
	color: #66CC33;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 45px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #006600;
	padding-top: 60px;
	padding-bottom: 20px;
}

h3 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-left: 35px;
	margin-left: 20px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #CC0000;
}

h5 {
	font-size: 14px;
	font-style: italic;
	color: #000099;

}

h6 {
	font-size: 14px;
        font-family: "Times New Roman", Times, serif;
	font-style: italic;
        color: #006600;

}

blockquote {
	background-color: #F2F8F1;
	font-style: italic;
	margin-left: 20px;
	padding-left: 30px;
}

.float_left {
  float: left;
}
			  
.float_right {
  float: right;
}
			 
a:link {color: #999999; text-decoration: none;}     /* unvisited link */
a:visited {color: #999999; text-decoration: none;}  /* visited link */
a:hover {color: #CCCCCC; text-decoration: none;}   /* mouse over link */
a:active {color: #999999; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer {
	background-color: #FFECFF;
	padding-top: 30px;
}

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
}

#navcontainer a
{
	display: block;
	width: 160px;
	background-image: url(images/menu.png);
	height: 27px;
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
}

#navcontainer a:hover 
{
	background: url(images/menu.png) 0 -45px;
}



/******************************************************************************/
