body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.nav {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
a.nav:link {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	
}
a.nav:visited {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.nav:hover {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	background-color: #F0F8FF;
}
#nav2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #EAEAEA;
	text-align: left;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
}
#nav2 a:link {
	color: #333333;
	text-decoration: underline;
}
#nav2 a:visited {
	color: #333333;
	text-decoration: underline;
}
#nav2 a:hover {
	color: #333333;
	background-color: White;
	text-decoration: underline;

}
.textpad {
	font-size: 14px;
	color: #333333;
	margin: 5px;
	padding: 8px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.textpadside {
	font-size: 12px;
	color: #333333;
	margin: 5px;
	padding: 5px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.greyfill {
	background-color: #EAEAEA;
	font-size: 9px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #666666;
}
#wrap {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.footer {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
}
.textpadright {
	font-size: 11px;
	color: #333333;
	margin: 5px;
	padding: 5px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #006699;
}
h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #006699;
}
.image {
	margin-right: 5px;
	padding-right: 5px;
}
.image2 {
	margin-left: 5px;
	padding-left: 5px;
}
.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}
/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}