body {
	background-color: #000066;
	color: rgb(0,0,0);
	font-family: georgia, times, serif;
	font-size: 14px;
}

/*===========================================================*/
/*Page Container*/
/*===========================================================*/
#page {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/*===========================================================*/
/*Header Container*/
/*===========================================================*/
#header {	
	background-color: rgb(255,255,255);
	width: 598px;
	clear: both;
	padding: 20px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
}

#logo {
	height: 89px;
	background-image: url('logo.gif');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	clear: both;	
}

#searchbox {
	text-align: center;
    clear: both;
    font-family: verdana, arial, sans-serif;    
}

/*===========================================================*/
/*Content Container*/
/*===========================================================*/
#content {
	background-color: rgb(255,255,255);
	width: 598px;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px; 
	border-left: 1px solid white;
	border-right: 1px solid white;
}

/*Content headers*/
#content h1 {
	color: rgb(0,0,0);
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#content h2 {
	color: rgb(0,0,0);
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#content h3 {
	color: rgb(0,0,0);
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/*Content paragraphs*/
#content p {
	font-family: georgia, times, serif;
	font-size: 16px;
}

/**/
#content li
{
	font-family: georgia, times, serif;
	font-size: 16px;
}

/*===========================================================*/
/*Footer Container*/
/*===========================================================*/
#footer {
	background-color: rgb(255,255,255);
    width: 598px;
	clear: both;
	padding: 20px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	color: rgb(0,0,0);
	font-family: georgia, times, serif;
	font-size: 10px;
}

#footer-text {
	float: left;
}

#footer-menu {
	float: right;
}

#footer-menu li
{
	float: left;
	margin-left: 10px;
}

#footer-menu a:link {
	text-decoration: none;
	color: rgb(0,0,0);
}

#footer-menu a:visited {
	text-decoration: none;
	color: rgb(0,0,0);
}

#footer-menu a:active {
	text-decoration: none;
	color: rgb(0,0,0);
}

#footer-menu a:hover {
	text-decoration: none;
	color: rgb(0,0,0);
}
