body {
	text-align: center;
	background-color: #FFF;
}
#wrapper {
	text-align: left;
	height: auto;
	width: 980px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 200px;
	background-color: #FFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#navbar {
	height: 20px;
	background-color: #164688;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	background-color: #E8F3F9;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #164688;
}
#sidebarcontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #E8F3F9;
	padding: 12px;
}

#content {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 770px;
}
#maincontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 20px;
}
#footer {
	background-color: #164688;
	margin: 0px;
	padding: 10px;
	clear: both;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E8F3F9;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #164688;
}
h2 {
	color: #164688;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #164688;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	color: #164688;
	font-size: 14px;
}

#maincontent p a {
	color: #164688;
}
#maincontent p a:hover {
	color: #960;
	text-decoration: underline overline;
}
.showhide {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FFC;
	text-align: left;
	padding: 15px;
	height: 471px;
	width: 484px;
	border: 1px solid #000;
	overflow: scroll;
	position: absolute;
	left: 750px;
	top: 263px;
}
#maincontent #frmemail {
	background-color: #E8F3F9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #164688;
	border-bottom-color: #164688;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #AED7FF;
	border-left-color: #AED7FF;
}
.text {
}
#maincontent #frmemail input.text:focus {
	background-color: #FFC;
}
