body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 125%;
	color: #000;
	background: #ddd;
	margin:0;
	padding:0;
}
p {
	font-size: 1em;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.5em;
}
h6 {
	font-size: 1.4em;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
.center {
	text-align: center;
}
.ClearFloat {
	clear: both;
}
#all {
	width: 663px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	/* border: thin solid black; */
}
#header {
	background: url(../images/header_background.jpg) no-repeat;
	height: 228px;
	padding: 0px;
}
#wa2_header {
	padding: 0px;
	margin: 0px;
}	
#top_menu_bar {
	text-align: right;
}
#columns {
	margin-top: 10px;
	margin-bottom: 10px;
}
#column_left {
	width: 193px;
	float: left;
}
#column_right {
	width: 460px;
	min-height: 400px;
	float: right;
	background-color: #fff;
	border: 1px solid #97bbed;
}
#column_left_top {
	min-height: 210px;
	background-color: #fff;
	border: 1px solid #97bbed;
	margin-bottom: 13px;
}
#column_left_bottom {
	height: 175px;
	background-color: #fff;
	border: 1px solid #97bbed;
}
#column_right_content {
	padding: 5px;
}
#column_left_top_content {
	padding: 5px;
}
#footer {
	background: url(../images/Footer_Background.jpg);
	height: 33px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	color: #fff;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer a:active {
	color: #fff;
	text-decoration: none;
}

/* Contact Messages */
.ContactMessageGood {
	color: green;
	font-weight: bold;
}
.ContactMessageBad {
	color: red;
	font-weight: bold;
}
