body {
	background-image: url(images/backgroundPattern.jpg);
	margin: 0;
	font-family: Georgia;
}

.main {
	background-color: white;
	border: 3px solid #b5121b;
}

.masthead {
	background-image: url(images/mastheadBackground2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 188px;
}

.border {
	/*background-image: url(images/leafBorder.gif);*/
	height: 3px;
	background-color: #B5121B;
}

.nav {
	background-color: #B5121B;
	color: white;
	height: 32px;
	font-size: 11pt;
	padding: 0 10 0 10;
}

.nav a:link {
	color: white;
	text-decoration: none;
}

.nav a:visited {
	color: white;
	text-decoration: none;
}

.nav a:hover {
	color: white;
	text-decoration: underline;
}

.content {
	background-color: white;
	background-image: url(images/contentBottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #53301a;
	padding: 15 20 50 20;
	line-height: 1.5em;
}

.content h1 {
	font-size: 13pt;
	font-weight: bold;
}

.footer {
	text-align: right;
	padding: 5 5 5 5;
	color: white;
	font-size: 8pt;
}

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

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

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

.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;
	inherit: none;
}

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

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

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

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

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

.blogFooter {
	padding: 0 15 2 15;
	color: gray;	
	letter-spacing: 1.5px;
	border-bottom: 1px dashed gray;
	margin-bottom: 30px;
	inherit: none;	
}

.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;*/
}

.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: 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: #4F2F16;
}

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

.homeLeftGutter {
	background-image: url(images/homeLeftGutter.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.homeFlashTop {
	background-image: url(images/homeFlashTop.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 6 0 0 0;
}

.homeCenterGutter {
	background-image: url(images/homeCenterGutter.png);
	background-repeat: no-repeat;
	background-position: top;
}

.homeRightTop {
	background-image: url(images/homeRightContentBlank.png);
	background-repeat: no-repeat;
	background-position: top;
}

.homeRightTop h1 {
	font-size: 16pt;
	font-weight: bold;
	padding: 3 0 0 0;
	color: #97151b;
	text-align: center;
}

.homeRightTop p {
	padding: 0 9 0 9;
	font-size: 10pt;
}

.homeRightTop a:link {
	color: #97151b;
	text-decoration: underline;
}

.homeRightTop a:visited {
	color: #97151b;
	text-decoration: underline;
}

.homeRightTop a:hover {
	color: #97151b;
	text-decoration: none;
}

.homeRightGutter {
	background-image: url(images/homeRightGutter.png);
	background-repeat: no-repeat;
	background-position: top;
}
