/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/page_background.gif);
	background-repeat: repeat-x;
}

body,td,th {
	color: #000000;
	font-family: Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
}

a:link {
	color: #0063AE;
}

a:visited {
	color: #001E5C;
}

a:hover {
	color: #001E5C;
}

a:active {
	color: #216493;
}

#pageWrapper {
	position:relative;
	width:750px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

#pageHeader {
	position:relative;
	width:750px;
	height:106px;
	float: left;
}

#headerNavigation {
	position:relative;
	width:750px;
	height:56px;
	background-image: url(../images/navigation_bar_background.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}

#leftSidebar {
	position:relative;
	width:150px;
	height:400px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	float: left;
	background-image: url(../images/sidebar_ghost.jpg);
	background-repeat: no-repeat;
}

#pageBody {
	position:relative;
	width:520px;
	height:auto;
	padding: 10px 20px;
	float: left;
}

#pageFooter {
	position:relative;
	width:730px;
	height:31px;
	padding: 20px 10px 10px;
	background-image: url(../images/footer_bar.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
.footerText {
	font-size: 1em;
	font-style: italic;
	color: #333333;
}
.headline {
	font-size: 24px;
	font-weight: bold;
	color: #003C6E;
}

.subHeadline {
	font-size: 18px;
	font-weight: bold;
	color: #003C6E;
}
