body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color: #6D94CB;
	min-height: 100%;
	height: 100%;
/*	background-image: url(../images/colebodybg-blackfade.png); 
	background-repeat: repeat-x; */
}
.thrColFixHdr #container {
	width: 780px;
	text-align: left;
	background-image: url(../images/evancole_bghoriz.jpg);
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-color: #FFF;
	padding: 15px;
	font-size: 8px;
	float: none;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #C00;
	text-align: center;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000;
	background-image: url(../images/colebkgd.png);
} 
.mediumBodyText
{
	font-size: 14px;
	font-style: normal;
}

#border
{
	background-color: #003;
	font-size: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-bottom-style: none;
}

.thrColFixHdr #header h1 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 40px;
}
.thrColFixHdr #nav {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 25px;
	position: fixed;
	background-color: #6CF;
	background-image: url(../images/evancole_bghoriz.jpg);
}
.thrColFixHdr #demos {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #000;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #6CF;
	background-image: url(../images/evancole_bghoriz.jpg);
	vertical-align: top;
	position: relative;
	height: 1745px;
}
.thrColFixHdr #mainContent {
	background-color: #6CF;
	margin-top: 0;
	margin-right: 160px;
	margin-left: 200px;
	padding-left: 50px;
	padding-bottom: 15px;
	background-image: url(../images/evancole_bghoriz.jpg);
	width: 310px;
	position: relative;
	height: 1750px;
} 
#footer {
	font-size: 12px;
	color: #FFF;
	line-height: 12px;
	background-color: #000;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	vertical-align: middle;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: inset;
	border-left-style: groove;
	border-top-color: #C30;
	border-right-color: #C30;
	border-bottom-color: #C30;
	border-left-color: #C30;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	display: none;
}
.style2 {
	font-size: 36px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	color: #FFF;
}
 




/* Voiceover template Styles */



td {
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #000000;
	text-decoration:underline;
	border: #000000;
	}
	
a:hover {
	color: #C00;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	color: #009;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	}
	
#navigation a:hover {
	color:#C00;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	font-family: "Arial Black", Gadget, sans-serif;
	}

#logo {
	background-repeat: no-repeat;
	}

#tagline {
	font:12px georgia;
	color: #FFFFFF;
	line-height:18px;
	letter-spacing:0.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	color:#000000;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	}
	
.pageName{
	color: #009;
	line-height:20px;
	letter-spacing:0.1em;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	}
	
.subHeader {
	color: #009;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-style: normal;
	}	
	
.sidebarHeader {
	color: #009;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	color:#000000;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	}
	

	
#yellowband
{
	background-color: #FF0;
	height: 36px;
	margin-left: 450px;
}
.thrColFixHdr #container #header #subtitle
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
}

#logo
{
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	margin-right: 25px;
	margin-top: 10px;
	margin-left: 15px;
}

#mamtext
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	width: 150px;
	text-align: center;
	line-height: 24px;
	height: 60px;
}
#copyright
{
	margin-left: 325px;
	width: 100px;
}
#mamtext a
{
	color: #FFF;
}
#mamtext a:hover
{
	color: #0FF;
}

#formcontent
{
	width: 565px;
	margin-left: 200px;
	vertical-align: top;
}

#formcontent td
{
	width: 260px;
	
	vertical-align: top;
	padding: 10px;
}

#formcontent p
{
	font-size: 12px;
}
a:visited
{
	text-decoration: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

A:link img, A:visited img {
	border-color: #FFF;
}
A:hover img  {border-color: #f00;
}

#demos #voicedemos {
	background-image: url(../images/transparent-bgpixel.gif);
	vertical-align: top;
}

#voicedemos td {
	vertical-align: top;
}

#vertspacer {
	float:left;
}
#demos #voicedemos tr #sidebar
{
	vertical-align: top;
}
