@charset "utf-8";
body  {
	font: 100% Tahoma;
	background: #F9f9f9;
	margin: 0; 
	padding: 0;
	text-align: center; /* IE5 Fix */
	color: #333333;
}

.dapeiLayout #container { 
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; 
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	text-align: left; 
} 
.dapeiLayout #header { 
	height:85px;
	width:100%;
	background-image: url(img/header.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
} 

.dapeiLayout #header h1 {
	margin: 0;
	font-size: 1.2em;
}

.dapeiLayout h3 {
	margin: 0;
	font-size: 13pt;
}

.dapeiLayout #linkbar {
	clear:both;
	height:20px;
	font-size: 0.8em;
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
	color:#ffffff;
	background-color:#333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	letter-spacing: 4px;
} 

.dapeiLayout #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left:8px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right:10px;
	
}
.dapeiLayout #sidebar1 h3, .dapeiLayout #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	text-align:right;
}

.dapeiLayout #sidebar1 img {
	align:center;
	}

.dapeiLayout #mainContent {
	margin: 0 1.5em 0 14em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.address{
	font-size: 9pt;	
}

.history {
	text-indent: 10px;	
}
.dapeiLayout #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
} 
.dapeiLayout #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 8pt;
	text-align: right;
}

.dapeiLayout #linkbar a:link {
	color: #ffffff;
	text-decoration: none;
}
.dapeiLayout #linkbar a:visited {
	text-decoration: none;
	color: #ffffff;
}
.dapeiLayout #linkbar a:hover {
	text-decoration: none;
	color: #cc9900;
}
.dapeiLayout #linkbar a:active {
	text-decoration: none;
	color: #cc9900;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #cc9900;
}
a:active {
	text-decoration: none;
	color: #cc9900;
}
ul {
list-style-type: none
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}