body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	background: url(../images/background_page.gif);
	background-position: left top;
}

#content {
	height: 100%;
	border-left: 1px Solid White;
	border-right: 1px Solid #336699;
}

#logo {
	border: 2px Solid White;
}

#pageContent {
	background-image: url(../images/background.gif);
	background-position: center top;
	padding: 10px 50px 10px 50px;
	border: 1px Solid White;
}

.footer {
	background-color: #00387C;
	color: Silver;	
	font-size: 80%;
}

.leftMenu {
	background-color: #336699;
	color: White;
	padding: 5px;
	text-align: center;
}

.leftMenu a {
	display: block;
	width: 100%;
	background-color: #356B9F;	
	padding: 5px 0px 5px 0px;
}
.leftMenu a:hover {
	background-color: #00387C;
}

.leftMenu p {
	margin: 2px;
}

.leftMenu a, .footer a {
	color: White;	
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}