body {
	text-align: center;
}

a:link, a:visited {
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

#header_container {
	width: 750px;
	margin: 20px auto 10px auto;
}

.button_panel {
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

.button_panel ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

.button_panel ul li {
	list-style-type: none;
	float: left;
	width: 187px;

}

.button_panel ul li a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 1px; 
	margin-right: 1px;
	font-weight: bold;
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
}

.button1 {
	border-top: 2px #1E22A9 solid;
	background: #63A7E4;
}

.button2 {
	border-top: 2px #0868C8 solid;
	background: #88AECF;
}

.button3 {
	border-top: 2px #4D8F54 solid;
	background: #85BDA8;
}

.button4 {
	border-top: 2px #588808 solid;
	background: #A7C36E;
}

.button_panel ul li a:hover {
	text-decoration: underline;
}

#content_container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#header_container a 
{
	text-decoration: none;
	color: #F36;
}

#content_container h1 {
	padding-top: 2em;
	text-align: left;
	font-size: 1.5em;
	color: #0165BA;
}

#footer_container {
	width: 750px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	border-top: 1px #EEE solid;
}

#footer_container a, #footer_container a:visited {
	font-size: .8em;
	text-decoration: none;
}

.form_error {
	text-align: center;
}

.error_message {
	width: 30em;
	background: #DCDAD5 url(http://www.verbocity.com//images/alert.gif) center left no-repeat;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 10px 70px;
	border: 1px #F00 dotted;
	color: #F00;
	min-height: 3em;
}

.success_message {
	width: 30em;
	background: #DCDAD5 url(http://www.verbocity.com//images/info.gif) center left no-repeat;
	font-weight: bold;
	text-align: left;
	padding: 25px 10px 10px 70px;
	color: #000;
	border: 1px #0F0 dotted;
	min-height: 3em;
	min-height: 3em;
}

#footer_container ul {
	margin: 0px;
	padding: 0px;
}

#footer_container ul li {
	list-style-type: none;
	display: inline;
}

#footer_container ul li a {
	font-size: .7em;
	text-align: center;
	padding: 1px 5px 1px 5px;
}

#footer_container ul li a:hover {
	text-decoration: none;
}

#footer_container #copyright {
	font-size: .6em;
}

#footer_container #contacts {
	font-size: .8em;
}
