html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	color: black; 
	font-size: 11px;
	text-align: center;
}
#container {
	background: url(../frame/background.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
}
#top {
	display: none;
}
#header {
	background: url(../frame/header.gif);
	width: 922px;
	height: 143px;
	margin: 16px 23px 14px 23px;
	position: relative;
}
#slogan {
	position: absolute;
	top: 45px;
	left: 144px;
	letter-spacing: 7px;
	font-size: 12px;
	font-stretch: condensed;
}
#menu {
	display: none;
}

#leftcol {
	display: none;
}
#middlecol {
	width: 100%;
	position: relative;
	margin-bottom: 26px;
}
#middlecol h1 {
	color: #0054a6;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 22px;
}
#middlecol h2 {
	color: #0054a6;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 22px;
}
#middlecol h3 {
	color: #28903b;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}
#middlecol h4 {
	color: #ed2025;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 14px;
}
#middlecol ul {
	margin-bottom: 21px;
	list-style-type: square;
}
#middlecol li {
	margin: 0 0 4px 20px;
	display: block;
}
#middlecol .extralink a {
	color: #ed2025;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#middlecol .extralink a:hover {
	color: #28903b;	
}
#middlecol fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#middlecol input, #middlecol textarea {
	border: 1px solid #7fa9d2;
	color: #0054a6;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#middlecol fieldset input, #middlecol fieldset textarea {
	float: right;
	width: 60%;
}
#middlecol input:hover, #middlecol textarea:hover {
	border-color: #0054a6;
}
#middlecol input:active, #middlecol input:focus, #middlecol textarea:active, #middlecol textarea:focus {
	border-color: #ed2025;
}
#middlecol label, #middlecol label span {
	display: block;
	padding-bottom: 0.25em;
}
#middlecol label {
	float: left;
	width: 100%;
}
#middlecol label span {
	float: left;
	width: 38%;
	text-align: right;
}
#middlecol form div {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: right;
}
#middlecol input.button {
	border: none;
	background: url(../frame/pagebutton.gif) no-repeat;
	width: 133px;
	height: 24px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #0054a6;
}
#middlecol input.check {
	border: none;
}
#middlecol input.button:hover {
	color: #28903b;	
}
#middlecol #error {
	background: #ed2025;
	padding: 12px;
	color: #fff;
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 12px;
}
#middlecol #success {
	background: #28903b;
	padding: 12px;
	color: #fff;
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 12px;
}
#rightcol {
	display: none;
}

#bottom {
	display: none;
}
#copyright {
	display: block;
	text-align: left;
	border-top: 1px solid #333;
	padding-top: 10px;
}

/* html tags design */

a:visited, a:link {
	color: #0054a6;
	text-decoration: underline;
}
a:hover {
	color: #ed2025;
}
p {
	margin-bottom: 14px;
}
hr {
	color: #bd9f66;
	height: 1px;
	border: 1px solid #bd9f66;
	border-bottom: none;
}
