
body {
	background-color: #E8EEFC;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	margin-bottom: 10px;
}
/* Home page */
#content {	
	margin: auto;
	max-width: 720px;
	max-width: 920px;
}
#homeMiddle {
	max-width: 720px;
	max-width: 920px;
	position: relative;
	margin: auto;
	border-bottom: #5F823F solid 1px;
}
#homeHead {
	margin: auto;
	min-height: 100px;
	background-color: ;
}
#homeLeft, #homeRight {	
	width: 220px;
	margin: 0;
	/*min-height: 500px;*/
	position: absolute;
	top: 0;
	bottom: 0;
	-moz-border-radius-topleft: .8em;
	-moz-border-radius-topright: .8em;
	border-bottom: #5F823F solid 1px;
}
#homeLeft {	left: 0; }
#homeRight { right: 0; }
#homeCenter {
	min-height: 500px;
	margin: 3px 243px 3px 243px;
}
#homeFoot {
	min-width: 720px;
	max-width: 920px;
	margin: auto;
	min-height: 50px;
	-moz-border-radius-bottomleft: .8em;
	-moz-border-radius-bottomright: .8em;
}

#homeFoot, #homeLeft, #homeRight { /* see 'common.css' */
	/*background-color: #516E4A;  dark green */
}
div.logo {
	margin: auto;
}
div.logo img {
	position: relative;
	display: block;
	margin: 0 auto;
}
#homeHead img {
	display: block;
	margin: 5px auto 15px;
}
ul.homeMenu, ul.homeMenu a {
	list-style-type: none;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #E8EEFC;
	margin-top: 2em;
	width: 200px;
	border: px dashed white;
}
ul.homeMenu a {
	text-decoration: none;
}
ul.homeMenu li {
	margin: 1em auto;
	margin-left: -20px;
}
.nameTitle {
	font-family: Times, "Times New Roman", Helvetica;
	font-size: 12pt;
	text-align: center;
	color: #880011;
}
.nameCaption {
}
.secondTitle {
	font-family: Times, "Times New Roman", Helvetica;
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
	padding: .3em;
	text-align: left;
	margin-top: .5em;
}