body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #b3babd;
	margin: 0;
	font-family: verdana;
}

.container {
	background-image: url(images/containerbg.png);
	background-repeat: repeat-both;
	height: 1000;
}

.masthead {
	background-image: url(images/masthead.png);
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	padding: 25 20 0 0;
	color: #435826;
}

.nav {
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
	text-align: right;
	padding: 0 25 0 0;
	font-size: 8pt;
}

.nav a:link {
	color: #435826;
	text-decoration: underline;
	font-weight: bold;
}

.nav a:visited {
	color: #435826;
	text-decoration: underline;
	font-weight: bold;
}

.nav a:hover {
	text-decoration: none;
}

.leftGutter {
	background-image: url(images/leftGutter.png);
	background-repeat: repeat-y;
}

.main {
	background-color: white;
	font-size: 10pt;
}

.main h1 {
	color: #526a2e;
	font-size: 14pt;
	font-weight: bold;
	padding: 15 10 0 10;
}

.main p {
	padding: 0 10 0 10;
	line-height: 1.6em;
}

.main td {
	font-size: 10pt;
}

.main li {
	line-height: 1.6em;
	font-size: 10pt;
}

.homeText, .homeText li {
	font-size: 8pt;
	padding: 15 15 15 15;
}

.homePhoto {
	/*background-image: url(images/connect_planet_earth2.jpg);
	background-repeat: no-repeat;*/
	height: 302px;
}

.rightGutter {
	background-image: url(images/rightGutter.png);
	background-repeat: repeat-y;
}

.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	color: #435826;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	padding: 8 25 0 0;
}

.footer a:link {
	color: #435826;
	text-decoration: underline;
}

.footer a:visited {
	color: #435826;
	text-decoration: underline;
}

.footer a:hover {
	color: #435826;
	text-decoration: none;
}

.subFooter {
	font-size: 8pt;
	color: #6F7F7F;
}

.subFooter a:link {
	color: #6F7F7F;
	text-decoration: underline;
}

.subFooter a:visited {
	color: #6F7F7F;
	text-decoration: underline;
}

.subFooter a:hover {
	color: #576161;
	text-decoration: underline;
}

.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: 10 15 10 15;
}

.blogDate {
	color: gray;
	font-size: 8pt;
	padding: 0 15 2 15;
	letter-spacing: 2px;
}

.blogTitle {
	font-size: 12pt;
	font-weight: bold;
	padding: 0 15 2 15;
}

.blogText {
	font-weight: normal;
	line-height: 1.6em;
	padding: 0 15 2 15;
}

.blogText p {
	padding: 0 15 2 15;
	font-weight: normal;
	line-height: 1.6em;
}

.blogText li {
	padding: 0 15 2 15;
	font-weight: normal;
	line-height: 1.6em;
}

.blogFooter {
	padding: 0 15 2 15;
	color: gray;	
	letter-spacing: 1.5px;
	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: 40px;
	padding-right: 25px;
}

.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: 40px;
	padding-right: 25px;
}

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

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

#dropmenudiv a{
width: 100%;
display: block;
/*text-indent: 5px;*/
border-bottom: 1px solid black;
padding: 3px;
text-decoration: none;
color: black; 
background-color: #aac982;
}

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