/* CSS Document */
body {
	background:#000000;
	}	
h1 {
	/*text-transform:uppercase;*/
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:1.69em;
	}	
p {
	color:#7D7D7D;
	padding: 7px 0;
	font-size:0.88em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	}		
#wrapper {
	width:800px;
	margin:0 auto;
	background:#DEE2D1;
	display:block;
	}
#header {
	float:left;
	width:100%;
	display:inline;	
	margin:20px 0 30px 0;
	}	
.logoarea {
	margin:0 0 0 75px;
	width:725px;
	background:#000000;
	}
.logoarea img {
	padding: 10px 0 18px 35px;
	}
#mainarea {
	clear:both;
	background:#DEE2D1 url(../images/bg_shadow.gif) top left no-repeat;
	min-height:426px;
	height:auto!important;
	height:426px;
	}
.cover {
	float:left;
	display:inline;
	width:270px;
	margin: 0 0 0 75px;
	}	
.introtext {
	float:left;
	display:inline;
	width: 380px;
	min-height:380px;
	height:auto!important;
	height:380px;
	border-left: 2px solid #ffffff;
	margin: 0 0 0 28px;
	}
.contentcontainer {
	padding:30px 20px;
	}
.contentcontainer a {
	color:#333333;
	text-decoration:none;
	}	
.contentcontainer a:hover {
	color:#333333;
	text-decoration:underline;
	}
#footer {
	clear:both;
	width:100%;
	min-height: 120px;
	height:auto !important;
	height:120px;	
	}
.footerlinks {
	font-size:0.69em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background:#ffffff;
	height:18px;	
	padding: 5px 0 0 0;
	}		
.footerlinks ul {
	margin:3px 0 3px 75px;
	width:805px;
	}
.footerlinks ul li {
	display:inline;
	}
.footerlinks ul li a {
	border-left:1px solid #333333;
	padding: 0 5px 0 5px;
	color:#333333;
	text-decoration:none;
	}	
.footerlinks ul li a:hover {
	color:#333333;
	text-decoration:underline;
	}	