* {
   padding: 0;
   margin: 0;
}

p {
	margin-bottom: 5px;
}

html, body {
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-style: normal; 
	font-variant: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background: #339;
	background-image:url(../images/tile.jpg);
}

div#page {
	position: relative;
	min-height: 100%;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	position: absolute;
	background-image: url(../images/banner.jpg);
	width: 620px;
	height: 120px;
	top: 20px;
	left: 20px;
	background-color: #339;
}

div#header h3 {
	color: #fff;
	font-size: 22px;
}

div#header p {
	color: #fff;
	font-size:14px;
}

div#header p.tagline {
	position: absolute;
	right: 20px;
	bottom: 5px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

div#header img {
	margin: 10px;
	float: left;
	width: 53px;
	height: 67px;
}

div#header img.e85 {
	position: absolute;
	right: 20px;
	top: 30px;
	width: 80px;
	height: 42px;
}

div#util {
	position: absolute;
	background-image: url(../images/utilbg.jpg);
	width: 200px;
	height: 130px;
	top: 10px;
	left: 630px;
	background-color: #ccc;
	text-align: left;
}

div#util table {
	font-size: 10px;
}

div#menu {
	position: absolute;
	background-image: url(../images/menubg.jpg);
	width: 620px;
	height: 40px;
	top: 140px;
	left: 210px;
	background-color: #ccc;
}

div#main {
	position: relative;
	width: 610px;
	/* height: 600px; */
	top: 190px;
	left: 210px;
	text-align: left;
}

div#lsidebar {
	position: absolute;
	background-image: url(../images/lsidebarbg.jpg);
	width: 200px;
	height: 650px;
	top: 140px;
	left: 10px;
	color: #000;
	background-color: #ccc;
}

div#lsidebar p, h1, h2, h3, li {
	margin-left: 20px;
	margin-right: 10px;
}

div#content {
	position: relative;
	width: 400px;
	min-height: 600px;
	_height: 600px;
	top: 0px;
	left: 10px;
	background: #fff;
	text-align: left;
}

div#content p, h1, h2, h3 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#content li {
	margin-left: 30px;
	margin-right: 5px;
	margin-top: 10px;
}

div#xcontent {
	position: relative;
	width: 400px;
	min-height: 600px;
	_height: 600px;
	top: 0px;
	left: 10px;
	background: #fff;
	text-align: left;
}

div#xcontent p, h1, h2, h3 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#xcontent li {
	margin-left: 30px;
	margin-right: 5px;
	margin-top: 10px;
}

div#scontent {
	position: relative;
	z-index: 1000;
	width: 610px;
	min-height: 600px;
	_height: 600px;
	top: 0px;
	left: 10px;
	background: #fff;
	text-align: left;
}

div#scontent p, h1, h2, h3 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#scontent li {
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 10px;
}

.welcome {
	position: relative;
	top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	background: #fff;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	text-align: center;
	font-size: 14px;
}

.global {
	font-size: 28px;
	padding: 10px;
}

.global img {
	float: left;
}

.notice {
	font-size: 14px;
	padding: 10px;
}

div#rsidebar {
	position: absolute;
	width: 200px;
	/* height: 100%; */
	top: 0px;
	left: 420px;
	text-align: left;
}

div#footer {
	position: relative;
	width: 820px;
	height: 60px;
	top: 200px;
	left: 10px;
	background: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.formElement {
	font-size: 9px;
}