html,body {
	margin: 0;
	background-color: #B9C6B2;
	text-align: center;
	height: 100%;
	font-family: tahoma;
	font-size: 9pt;
	line-height: 1.6em;
}

tr, tr {
	font-family: tahoma;
	font-size: 9pt;
	line-height: 1.6em;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
}

a:link {
	color: #92C270;
	text-decoration: underline;
}

a:visited {
	color: #92C270;
	text-decoration: underline;
}

a:hover {
	color: #7AB450;
	text-decoration: none;
}

.errortext {
	color: red;
	padding: 5;
	border: 1px solid black;
	background-color: yellow;
}

.container {
	width: 750px;
	background-image: url(images/container_background.png);
	background-repeat: repeat-y;
	margin: 0px auto;
}

.masthead {
	width: 750px;
	height: 174px;
	background-image: url(images/masthead4.jpg);
	background-repeat: no-repeat;
	background-position: 14 0;
	position: relative;
	align: left;
}

.masthead p {
	margin: 0;
	padding-left: 15px;
	text-align: left;
}

.mastheadLinks {
	position: absolute;
	top: 5px;
	left: 625px;
	z-index: 101;
	color: white;
}

.mastheadLinks a:link {
	color: white;
}

.mastheadLinks a:visited {
	color: white;
}

.mastheadLinks a:hover {
	color: white;
}

.main {
	width: 750px;
	height: 100%;
}

.navigation2 {
	font-size: 8pt;
	color: black;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #B9C6B2;
}

.navigation2 a:link {
	color: black;
}

.navigation2 a:visited {
	color: black;
}

.navigation2 a:hover {
	color: black;
}

.navContainer {
	color: black;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
}

.navContainer p {
	padding-left: 40px;
	padding-right: 25px;
}

.navContainer ul {
	/*padding-top: 10px;*/
	list-style-type: none;
	/*padding-bottom: 10px;*/
}

.navContainer li {
	padding: 0;
}

.navContainer a:link {
	color: #4B7330;
	text-decoration: none;
}

.navContainer a:visited {
	color: #4B7330;
	text-decoration: none;
}

.navContainer a:hover {
	color: #4B7330;
	text-decoration: underline;
}

.subnav ul {
	padding: 0;
}

.subnav li {
	position: relative;
	left: -35px;
}

.subnav3 ul {
	padding: 0;
}

.subnav3 li {
	position: relative;
	left: -25px;
}

.navTableTop {
	background-image: url(images/navTop.png);
	background-repeat: no-repeat;	
	background-position: 16 0;
	height: 16px;
}

.navTableBack {
	background-image: url(images/navContainer_background_middle.png);
	background-repeat: repeat-y;	
	background-position: 16 0;
}

.navTableMid {
	background-image: url(images/navMiddle.png);
	background-repeat: no-repeat;	
	background-position: 16 0;
}

.navTableBot {
	background-image: url(images/navContainer_background_bottom.png);
	background-repeat: no-repeat;	
	background-position: 16 0;
	height: 26px;
}

.content {
	text-align: left;
	vertical-align: top;
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.content h1 {
	color: #92C270;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 12pt;
}

.footer {
	padding: 10 20 20 10;
	border-top: 1px dotted silver;
	text-align: right;
	color: silver;
}

.controlBar {
	width: 100%;
	height: 20px;
	background-color: #697E9D;
	color: white;
	font-size: 8pt;
	margin: 0;
	padding: 5 5 10 5;
	font-family: verdana;
	text-align: center;
}	

.controlBar a:link {
	text-decoration: underline;
	color: white;
}

.controlBar a:visited {
	text-decoration: underline;
	color: white;
}

.controlBar a:hover {
	text-decoration: none;
	color: white;
}
		
.blogEntry {
	/*padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;*/
}

.blogDate {
	color: gray;
	font-size: 8pt;
	padding-top: 5px;
	/*padding-right: 10px;*/
	padding-bottom: 2px;
	/*padding-left: 10px;*/
	/*width: 100%;*/
	letter-spacing: 2px;
}

.blogTitle {
	/*background-color: #ECECF7;*/
	font-size: 10pt;
	font-weight: bold;
	/*margin: 5 10 5 10;*/
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 3px;
	/*border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;	
	*/
}

.blogText {

	font-weight: normal;
	line-height: 1.6em;
	/*border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;	
	padding: 10px;	*/
}

.blogText p {

	font-weight: normal;
	line-height: 1.6em;
}

.blogText li {

	font-weight: normal;
	line-height: 1.6em;
}

.blogFooter {
	/*background-color: #ECECF7;
	width: 100%;*/
	/*padding: 2 10 4 10;	*/
	padding-bottom: 10px;
	padding-top: 10px;
	/*margin-top: 10px;*/
	color: gray;	
	letter-spacing: 1.5px;
	/*border: 1px solid gray;	*/
	border-bottom: 1px dashed gray;
	margin-bottom: 30px;
}

.blogFooter a:link {
	text-decoration: underline;
	color: gray;	
}

.blogFooter a:visited {
	text-decoration: underline;
	color: gray;		
}

.blogFooter a:hover {
	text-decoration: none;
	color: gray;		
}

.blogFooterLeft {
	font-size: 8pt;
	text-align: left;
	/*padding-left: 10px;*/
}

.blogFooterRight {
	font-size: 8pt;
	float: right;
	text-align: right;
	/*padding-right: 10px;*/
}

.blogText p {
	padding: 0 0 0 0;
}

.blogComments {
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.6em;
}

.blogCommentsTitle {
	font-size: 11pt;
	font-weight: bold;
	padding: 5 2 5 2;
	letter-spacing: 3px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	width: 100%;
}

.blogCommentsFooter {
	color: gray;
	border-bottom: 1px dotted gray;
	padding: 0 0 20 0;
}

.previousPostsBox {
	line-height: 1.6em;
	padding-left: 10px;
	padding-right: 10px;
}

.previousPostsTitle {
	letter-spacing: 3px;
	font-weight: bold;
	color: black;
	border-bottom: 1px dashed gray;
}

.previousPostsLinks h3 {
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 8pt;
	display: inline;
}


.blogHomeArchiveBox {
	line-height: 1.6em;
	padding-left: 10px;
	padding-right: 10px;
}

.blogHomeArchiveTitle {
	letter-spacing: 3px;
	font-weight: bold;
	color: black;
	border-bottom: 1px dashed gray;
}

#dropmenudiv{
margin-top: 2px;
position:absolute;
border:1px solid black;
font-weight:normal;
font-size: 8pt;
font-family: tahoma;
line-height:10pt;
z-index:100;
text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px;
text-decoration: none;
color: white; 
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #447574;
width: 100%;
text-decoration: none;
color: white;
}

.sidebar {
	float: right;
	width: 200px;
	border: 1px solid #65B1E5;
	background-color: #EAF5F9;
	margin-left: 10px;
	padding: 10px;
	font-size: 8pt;
}

.sidebar h1 {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: none;
}

.sidebar p {
	font-size: 8pt;
}
