
body {
 font-family: Helvetica, sans-serif;
 font-size: 14px;
 color: #414141;
 padding: 0;
 margin: 0;
}

strong {
	color: #ABABAB;
}

#wrapper { 
 margin: 0px auto;
 width: 1024px;
 background: #D9D9D9;
}

#header {
	width: 1024px;	
}

#header-logo {
 color: #333;
/* float: left;*/
/* padding: 10px;*/
/* border: 1px solid #ccc;*/
 height: 140px;
/* margin: 10px 0px 0px 0px;*/
 background: #ffffff;
 background-image: url(../img/header.jpg);
 background-repeat: no-repeat;
}

#menu {
	height: 40px;
	background: #f2f2f2;
/*	background: #fff;*/
/*	float: left;*/
}

#content { 
 clear: both;
 width: 724px;
 margin-left: 0 auto;
 margin-right: 0 auto;
 background: #ffffff;
 height: auto;
}

#content #content-image a * {
	border:none;
}
#content #content-image {
	clear: both; /*This allows the menu to be stacked on top*/
	height: 160px;
	background: #E5E5E5;
	margin: 0;
	padding: 0;
	background: #ffffff;
/*	background-image: url(../img/headerimage.jpg);*/
	background-repeat: no-repeat;	
	border-bottom: 10px solid #3684C6;
	overflow: hidden;
}

#content #content-text{
	padding: 30px;
	background: #ffffff;
	height: auto;
	min-height: 300px;
}
#content-footer {
	margin: 0 auto;
	height: auto;
	background: #E5E5E5;
	color: #8E8E8E;
	font-weight: bold;
	font-size: 8pt;
	padding: 10px;
}
#content-footer a {
	text-decoration: none;
	color: #4c77aa;
}

.storycontent {
	overflow: hidden;
}

.wplc_table {
	border-bottom:7px solid #3684C6;
	border-collapse:collapse;
	border-top:7px solid #3684C6;
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	/*margin:20px;*/
	text-align:center;
	width: 650px;
}

.wplc_table th {
	background:#E8EDFF none repeat scroll 0 0;
	border-left:1px solid #3684C6;
	border-right:1px solid #3684C6;
	color:#003399;
	font-size:13px;
	font-weight:normal;
	padding:8px;
}

.wplc_table td {
	/*background:#E8EDFF none repeat scroll 0 0;*/
	color:#666699;
	padding:8px;
}

.wplc_table .wplc_alt{
	background-color: #E8EDFF;
	padding: 20px;
}

#footer { 
/* width: 1024px;
 clear: both;*/
 height: 10px;
 color: #333;
/* border: 1px solid #ccc;*/
 background: #3684C6;
/* margin: 0px 0px 10px 0px;
 padding: 10px;*/
}