body {
	background-color:#FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	min-width:965px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height:1.3em;
	padding-bottom: 1em;
}
h1 {
	font-size: 1.3em;
	color:#003E91;
}
h2 {
	font-size: 1.1em;
	
}
h3 {
	font-size: 1.1em;
	color:#003E91;
}
h4 {
	font-size: 1.1em;
	color:#003E91;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size:0.8em;
}
p {
	line-height:1.3;
	padding-bottom: 1em;
	text-align: justify;
}
a:link, a:visited {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#5BA6B3;
}
#wrapper{
	min-width:935px;
}
#header {
	background: url(/_images/header_bg.png) repeat-x top left;
	height:145px;
}
#leftHeader{
	float:left;
}
#rightHeader{
	float:right;
}
#contentWrapper {
	clear:both;
	overflow:hidden;
	background:#fff;
}
#leftColumn {
	float:left; 
	width:250px;
	background: url(/_images/left_column_bg.png) repeat-y top left;
	padding-top:20px;
}
#blog {
	padding:10px 20px 20px 70px;
}
#address {
	padding-left:70px;
}
#rightColumn {
	float:right;
	background:url(/_images/right_column_bg.png) repeat-y top right;
	width:184px;
}
#content {
	position:relative;
	background:#fff url(/_images/rightside.gif) repeat-y right top;
	color:#000;
	padding:1px 35px 1px 25px;
	margin:0px 0 -15px 10px;
}
#content ul{
	list-style-image:url(/_images/bullet.gif);
	padding-left:50px;
	padding-bottom: 1em;
}
#content li{
	line-height:1.3;
}
#leftColumn, #rightColumn {
	padding-bottom:32767px;
	margin-bottom:-32767px;
}
#formMail label {
	width: 10em;
	display: inline-block;
}
#formMail input {
	width: 28em;
}
#formMail textarea {
	vertical-align:top;
}
#formMail #where{
	width:1em;
}
#formMail #send {
	width: 5em;
}
#footer {
	clear:left;
	background: url(/_images/footer_bg.png) repeat-x top left;
	width:100%;
}
#footerLeftImage{
}
#footerRightImage{
	float:right;
}
#footerLinks{
	float:right;
	text-align:right;
	padding:30px 20px 0 0;
}
#footerText{
	float:left;
	margin-top:-32px;
	padding-left: 83px;
}
/*[if lte IE 7]> 
#outer2 {
	float:left;
	display:inline;
	margin-left:10px;
	margin-right:10px;
}
#wrapper {
	display:inline-block;
}
<![endif]*/
.floatLeft {
	float:left;
	padding-top:0.5em;
	padding-right:0.5em;
}
.floatRight {
	float:right;
	padding-top:0.5em;
	padding-left:0.5em;
}
.clearFloat {
	clear:both;
}
.highText{
	color:#2E7885;
}
/* -- blog -- */
#content .titlefield {
	font-size:1.3em;
	font-weight:bold;
	color:#003E91;
}
#blog .titlefield {
	font-size:1.1em;
	font-weight:bold;
	color:#003E91;
}
.labelfield { /*CSS for label field in general*/
	color:brown;
	font-size: 90%;
}
.datefield { /*CSS for date field in general*/
	color:gray;
	font-size: 90%;
}
#example2 div { /*CSS specific to demo 2*/
	margin-bottom: 5px;
}
#example2 div a { /*CSS specific to demo 2*/
	text-decoration: none;
}
