﻿body
{
	    background-color: #93bca9;
	    background-repeat: no-repeat;
	    margin: 0;
	    font-family: Arial;
}

.banner
{
	background-image: url('../../WebImages/Banner.jpg');
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
}

.box
{
width: 310px;
height: 180px;
border: solid #4b6a5b 1px;
background-color: #e9f2ee;
}

.boxHeading
{
	height: 18px;
	background-color: #7ba992;
	color:White;
	font-weight: bold;
	border-bottom: solid #4b6a5b 1px;
	margin:0;
	padding-left: 5px;
	font-size: 11pt;
}

.blogtab
{
	height: 17px;
	width: 163px;
	font-size: 10pt;
	padding-left: 10px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 2px;
	color: White;
	background-image: url('../../WebImages/blogTab.png');
	background-repeat: no-repeat;
}

.blogBox
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e9f2ee;
	border: solid #5b7b6b 1px;	
	color: #7e7e7e;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Tahoma;
	font-size: 11pt;
}

.blogBox h1, .blogBox .h1
{
	margin: 0;
	font-size: 14pt;
	color: #c84618;
	font-family: tahoma;
	font-weight: normal;
}

.button
{
	height:22px;
	width: 150px;
	margin: 0;
	border: 0;
	background-color: Transparent;
	background-image: url('../../WebImages/buttonbg.gif');
}
.colLeft
{
	float: left;
	width:630px;
	margin-bottom: 10px;

}
.colRight
{
	float: right;
	width: 245px;
	margin-top: 19px; 
	text-align:right;
	padding-left: 8px;
	border-left: solid #555555 1px;
	margin-bottom: 10px;
}

.colLeftSubPage
{
	float: left;
	width:675px;
	margin-bottom: 10px;

}
.colRightSubPage
{
	float: right;
	width: 200px;
	margin-top: 19px; 
	text-align:right;
	border-left: solid #555555 1px;
	margin-bottom: 10px;
	padding-left: 8px;
}

#CommentsSection
{
	width: 500px;
	background-color: transparent;
}
.date
{
	font-size: 8pt;
}

.editTable
{
	color: Black;
}

.editTable td
{
	vertical-align: top;
}


.footer, .footer a:link, .footer a:visited
{
	font-size: 10pt;
	color: #dedede;
	text-decoration: none;
	font-family: Arial;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer
{
	border-top: solid #4b6a5b 1px;
	padding-top: 5px; 
}

.footerLeft
{
	width: 300px;
	float:left;
}

.footerRight
{
	float: right;
	width: 570px;
	text-align:right;
}

h2, .colRightSubPage h2
{
	color: #382624;
	border-bottom: solid #382624 2px;
	text-align: left;
	font-size: 10pt;
	font-family: tahoma;
	margin: 0;
	margin-bottom: 5px;
}

.colRightSubPage h2
{
	padding-left: 8px;
}

.menuContainer
{
	height: 33px;
	width: 100%;
	background-image: url('../../WebImages/menuBG.gif');
	background-repeat: repeat-x;	
}

.menu
{
	margin-left: 427px;
	height: 33px;
	width: 450px;
	text-align: right;
	
}
.mainFrame
{
	margin-top: -25px;
	width: 890px;
	margin-left: 10px;	
}

.pageNum
{
	color: #493b4c;
	font-weight: bold;
}


a:link, a:visited
{
	color: #367b5a;
	text-decoration: underline;
}

a img
{
	border: none;
}

a:hover
{
	text-decoration: none;
}