body{
	text-align:center;
	background: #ffff33 url(images/gradient.jpg) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#head{
	background: url(images/head.png); 
	width:847px; 
	height:236px; 
	margin: 0 auto;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/head.png', sizingMethod='scale'); 
}

#middle{
	background: url(images/middle.png); 
	width:847px;
	margin: 0 auto;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/middle.png', sizingMethod='scale'); 
}

#bottom{
	background: url(images/footer.png); 
	width:847px; 
	height:27px; 
	margin: 0 auto;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer.png', sizingMethod='scale');
}

.topleft{
	background: url(images/topleft.jpg) no-repeat;
	width: 22px;
	height: 29px;
	margin: 0;
	padding: 0;
}

.topmiddle{
	background: url(images/topmiddle.jpg) repeat;
	height: 29px;
	margin: 0;
	padding: 0;
}

.topright{
	background: url(images/topright.jpg) no-repeat;
	width: 10px;
	height: 29px;
	margin: 0;
	padding: 0;
}

.middleleft{
	border: 1px solid #CCCCCC; 
	border-right: 0px;
	background:#ffffff;
}

.middlecenter{
	border: 1px solid #CCCCCC; 
	border-right: 0px; 
	border-left: 0px;
	background:#ffffff;
}

.middlecenter_links{
	border: 1px solid #CCCCCC; 
	border-right: 0px; 
	border-left: 0px;
	background:#ffffff;
	text-align:left;
	}
	
.middlecenter_links a{
	width: 380px;
	display:block;
	float:left;
	}

.middleright{
	border: 1px solid #CCCCCC; 
	border-left: 0px;
	background:#ffffff;
}

h1 {
	font-size: 16px;
	color: #FF6699;
	font-weight: 800;
	margin: 0;
	padding: 0;
	}
	
h1 b {
	color: #ff0000;
}
	
a {
	color: #FF6699;
	text-decoration:none;
	font-weight: 800;
	font-size: 13px;
}

a:hover {
	text-decoration: underline;
}

hr {
	  border: 1px dashed #cccccc;
	  border-left: 0px;
	  border-bottom: 0px;
	  border-right: 0px;
      color: #fff;
      background-color: #fff;
      height: 4px;

}

.list {
	  border: 1px dashed #cccccc;
	  border-left: 0px;
	  border-top: 0px;
	  border-right: 0px;
	  margin: 0;
	  padding: 6px 0 6px 0;
	  clear:both;
}