hr {
	border: 1px solid #1e4977;
	height: 0.3em;
	width: 80%;
}

h1 { 
	font: 1.2em "Georgia", serif;
	font-weight: bold;
	color: #e9b925;
	line-height: 17px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-top: 5px;
}

h2 {
	font: bold 0.9em "Tahoma", sans-serif;
	color: #27588d;
	line-height: 20px;
	padding-right: 20px;
	margin-bottom: 8px;
	margin-left: 26px;
	margin-top:0px;
	border-bottom: dotted 1px #27588d;
}

h3, h4, h5, h6 { 
	font: bold 0.8em "Tahoma", sans-serif;
	color: #27588d;
	line-height: 20px;
	padding-right: 20px;
	margin-bottom: 8px;
	margin-left: 26px;
	margin-top:10px;
}

.blogSummary h2{
	font: bold 0.8em "Tahoma", sans-serif;
	color: #27588d;
	line-height: 20px;
	padding-right: 20px;
	margin-bottom: -10px;
	margin-left: 26px;
	margin-top: 0px;
	border-bottom: dotted 1px #27588d;
}

.maincontent p { 
	font: 0.7em "Verdana", sans-serif;
	color: #2c5b8e;
	line-height: 21px;
	padding-left: 25px;
	padding-right: 15px;
	margin-bottom:10px;
}

.maincontent a{ 
	color: #2c5b8e;
	background: #E8FFDF;
}

.maincontent a:hover{
	color: #e9b925;
	background: #FFFFFF;
}

.maincontent blockquote {
	line-height: 17px;
	padding-top: 14px;
	padding-bottom: 0px;
	padding-right: 13px;
	margin-left: 26px;
	margin-right: 26px;
	margin-bottom: 21px;
	border-top: 1px solid #98C0EA;
	border-bottom: 1px solid #98C0EA;
	background: #f0f7ff;
	text-align: justify;
}

.maincontent ul{
	font: 0.7em "Verdana", sans-serif;
	color: #2c5b8e;
	line-height: 20px;
	padding-left: 40px;
	padding-right: 15px;
	margin-bottom:15px;
	
}

.maincontent ol{
	font: 0.7em "Verdana", sans-serif;
	color: #2c5b8e;
	line-height: 20px;
	padding-left: 45px;
	padding-right: 15px;
	margin-bottom:20px;
}

.maincontent table{
	font: 0.7em "Verdana", sans-serif;
	color: #2c5b8e;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom:15px;
	margin-left: 26px;
	margin-right: 26px;
	background: #FFFFFF;
}

.maincontent th{
	border-bottom: 1px solid #2c5b8e;
	background: #f0f7ff;
}

.maincontent td{
	border-bottom: 1px solid #2c5b8e;
}

.maincontent address { 
	font: 0.7em "Verdana", sans-serif;
	color: #2c5b8e;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 15px;
	margin-bottom:20px;
}

.maincontent img.left {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.maincontent img.right {
	float: right;
	maring-left: 10px;
	margin-top: 5px;
}

.maincontent img.center{
	display: block;
    margin-left: auto;
    margin-right: auto;
}	 

.blogsidebar{
	font: 0.7em "Verdana", sans-serif;
	color: #2c5b8e;
	line-height: 20px;

}

.blogsidebar p{
	line-height: 20px;
	padding-left: 25px;
	padding-right: 15px;
}

.blogsidebar a{ 
	color: #2c5b8e;
	background: #e8f3ff;
}

.blogsidebar a:hover{
	color: #e9b925;
	background: #FFFFFF;
}

.blogsidebar ul{
	list-style:none;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 15px;
}

.sidebar {
	font: 0.7em "Verdana", sans-serif;
	color: #2c5b8e;
	line-height: 20px;
}

.sidebar li a{
		color: #2c5b8e;
}
	
.sidebar li a:hover{
		color: #e9b925;
}

.cmsform {
	margin-left: 20px;
	margin-right: 10px;
}


.footertop {
	padding-top: 12px;
}

.footertopright {
	position:absolute;
	text-align:right;
	right: 25px;
	top: 12px;
}

.footerbottom {
	bottom: 38px;
	position: absolute;
}

.footercontent p {
	font: 0.7em "Verdana", sans-serif;
	color: #727272;
	line-height: 17px;
}

.footercontent a {
	color: #73a8e1;
}

.footercontent a:hover {
	color: #e9b925;
}


.breadcrumbs {
	font: 0.7em "Tahoma", sans-serif;
	color: #1a3f67;
	margin-top: 16px;
	margin-left: 20px;
}

.breadcrumbs a{
	color: #1a3f67;
}

.breadcrumbs a:hover{
	color: #73a8e1;
}


