body {
	font-family: "Lucida Grande", "Geneva", "Verdana", "Arial", sans-serif;
	background-color: #e8e8e8;
	margin: 0;
	padding: 0;
	height: 100%; /* FF hack */
	text-align: center;	/* IE hack */
}


#header {
	/*padding: 15px;*/
	font-size: 12px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-image: url(images/tunnel505050_5.jpg);
	background-color: #505050;
	height: 110px;
}

#headerMenu {
	padding: 15px;
	font-size: 12px;
	text-align: left; /* IE hack (ref body) */
	margin: 0 auto;	/* center div on page */
	width: 780px;
}


#headerMenu a:link, #headerMenu a:visited {
	color: white;
	text-decoration: none;
}

#headerMenu a:active, #headerMenu a:focus, #headerMenu a:hover {
	color: white;
	text-decoration: underline;
}


#headerMenu h1 {
	font-weight: bold;
	font-size: 200%;
	margin-bottom: 1em;
}

a:link, a:visited {
	color: blue;
	text-decoration: none;
}

a:active, a:focus, a:hover {
	color: blue;
	text-decoration: underline;
}


#headerMenuSections {
	/*background-color: #505050;*/
	margin-bottom: 1em;
	padding: 5px;
}

.headerMenuSectionsTitle {
	font-size: 120%;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
	/*border-right: 1px solid #000020;*/
}

.headerMenuSectionsTitleLast {
	font-size: 120%;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
}

#headerMenuSubSections {
}

.headerMenuSubSectionsTitle {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#pageContainer {
	font-size: 12px;
	background-color: #ffffff;
	text-align: left; /* IE hack (ref body) */
	margin: 0 auto;	/* center div on page */
	/*margin-left: 10px;*/
	/*height: 100%;*/
	/*min-height: 100%;*/
	width: 780px;
	border: 10px solid #ffffff;
}
	
#content {
	/*border: 1px solid black;
	border-radius: 15px;
	margin: 3px;*/
	padding: 5px;
	width: 500px;
}

#footer {
	text-align: center;
	font-size: 9px;
	border-top: 1px dotted black;
	clear: both;
}

#sidebar {
	float: right;
	width: 240px;
	font-size: 10px;
	margin: 20px 0px 0px 0px;
}
		
.sidebarHeader {
	font-weight: bold;
	color: white;
	border-radius: 5px;
	background-color: #505050;
	padding: 3px;
}

.sidebarDivider {
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #505050;
}

