body {
	background-color: #ffffff;
	width: 900px;
	border-width: 2px;
	border-color: #111111;
}

#footer {
	width: 900px;
	float: left;
	background-color: #111111;
}

.copy { 
	font-size: 9pt; 
	font-weight: normal; 
	color: #ffffff; 
}

.copy a {
	color: #ffffff;
}

/* Content */
/* *********/

#content {
	width: 700px;
	float: left;
}

#content p { 	
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 10pt;
	padding-left: 20px;
	padding-right: 20px;
}

#content h1 { 	
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 0px;
}

#content h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	padding-left: 20px;
	color: #7E0000;
}

#content h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 20px;
}

#content li {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 10pt;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content a {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 10pt;
	color: #666;
}

#content a:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 10pt;
	color: #666;
}

#content a:hover {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 10pt;
	color: #7E0000;
}

#content a:active {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 10pt;
	color: #7E0000;
}

/* ******/
/* Menu */

#ddblueblockmenu {
	width: 200px;
	float: left;
	border: 0px solid black;
	border-bottom-width: 0;
}

#ddblueblockmenu ul {
	margin: 0;
	padding: 0;
}

#ddblueblockmenu a {
	text-decoration: none;
	color: #ffffff;
}

#ddblueblockmenu a:hover {
	background-color: #7E0000;
}

#ddblueblockmenu div.menutitle {
	width: 195px;
	padding: 2px 0 2px;
	padding-left: 5px;
	background-color: #111111;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color: #FFFFFF;	
}

#ddblueblockmenu li {
	padding: 2px 0 2px;
	padding-left: 10px;
	width: 190px; /*200px minus all left/right paddings and margins*/
	background-color: #333A46;
	font: bold 80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

* html #ddblueblockmenu li a{ /*IE only */
	/*width: 202px; IE 5*/
	/*width: 184px; /*202px minus all left/right paddings and margins*/
}


