body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#88BE8D;
	font-family: verdana, arial, sans serif;
	font-size: small;
	color: #081C37;
}

h1 {
	font-size: large;
	font-weight: bold;
	color: #333399;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #507854;
}

#OuterBody {
	background-image:url(../pics/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#88BE8D;
}

#Wrapper {
	width:766px;
	margin:0px auto;
	text-align:left;
	background-color:#FFFFFF;
}

#leftMenu {
	margin:0;
	padding:0;
	margin-top: 10px;
	width:140px;
	float:left;
	background-color:#78B47E;
	text-align: center;
}

*html #leftMenu {
	margin-left:5px;
}
#leftMenu {
	margin-left:10px;
}

#leftMenu h1 { color:#ffffff; }
#leftMenu p { margin:0; padding:0; }
#leftMenu a {
	display: block;
	width: 140px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-top:2px solid #A6CEAA;
	border-left:2px solid #A6CEAA;
	border-right:2px solid #618764;
	border-bottom:2px solid #618764;
	background: url('../pics/bgLeftMenuButton.gif') repeat top left;
	margin-bottom:2px;
	padding-top:3px;
	padding-bottom:3px;
}
#leftMenu a:hover {
	text-decoration: none;
	background: #88BE8D;
}

#TopLeftPic {
	width:164px;
	height:145px;
	/*background-image:url(../pics/pic.jpg);*/
}

#Header {
	height:145px;
	background: #C8CDD4 url(../pics/logoHeader.jpg) top center no-repeat;
}

.Menu {
	width:164px;
	background-image:url(../pics/menuBackground.jpg);
}

#Content{
	padding:10px;
	background-image:url(../pics/pageBackground.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.WhiteMenuText, .WhiteText, .LeftText {
	text-align:center;
	margin-bottom:10px;
}

.WhiteMenuText {
	color:#FFFFFF;
	font-weight:bold;
}
.WhiteText {
	color:#FFFFFF;
}
.LeftText {
	color:#000000;
}

.SpacerRow {
	height:10px;
}