body {
	margin: 0;
	background-color: #EBEBB3;
	/*background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;*/
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.errortext {
	color: red;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

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

.top p {
	position: relative;
	left: 275px;
	color: #600002;
	font-size: 10pt;
	font-weight: bold;
}

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

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

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

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

.gutter {
	background-color: #404040;
}


.nav {
	background-color: #550001;
	font-size: 9pt;
}

.nav ul {
margin-left: 0;
margin-top: 20;
padding-left: 0;
list-style-type: none;
}

.nav a {
display: block;
padding: 3 3 3 3;
width: 100%;
/*background-color: #c7d9ff;
border-bottom: 1px solid black;*/
color: #EBEBB3;
}

.nav a:link, .nav a:visited {
color: #EBEBB3;
text-decoration: underline;
}

.nav a:hover {
background-color: #EBEBB3;
color: #600002;
}

.subnav {
	padding-left: 15px;
	color: #EBEBB3;
	background-color: transparent;
	display: inline;
	font-size: 8pt;
}

.subnav a:link, .subnav a:visited {
	text-decoration: none;
	background-color: transparent;	
	color: #EBEBB3;	
	display: inline;
	font-size: 8pt;	
}

.subnav a:hover {
	text-decoration: underline;
	background-color: transparent;	
	color: #EBEBB3;	
	display: inline;	
}

.financeBox {
	margin: 5 5 5 5;
	border: 1px solid black;
	background-color: #EBEBB3;
	color: #550001;
	background-image: url(images/money.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.financeBoxTitle {
	margin: 0;
	padding: 2;
}

.financeBoxLink {
	margin: 0;
	padding: 0 0 0 55;
	color: blue;
}

.financeBoxLink a {
	color: blue;
}

.financeBoxLink a:link {
	color: blue;
	text-decoration: underline;
}

.financeBoxLink a:visited {
	color: blue;
	text-decoration: underline;
}

.financeBoxLink a:hover {
	color: blue;
	text-decoration: none;
	background-color: transparent;		
}

.content {
	background-color: white;
	font-size: 10pt;
	line-height: 1.6em;
}

.content p,h1,h2,h3,h4,h5,h6,li,div {
	padding: 0 15 0 15;
}

.content p,li,td,th {
	font-size: 10pt;
}

.content h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #600002;
}

.content h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #600002;
}

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

.footer p {
	font-size: 8pt;
	color: #600002;
	text-align: left;
	padding-left: 210px;
}


.subFooter {
	font-size: 8pt;
	color: #600002;
	text-align: right;
}


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


