body {
	background-image: url(images/top_back.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

/* This section controls the paragraph and bulleted lists. This does not control the navigation bullet list. */
p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	}

/* This .slogan section controls the slogan style */
.slogan {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* This deals with your link, visited and hover colors */
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #993366;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* This section deals with your heading tags, H1-3 */
H1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4D6EAF;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AF4D6E;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6EAF4D;
}

/* This #Left section control the left navigation table cell and its elements */
#Left {
	width: 150px;
	background-color: #4D6EAF;
	border: thin solid #798294;
}

.buttonscontainer {width: 150px;}

.buttons a, .buttons a:visited {
	color: #333333;
	background-color: #DFE8FA;
	padding: 3px;
	display: block;
	border-left: 8px solid #7FA1E1;
	font: 13px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7FA1E1;
}

.buttons a:hover {
	border-left: 8px solid #E1BF7F;
	text-decoration: none;
	color: #4C6EAE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1BF7F;
	background-color: #FAF1DF;
}
/* This #Content section controls the main content area, mainly the thin border and color */
#Content {
	padding-right: 10px;
	padding-left: 10px;
}

/* This #footer section controls the secondary navigation and copyright font size and center properties */
#footer {
	font-size: 12px;
	text-align: center;
}

/* This changes the color of the displayed date */
.date {
	color: #FFFFFF;
}