html, body {
 font-family: verdana, sans-serif;
 font-size: 10pt;
 background-color: #97bfc9;
 background-image: url(images/background.png);
 background-repeat: repeat-x;
 top: 0;
 left: 0;
 margin: 0;
 margin-top: 5px;
 height: 100%;
 /*position: top;*/
 }
 
p,td,th {
 font-family: verdana, sans-serif;
 font-size: 10pt; 
 line-height: 1.5em;	
 }
 
a {
 	color: #274A54;
	text-decoration: none;
 }
 
a:hover {
 	color: #34616E;
	text-decoration: underline;
 }
 
.main {
 	background-color: white;
 	background-image: url(images/main_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
 }
 
 .nav {
 	background-color: #34616E;
 }
 
 
#navcontainer {
	width: 162px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	line-height: 1.1em;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
	border-right: 1px solid #34616E;
	
}

#navcontainer li {
	/*border: 1px solid black;*/
	margin: 0;
	/*background-color: white;*/
}

#navcontainer li a {
	font-size: 8pt;
	color: black;
	display: block;
	padding: 10px 10px 10px 5px;
	/*border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;*/
	border-bottom: 1px solid white;
	text-decoration: none;
	width: 100%;
	background-color: #A5CED9;
	font-weight: bold;
}



html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {
	text-decoration: none;
	background-color: #34616E;
	color: white;
}

#navcontainer li.sub a.sub {
	font-size: 8pt;
	color: black;
	display: block;
	padding: 10px 10px 10px 5px;
	text-decoration: none;
	width: 100%;
	background-color: #D7EAEF;
	font-weight: normal;
	font-style: italic;
}

#navcontainer li.sub a:hover.sub {
	text-decoration: underline;
	background-color: #D7EAEF;
}

.content p {
	padding-left: 30px;
	padding-right: 20px;
}

.content h1 {
	padding-left: 30px;
	padding-right: 20px;
	font-size: 10pt;
	font-weight: bold;
}

.content h2 {
	padding-left: 30px;
	padding-right: 20px;
	font-size: 8pt;
	font-weight: bold;
}

.content h3 {
	padding-left: 30px;
	padding-right: 20px;
	font-size: 8pt;
	font-weight: bold;
}

.content li,ol {
	padding-right: 40px;
	padding-left: 20px;
}


.footer p {
	padding-top: 20px;
	color: silver;
	text-align: right;
	padding-right: 20px;
	font-size: 9pt;
}

.footer a {
	color: silver;
	text-decoration: underline;
	font-size: 9pt;
}

.footer a:hover {
	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;
}

.linksTable {
	border: 1px solid #C8D2DC;
	border-collapse: collapse;
	font-size: 9pt;
	padding: 0 15 0 15;
	margin-left: 15;	
}

.linksTable th {
	font-weight: bold;
	background-color: #C8D2DC;
	color: black;
	padding: 10px;
	border: 1px solid;
	font-size: 11pt;
}

.linksTable td {
	background-color: #F4F4F4;
	border: 1px solid;
	padding: 10px;
}

.blogEntry {
	padding: 10 0 10 0;
}

.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 {
	margin: 0 15 0 15;
	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: 5px;
	padding-right: 5px;
}

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

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