body {
	margin: 10px 0px 0px 0px;
	background-color: #E8E8D1;
	text-align: center;
}

/***********************************
	CONTAINERS
***********************************/

#main {
	width: 808px;
	margin-left: auto;
	margin-top: -6px;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: left;
	background-color: #E8E8D1;
}



#navigation {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color: #333399;
	background-color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 15px 0px;
	width: 160px;
	border-color: #333399;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	text-align: left;
}


#content {
	margin-left: 161px;
	width: 640px;
	border-color: #333399;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	background-color: #FFFFFF;

}


#header {
	width: 800px;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: left;
	background-color: #E8E8D1;
} 


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 40px 0px 10px 0px;
	text-align: center;
	clear: left;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	background-color: #E8E8D1;
}

.title {
	color: #333399;
	font-size: 24px;
	text-align: left;
	font-family: georgia, times new roman, times;
	font-weight: bold;
}


/***********************************
	LINKS
***********************************/

a {
	color: #333399;

}

a:hover {
	color: #FF9900;
	
}

a.small-navigation {
	color: #778899;
	text-decoration: none;
}

a.small-navigation:hover {
	color: #FF9900;
	
}

a.navigation {
	color: #333399;
	font-size: 14px;
	border-width: 0px 0px 0px 0px;
	border-color: #fafafa;
	border-style: solid;
	display: block;
	padding: 3px 8px 3px 10px;
	text-align: left;
	font-weight: normal;
	line-height: 18px
}



a.navigation:hover {
	border-color: #778899;
	color: #f4a460;
	background-color: #ffffcc;
	
}

/***********************************
	MISCELLANEOUS
***********************************/


hr {
	width: 100%;
	height: 0px;
	text-align: center;
	color: #dcdcdc;
	border: 0;
	background-color: #dcdcdc;
    height: 1px;
}

h1 {
	color: #333399;
	font-size: 20px;
	padding: 0px 10px 0px 20px;
	text-align: left;
	font-family: georgia, times new roman;
	font-weight: normal;
	line-height: 20px;
}

h2 {
	color: #333399;
	font-size: 14px;
	padding: 0px 10px 18px 20px;
	font-family: verdana, helvetica, arial;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	color: #333399;
	padding: 3px 8px 0px 10px;
	text-align: left;
	font-weight: normal;
	font-family: verdana, helvetica, arial;
	line-height: 13px;
	font-size: 10px;
}

h4 {
	color: #333399;
	text-align: center;
	font-weight: normal;
	font-family: verdana, helvetica, arial;
	line-height: 13px;
	font-size: 10px;
}


p {
	
	margin-top: 10px;
}