@charset "iso-8859-1";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background: url(images/body-back.jpg) repeat-x;
}

h1 {
	color: #009999;
	font: normal 18px/normal "Arial Black", Gadget, sans-serif;
}


h2 {
	color: #009999;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
}

h3 {
	font-size: 19px;
	color: #009999;
	line-height: normal;
	font-family: "Arial Black", fantasy, sans-serif;
	margin-top: 35px;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #009999;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #009999;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #009999;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #009999;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #009999;
}

#outerWrapper {
	background-color: #99cccc;
	border: medium solid #008A99;
	margin: 10px auto 0;
	text-align: left;
	width: 760px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 4px; 
	width: 200px;
}
#outerWrapper #contentWrapper #leftColumn1 a, #outerWrapper #contentWrapper #leftColumn1 a:link {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 a:visited {
	font-weight: bold;
	font-size: 15px;
}
#outerWrapper #contentWrapper #leftColumn1 a:hover {
	color: #009999;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
#outerWrapper #contentWrapper #leftColumn1 a:active {
	color: #009999;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
#navcontainer ul
{
	margin: 0;
	list-style-type: none;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainer a {
	padding: 0.5em;
	display: block;
	width: 11.5em;
	background-color: #99cccc;
	border-bottom: 2px dotted #FFFFFF;
}
#navcontainer a:hover
{
	background-color: #FFF;
	padding: 0.5em;
	border-bottom: 2px solid #99cccc;
}

#outerWrapper #contentWrapper #content {
	background-color: #FFFFFF;
	margin: 0px 0 0 220px; 
	padding: 20px 20px 20px 20px; 
}
#outerWrapper #contentWrapper #content a, #outerWrapper #contentWrapper #content a:link {
  color: #009999;
  font-weight: bold;
}
#outerWrapper #contentWrapper #content a:visited {
  color: #009999;
  font-weight: bold;
}
#outerWrapper #contentWrapper #content a:hover {
  color: #009999;
  font-weight: bold;
  text-decoration: underline;
}
#outerWrapper #contentWrapper #content a:active {
  color: #009999;
  font-weight: bold;
  text-decoration: underline;
}

#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
	border-left-style: solid;
	border-left-color: #009999;
	border-left-width: medium;
}

/* Float image to left of paragraph */
img.floatLeft{
	float: left;
	margin: 5px;
}/* Float image to right of paragraph */
img.floatRight{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}/* Center image between margins */
div.center{
   width: 100%;
   text-align: center
}
table {
	border-width: 0px;
	border-style: none;
	padding: 30px;
}
td {
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}
a img {
	border-width: 0px;
	text-decoration: none;
}

