html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	background-color: #DE8CB5;
	scrollbar-face-color: #DE8CB5;
	scrollbar-shadow-color: #DE8CB5;
	scollbar-highlight-color: #DE8CB5;
	scrollbar-3dlight-color: #DE8CB5;
	scrollbar-darkshadow-color: #DE8CB5;
	scrollbar-track-color: #F6F6F6;
	scrollbar-arrow-color: #FFFFFF;
}
hr {
	color: #224465;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #224465;
	margin: 0px;
	padding: 0px;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #224465;
	border-bottom-color: #224465;
	padding-top: 4px;
	padding-bottom: 4px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 30px;
	text-transform: uppercase;
	padding-left: 20px;
	background-image: url(images/h3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #224465;
	padding-left: 10px;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
	background-image: url(images/h3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #224465;
	border-bottom-color: #224465;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
h6 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

blockquote {
	font-style: italic;
}

a:active, a:focus { 
	outline: 0 
} 

a {
	color: #224465;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #B87398;
}

img {
	border: none;
}
#topicons {
	height: 34px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	background-image: url(images/top_icon_background.jpg);
	background-repeat: no-repeat;
}
.icons {
	padding-top: 14px;
	padding-left: 24px;
}

#logo {
	width: 960px;
	height: 260px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F6F6F6;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#logo  h1   {
	margin: 0;
	float: left;
	color: #000000;
	display: none;
}

/* Menu */

#menu {
	width: 910px;
	height: 32px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/menu_background.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 130%;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-right: 34px;
	padding-bottom: 0;
	padding-left: 34px;
	background-image: url(images/menu_divider.jpg);
	background-position: right center;
	padding-top: 4px;
}


#menu .last a {
	display: block;
	float: left;
	height: 28px;
	text-transform: lowercase;
	font-size: 130%;
	color: #FFFFFF;
	padding-right: 34px;
	padding-bottom: 0;
	padding-left: 34px;
	background-image: none;
	padding-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu a:hover {
	color: #224465;
	text-decoration: none;
}

/* Page */

#page {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	background-color: #F6F6F6;
	background-image: url(images/page_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* Content */

#content {
	float: left;
	width: 600px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#contentwide {
	float: left;
	width: 940px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/contentwide_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.post {
	text-align: justify;
	padding: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	background-image: url(images/sidebar_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
}

#sidebar p {
	padding-left: 10px;
}

#sidebar h2 {
	padding-left: 10px;
	font-size: 1.6em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	list-style-position: inside;
	list-style-type: square;
	padding-left: 15px;
}
.forminput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	width: 280px;
	border: 1px solid #224465;
}
tr {
	vertical-align: top;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #224465;
	line-height: 1.4em;
	font-size: 11px;
}

#footer a {
	color: #224465;
}
.thumb {
	float: left;
	padding-right: 20px;
}
.resourcethumb {
	padding: 4px;
	border: 1px solid #224465;
	background-color: #F6F6F6;
}
.requiredfield {
	font-weight: bold;
	color: #FF0000;
}
