@charset "utf-8";
body  {
	font: 100% Tahoma;
	background: #999999;
	margin: 0; 
	padding: 0;
	text-align: center; /* IE5 Fix */
	color: #333333;
}

.pllLayout #container { 
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; 
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	text-align: left; 
} 
.pllLayout #header { 
	height:105px;
	width:100%;
	background-image: url(img/header.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
} 

.pllLayout #header h1 {
	margin: 0;
	font-size: 1.2em;
}

.pllLayout h3 {
	margin: 0;
	font-size: 13pt;
}

.pllLayout #linkbar {
	clear:both;
	height:20px;
	font-size: 0.8em;
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
	color:#ffffff;
	background-color:#000033;
	border-bottom: 1px solid #000033;
	border-top: 1px solid #000033;
} 

.pllLayout #sidebar1 {
	float: left; 
	text-align:center;
	font-size: 0.9em;
	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: 10px;
	padding-bottom: 25px;
	padding-right:10px;
	
}
.pllLayout #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;
}

.pllLayout #sidebar1 img {
	/*align:center; */
	}
	
.pllLayout img {
	border: 1px solid #000033;
	}

.pllLayout #mainContent {
	font-size: 0.95em;	
	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. */
} 

.smaller{
	font-size: 9pt;	
}

.pllLayout #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 #000033;
	border-top: 1px solid #000033;
} 
.pllLayout #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 10pt;
	text-align: center;
}

.pllLayout #linkbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.pllLayout #linkbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.pllLayout #linkbar a:hover {
	text-decoration: none;
	color: #cc0000;
}
.pllLayout #linkbar a:active {
	text-decoration: none;
	color: #cc0000;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #cc0000;
}
a:active {
	color: #cc0000;
}
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;
}
