body{
	 background-color: #bbbbbb; 
	 margin: 0px; 
	 padding: 0px; 
	 font-family: Arial, Helvetica, sans-serif;
}

h1{
	color: #FF0000; 
	padding: 0px; 
	margin: 0 0 0 8px; 
	font-size: 24pt; 
	font-style: italic; 
	font-weight: normal;
}

p{
	margin: 0 15px 10px 15px; 
	padding: 0px; 
	font-size: 11pt;
}

.container{
	width: 950px;
}

.header{
	background-image: url('../images/header.gif'); 
	height: 150px; 
	cursor: pointer;
}

.navigation{
	float: left; 
	margin: -20px 0 0 5px; 
}

.content{
	float: right;
}

.ctop{
	background-image: url('../images/content_top.gif'); 
	width: 725px; 
	height: 10px; 
	margin-top: 10px; 
	line-height: 0px; 
	font-size: 0pt;
}

.contentbody{
	background-color: #ffffff; 
	width: 725px; 
	text-align: justify; 
	padding: 0 0 10px 0;
}

.cbottom{
	background-image: url('../images/content_bottom.gif'); 
	width: 725px; 
	height: 10px; 
	margin-bottom: 10px; 
	line-height: 0px; 
	font-size: 0pt;
}

.footer{
	background-image: url('../images/footer.gif'); 
	height: 50px;
}

.footer p{
	text-align: center; 
	font-size: 10pt; 
	color: #999999; 
	margin: 0px; 
	padding: 8px;
}

.footer a:link{
	text-decoration: none; 
	color: white;
}

.footer a:active{
	text-decoration: none; 
	color: white;
}

.footer a:visited{
	text-decoration: none; 
	color: white;
}

.footer a:hover{
	text-decoration: underline; 
	color: white;
}

.content a:link{
	text-decoration: none; 
	color: red;
}

.content a:active{
	text-decoration: none; 
	color: red;
}

.content a:visited{
	text-decoration: none; 
	color: red;
}

.content a:hover{
	text-decoration: underline; 
	color: red;
}

.floatspacer{
	clear: both;
}

.horizrule{
	border-style: solid; 
	border-width: 0 0 3px 0; 
	border-color: #FF0000; 
	line-height: 0px; 
	font-size: 0pt; 
	margin: 0 10px 10px 10px;
}