html {
	height:100%;
	margin:0;
	padding:0;
}

body{
	background:#09F;
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
	font-size:medium;
	font-family: Tahoma, sans-serif;
	font-size:medium;
	color: #000;
}

div#content{
	background-color: #FFF;
	min-height:100%;
	width: 928px;
	margin: 0 auto;
	padding: 64px 16px 136px 16px;
	text-align: left;
}

div#toppane{
	background:#09F;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:48px;
	z-index:2;
}

div#bottompane{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:120px;
	z-index:2;
}

div#header{
	height: 24px;
	width: 960px;
	margin: 24px auto 0px auto;
	padding: 0;
	text-align: left;
	background: #6C0 url(../images/corner_ne.png) top right no-repeat;
	font-size: smaller;
	font-weight: bolder;
}
div#footer{
	background-color: #FFF;
	height: 100%;
	width: 928px;
	margin: 0px auto;
	padding: 0px 16px;
	text-align: left;
}

div#footercontact{
	float: left;
	margin: 24px 0 0 0;
}

div#footerlogo{
	float: right;
	margin: 24px 0 0 0;
}

div#contentmenu{
	height: 24px;
	width: 960px;
	margin: -16px 0 16px -16px;
	padding: 0;
	text-align: left;
	background: #FFF;
	font-size: smaller;
	font-weight: bolder;
	border-bottom:#6C0 2px solid;
}

a{
	color: #09F;
}

#header ul{
	list-style:none;
	margin:0;
	padding:0 0 0 16px;
	height:24px;
	background:url(../images/corner_nw.png) no-repeat top left;
}

#header ul li{
	float:left;
	margin:4px 20px 0 0;
	color:#000;
}

#header ul li a{
	color: #FFF;
	text-decoration:none;
}

#header ul li a:hover{
	color: #000;
	text-decoration:none;
}

#contentmenu ul{
	list-style:none;
	margin:0;
	padding:0 0 0 16px;
	height:24px;
}

#contentmenu ul li{
	float:left;
	margin:4px 20px 0 0;
	color:#000;
	background:none;
	padding:0;
}

#contentmenu ul li a{
	color: #09F;
	text-decoration:none;
}

#contentmenu ul li a:hover{
	color: #6C0;
	text-decoration:none;
}

img.pageheader{
	border:0;
	margin:0 0 16px 0;
}

img.photo{
	border:none;
	float:right;
	margin:8px 0 8px 8px;
}

h4 {
	font-size:medium;
	font-weight:bolder;
	margin:0;
}

h3{
	font-size:larger;
	font-weight:bolder;
	margin:0;
}

hr{
	height:2px;
	background:#6C0;
	border:1px #6C0 solid;
	width:320px;
	margin:16px auto;
}

#content ul{
	list-style:none;
	padding-left:16px;
	margin-left:0;
}

#content li{
	padding-left:16px;
	margin-left:0px;
	background:url(../images/bullet.png) top left no-repeat;
}

h3{
	color:#6C0;
}
