body {
	background: #333333;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
}

#page {
	background-color: #113A65;
	background-repeat:no-repeat;
	width: 1024px;
	margin: 0px auto;
}

#content {
	width: 490px;
	padding-left: 40px;
	margin: 75px 0px 48px;
	min-height: 34.125em;
	height: auto !important;
	height: 34.125em;
}
#content  h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

#content h2 a:hover, #content  h2 a:focus {
	color: #F69922;
	text-decoration: underline;
}

#header { height: 545px; }

#header #headerimg { display: none; }

#footer {
	border-top: 3px solid #F69922;
	clear: both;
	padding: 0px 40px;
	height: 50px;
	font-size: 10pt;
}

#footer ul {
	list-style: none;
	margin: 10pt auto 0px;
	width: 300px;
	padding: 0px;
}

#footer li {
	float: left;
	width: 100px;
	text-align: center;
}

#footer #credit {
	float: right;
	font-size: 10pt;
}

#footer #copy {
	float: left;
	font-size: 10pt;
}
p  { text-align: justify;} 
p, li { font-size: 11pt; }

img { border-style: none; }

h1, h2  { color: #F69922; }

a { color: #279ad5; }

small, .postmetadata, .postmetadata  a, .excerpt a {
	color: #279ad5;
	font-size: 9pt;
}
a:hover,a:focus,.postmetadata a:hover, .postmetadata a:focus{ color: #FFFFFF; }

.alignright { float: right; padding-left: 20px; }

.alignleft { float: left; }

