body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dddddd;
	cursor: default;
	text-align: center;
}

.clearhack {
	display: block; 
	clear: both; 
	margin: 0px;
	padding-bottom: 4px;
  	visibility: hidden;
}

.mainpage
{
	width: 800px;
	background-color: #ffffff;
	color: #426f8a;
	margin: 0 auto;
	text-align: left;
	border-style: solid;
	border-width: 1px;
}

.topbar {
	background-image: url(images/sanctus-logo.jpg);
	background-repeat: no-repeat;
	padding-left: 200px;
	height: 74px;
	margin-left: 4px;
}

.topbar h1 {
	padding-top: 20px;
	margin: 0px;
	display: inline-table;
	width: 500px;
	text-align: center;
}

.topbar h2 {
	font-size: 10pt;
	padding-top: 15px;
	margin: 0px;
	display: inline-table;
	width: 500px;
	font-weight: normal;
}

.topbar-menu {
	position: relative;
	padding-left: 180px;
	margin-top: 0px;
	top: -4px;
	width: 620px;
}	

.menu {
	width: 80px;
	height: 18px;
	color: #4d7995;
	font-size: 10pt;
	display: inline-block;
	margin: 1px 0px;
	text-align: center;
}

.menu a {
	text-decoration: none;
}

.bottom {
	left: 0px;
	margin-left: 5px;
}

.bottomleft {
	width: 550px;
	float: left;
}

.article {
}

.article img {
	float: right;
}

.bottomright {
	background-color: #eeeeee;
	width: 205px;
	float: right;
    min-height:300px;
    height:auto !important;
    height:300px;
}

.bottomright hr {
	width: 80%;
	border-color: #ffffff;
	border-width: 1px;
}

.bottomright h2 {
	margin-left: 10px;
}

.bottomright p {
	margin-left: 10px;
}

.bottomright a {
	text-decoration: none;
	margin-left: 20px;
	display: block;
}

.blogheader {
	font-size: 12pt;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
}

.blogdateheader {
	margin-left: 5px;
}

.blogfooter {
	margin-left: 20px;
	margin-bottom: 20px;
}

.blogbody {
	position: relative;
	margin-left: 20px;
	font-size: 12px;
}

.blogbody img {
}

.bloglinks {
	position: relative;
	margin-left: 10px;
}

.bloglinks h2 {
	font-size: 10pt;
}

.bloglinks a {
	display: block;
	text-decoration: none;
}
