@charset "utf-8";
/* CSS Document */

body {
	margin:0; padding:0;
	background: #FFFFF4 url("/skin/ldc2/images/hpbg5.jpg") repeat-x;
}


#menu {
	width: 702px;
	margin: 0 auto;
}

#banner {
	margin: 0 auto;
	width: 724px;
	background: url("/skin/ldc2/images/banner.png") no-repeat;
	height: 265px;
	clear: both;
}

#menu img {
	border: none; display:block; float: left;
}

#content {
	margin: 0 auto;
	clear: both;
	background: url("/skin/ldc2/images/bgpage.png") repeat-y;
	width: 724px;
	min-height: 200px;
	padding-bottom:30px;
}

#footer {
	/*background: #877500; */
	background-color: #244E74;
	height: 50px;
	width: 100%;
}

#footer P A {
	color: white;
	text-decoration: none;
}

#footer P A:hover {
	text-decoration: underline;
}


#PageContent, #subsection {
	width: 630px;
	margin: 0 auto;
	float: left;
	padding-left: 30px;
}

#subsection {
	width: auto;
	float: none;
	padding: 0;
}

#footer P, #PageContent P , #PageContent H2, LI , .subpage P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#330000;
}

.subpage H2 {
	margin:0;
	padding-top: 20px;
}

.more {
	color: #000066;
	text-decoration: none;
}

.more:hover {
	color: #FF9900;
	text-decoration: underline;
}

#PageContent H2 {
	font-size: 15px;
}

#footer P {
	text-align: center;
	padding-top: 10px;
	margin:0;
}

#spacer {
	width: 100%;
	height: 1px;
	clear: both;
}