body {
	background-color: #F7FFF2;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000033;
	margin: 0px;
	padding: 0px;
      }

p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

table {
	margin: 0px;
	padding: 0px;
	}

th {
	font-weight: bold;
	font-size: medium;
	padding: 5px;
	}

td {
	padding: 5px;
	}

ul {
	margin: 0px;
	padding: 4px 40px 4px 25px;
	list-style-position: outside;
	}

li {
	padding-bottom: 6px;
	list-style-position: outside;
	}

h1 {
	font-size: 18px;
	line-height: 20px;
	margin: 0px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 0px;
	color: #6633CC;
	}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 0px;
	color: #009999;
	}
h3 {
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 0px;
	}
.Page {
	margin: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	display: block;
	text-align: center;
	font-weight: bold;
}

#HeaderPane{
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #2B8062;
	right: 100%;
	bottom: 112px;
	height: 112px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#CenterPane{
	position: relative;
	left: 0px;
	top: 0px;
	right: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	bottom: auto;
}

#CenterLeft{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 120px;
	width: 120px;
	height: auto;
	bottom: auto;
	margin: 0px;
	padding: 0px;
}

#CenterRight{
	position: relative;
	margin: 0px 0px 0px 120px;
	padding: 0px;
	height: auto;
	width: auto;
}

#menuPane{
	background-color: #F7FFF2;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 120px;
}

.menu {
	position: relative;
	left: 8px;
	font-weight: bold;
	top: 8px;
	width: 100px;
	right: auto;
	bottom: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
}

.menu a:link {
	text-align: center;
	height: 25px;
	width: 100px;
	position: relative;
}

.menu a:visited {
	text-align: center;
	height: 25px;
	width: 100px;
	position: relative;
}

.menu a:hover {
	text-align: center;
	height: 25px;
	width: 100px;
	position: relative;
}

#SidePane{
	margin: 0px;
	height: auto;
	width: 120px;
	padding: 0px;
}

.SideMenu {
	position: relative;
	font-weight: bold;
	width: 100px;
	margin: 0px;
	padding: 0px;
	height: auto;
	left: 8px;
	top: 8px;
}

.SideMenu a:link {
	text-align: center;
	height: 20px;
	width: 100px;
	position: relative;
	color: #003300;
	background-color: #65D4B4;
	border-top: 2px outset #A6E6D2;
	border-right: 2px outset #278F71;
	border-bottom: 2px outset #278F71;
	border-left: 2px outset #A6E6D2;
	text-decoration: none;
	display: block;
	font-size: small;
	font-weight: bold;
}

.SideMenu a:visited {
	text-align: center;
	height: 20px;
	width: 100px;
	position: relative;
	color: #003300;
	background-color: #65D4B4;
	border-top: 2px outset #A6E6D2;
	border-right: 2px outset #278F71;
	border-bottom: 2px outset #278F71;
	border-left: 2px outset #A6E6D2;
	text-decoration: none;
	display: block;
	font-size: small;
	font-weight: bold;
}


.SideMenu a:hover {
	text-align: center;
	height: 20px;
	width: 100px;
	position: relative;
	color: #003300;
	background-color: #88ADEC;
	border-top: 2px outset #AECDFE;
	border-right: 2px outset #3F6EB8;
	border-bottom: 2px outset #3F6EB8;
	border-left: 2px outset #AECDFE;
	text-decoration: none;
	display: block;
	font-size: small;
	font-weight: bold;
}

#content{
	padding: 10px;
}

.content a:link {
	font-size: small;
	color: #3366CC;
	text-decoration: underline;
}

.content a:visited {
	font-size: small;
	color: #3366CC;
	text-decoration: underline;
}

.content a:hover { 
	font-size: small; 
	color: #339999; 
	text-decoration: underline; 
}


#FooterPane{
	left: 0px;
	bottom: auto;
	position: static;
	top: auto;
	right: 100%;
	overflow: visible;
	visibility: visible;
	height: 80px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
  
.Footer{
	height: 40px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	right: 100%;
	bottom: 40px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}  

.Copyright{
	background-color: #F7FFF2;
	position: relative;
	height: 40px;
	width: 100%;
	text-align: center;
	color: #003300;
	font-size: x-small;
}  

.Copyright a:link {
	font-size: x-small;
	color: #FECF10;
	text-decoration: underline;
}

.Copyright a:visited {
	font-size: x-small;
	color: #CCCCCC;
	text-decoration: underline;
}

.Copyright a:hover { 
	font-size: x-small; 
	color: #65D4B4; 
	text-decoration: underline; 
}


a:link {
	font-size: small;
	color: #0059B3;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	font-size: small;
	color: #009999;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-size: small;
	color: #339900;
	text-decoration: underline;
	font-weight: bold;
}


  
