html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;	
	background-color: #7faada;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 1.5em;
}
a {
	color: #002bb8;
	text-decoration: none;
	background-color: transparent;
}
a:visited {
	color: #800080
}
a:active {
	color: #faa700
}
a:hover {
	text-decoration: underline
}
ul {
	margin-top: 0.3em;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 1.5em;
	padding: 0px;
}
ol {
	margin-top: 0.3em;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 1.5em;
	list-style-type: decimal;
	padding: 0px;
}
li {
	padding: 0px;
	margin-bottom:0.3em;
}
#navList li{
	padding: 0px;
	margin:0px;
}
h6 {
	font-size: 100%;
	font-weight: bold;
}
h6.section {
	border-bottom: solid 1px #aaa;
	text-align:center;
	font-size: 100%;
	font-weight:normal;
	margin-top:0.5em;
	margin-bottom:0.5em;
	line-height:1em;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	color: #333399;
	margin-top: 1.4em;
	margin-bottom: 0.5em;
}
h2{
	font-size:150%;
	font-weight:normal;
	margin-top:1.4em;
	margin-bottom:0.7em;
}
h1 {
	font-size: 180%;
	font-weight:normal;
	border-bottom: solid 1px #aaa;
}
p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
img {
	border-style:none
}
.red {
	color: #FF0000
}
span.menu {
	background-color:#c4d0f4
}
img.icon16 {
	width:16px;
	height:16px;
}
#header {
	background-color: #7faada;
	height: 66px;
	width: 591px;
}
#main {
	width:1003px;
	background-color: #F8F8F8;
	height: 100%;
}
#navBar {
	width:13.5em;
	padding-top: 0.5em;
}
#navList {
	border: 1px solid #aaa;
	font-size: 90%;
	background-color: #FFFFFF;
	position: relative;
}
#content {
	border: 1px solid #aaa;
	min-height: 335px;
	margin-left: 14.1em;
	margin-top: 1em;
	margin-right: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-color: #FFFFFF;
}
#column-content {
	background-color: #F8F8F8;
	float: right;
	width: 100%;
	margin-left: -13.8em;
}
#footer {
	text-align: right;
	margin-left: 14.1em;
	margin-right: 1em;
	font-size: 80%;
	font-family: Verdana;
	padding: 0.7em;
}
#update {
	text-align:right;
	border-top:solid 1px #aaa
}
div.pic-name {
	margin-bottom: 1em;
}
div.pic-name p{
	margin:0px;
	padding:0px;
	text-align: center;	
}
br {
	line-height:1em;
}
