a, body, div, ol, p, pre, td, ul {
	color: #ffffff;
	font-family: Verdana, Arial, monospace;
	font-size: 11px;
}

body {
	background-color: #444444;
	height: 100%;
	min-height: 500px;
	line-height: 1.75em;
	margin: 0;
	padding: 15px;;
}

#mainContainer {
	border: 1px solid #000000;
	height: 100%;
	width: 100%;
}

#banner {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 15px;
}

#topMenu {
	background-color: #000000;
	color: #ffffff;
	padding: 15px;
	width: 100%;
}

#topMenu a {
	color: #ffffff;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
}

#leftMenu {
	color:#ffffff;
	background-color: #336633;
	height: 100%;
	line-height: 1.75em;
	padding:15px;
	vertical-align:top;
	width:25%;
}

#leftMenu a {
	clear: left;
	float: left;
	text-decoration: none;
}

#leftMenu a:hover {
	text-decoration: underline;
}

#leftMenu .email {
	font-style:italic;
	padding-top: 10px;
}

#leftMenu .caption {
	clear: left;
	float: left;
	margin-top: 20px;
}

#contentPane {
	background-color: #339933;
	width: 75%;
	padding: 15px;
	vertical-align: top;
}

#contentPane img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.caption{
	font-size:14px;
	margin-bottom: 10px;
}


