body {
	background-image: url(images/bodyBackground.png);
	background-repeat: repeat-x;
	background-color: #d9d9d9;
	margin: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

a:link {
	color: #37465b;
	text-decoration: underline;
}

a:visited {
	color: #37465b;
	text-decoration: underline;
}

a:hover {
	color: #37465b;
	text-decoration: none;
}

.masthead {
	background-image: url(images/masthead.png);
	background-repeat: no-repeat;
	width: 751px;
	height: 150px;
}

.mastheadLink {
	position: relative;
	top: 5px;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	text-align: right;
	width: 720px;
}

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

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

.mastheadLink a:hover {
	color: white;
	text-decoration: none;
}

.nav1 {
	background-image: url(images/nav1.png);
	background-repeat: no-repeat;
	width: 126px;
	height: 41px;
	color: white;
	font-size: 10pt;
}

.nav2 {
	background-image: url(images/nav2.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 41px;
	color: white;
	font-size: 10pt;	
}


.nav3 {
	background-image: url(images/nav3.png);
	background-repeat: no-repeat;
	width: 124px;
	height: 41px;
	color: white;
	font-size: 10pt;	
}

.nav4 {
	background-image: url(images/nav4.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 41px;
	color: white;
	font-size: 10pt;	
}

.nav5 {
	background-image: url(images/nav5.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 41px;
	color: white;
	font-size: 10pt;	
}

.nav6 {
	background-image: url(images/nav6.png);
	background-repeat: no-repeat;
	width: 126px;
	height: 41px;
	color: white;
	font-size: 10pt;
}

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

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

.nav1 a:hover {
	color: white;
	text-decoration: none;
}

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

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

.nav2 a:hover {
	color: white;
	text-decoration: none;
}

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

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

.nav3 a:hover {
	color: white;
	text-decoration: none;
}

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

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

.nav4 a:hover {
	color: white;
	text-decoration: none;
}

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

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

.nav5 a:hover {
	color: white;
	text-decoration: none;
}

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

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

.nav6 a:hover {
	color: white;
	text-decoration: none;
}

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

.footer {
	background-image: url(images/footerBackground.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding-right: 10px;
	font-size: 9pt;
}

.sidebar {
	font-size: 9pt;
}

.content p {
	padding: 0 20 0 20;
}

.content h1 {
	padding: 0 20 0 20;
	color: blue;
	font-size: 12pt;
	font-weight: bold;
}

.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: 12px;
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: 5px;
border-bottom: 1px solid black;
padding: 5px;
text-decoration: none;
color: white; 
background-color: red;
}

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