body {
	background: #FFFFFF;
	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 deals with your link, visited and hover colors */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.topback {
	background-image: url(images/top_back.jpg);
	background-repeat: repeat-x;
}
/* This section deals with your heading tags, H1-3 */
H1 {
	font-size: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
}
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: 190px;
	background-color: #0066CC;
	border: 0px solid #006699;
}

.buttonscontainer {width: 190px;}

.buttons a, .buttons a:visited {
	color: #DAE4FA;
	background-color: #0066CC;
	padding: 3px;
	display: block;
	border-left: 4px solid #0066CC;
	font: 12px Verdana,Arial, sans-serif;
	
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D2A2A;
}

.buttons a:hover {
	border-left: 4px solid #CC0000;
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE6E6;
	background-color: #FFE6E6;
}
/* This #Content section controls the main content area, mainly the thin border and color */
#Content {
	padding-right: 10x;
	padding-left: 5px;
}



