*	   {
	margin: 0px;
	padding: 0px;
}
body  {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 50px;
	background-color: #600;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
.thrColFixHdr #header {
	background-color: #EFE;
	font-size: 8pt;
	float: none;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #C00;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
} 
#border
{
	background-color: #C00;
	font-size: 2pt;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #EA3839;
	border-right-color: #EA3839;
	border-bottom-color: #EA3839;
	border-left-color: #EA3839;
	border-bottom-style: dotted;
}

.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-bottom: 15px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
.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;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#demos1 {
	width: 160px;
	float: right;
	padding-top: 18pt;
	color: #6079B6;
}

.thrColFixHdr #indexContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-left: 25px;
	height: 100%;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.thrColFixHdr #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-left: 50px;
	height: 100%;
} 
#footer {
	font-size: 10pt;
	color: #03C;
	line-height: 12pt;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #C30;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #EFE;
} 

#footer a {
	text-decoration: none;
}

#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;
	text-decoration: none;
}
.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: 1pt;
    line-height: 0px;
}



/* Voiceover template Styles */



td {
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #000000;
	text-decoration:underline;
	border: #000000;
	}

li a{
color:#00F;
}

.thrColFixHdr #container #indexContent .indexTextBody a {
	color: #00F;
}

	
a:hover {
	color: #000000;
	}
	
/* ID Styles */

#navigation a {
	color: #03F;
	font-weight:normal;
	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: Beach-NO, Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	}
	
#navigation a:hover {
	color:#EA3839;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

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

#tagline {
	font:12pt 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 {
	font:11px arial;
	color:#000000;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	}
	
.pageName{
	color: #006600;
	line-height:20px;
	letter-spacing:0.1em;
	margin-bottom: 12pt;
	margin-top: 10pt;
	font-family: georgia;
	font-size: 22px;
	font-weight: bold;
	}
	
.subHeader {
	color: #006600;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:125%;
	font-family: Beach-NO, Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	margin-top: 12pt;
	text-decoration: underline;
	}	
	
.sidebarHeader {
	color: #006600;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: georgia;
	font-size: 14pt;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#000000;
	}
	

	
#yellowband
{
	background-color: #FF0;
	height: 36px;
	margin-left: 450px;
}
.thrColFixHdr #container #header #subtitle
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #999;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 125%;
	margin-left: 25px;
}

#logo
{
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

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

#formcontent
{
	width: 560px;
	margin-left: 180px;
	vertical-align: top;
}

#formcontent td
{
	vertical-align: top;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#formcontent p
{
	font-size: 12pt;
}

a:visited	{
	text-decoration: underline;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

A:link img, A:visited img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.linkdescription {
	text-align:left;
	padding-top: 12pt;
	padding-right: 12pt;
	padding-bottom: 18pt;
	padding-left: 12pt;
}

A:hover img  {border-color: #f00;}

.indexText p {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
}

ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	list-style-type: none;
	padding: 2px;
	font-weight: lighter;
	line-height: 120%;
}
.indexText ul {
	margin: 10px;
}

.indexPageName {
	font-family: Beach-NO, Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #060;
	margin-bottom: 12pt;
}

#header #kerry_script {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

.thrColFixHdr #header #subtitle {
	margin-bottom: 10px;
}

#footer a img {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	text-align: justify;
	margin-right: 25px;
	margin-left: 25px;
	background-color: #efe;
	padding: 10px;
	border-right-width: 3px;
	border-right-color: #030;
	border-right-style: inset;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #360;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #360;
}

.testifier {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
	background-color: #efe;
	margin-left: 25px;
	margin-right: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 3px;
	border-bottom-width: 5px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #030;
	border-bottom-color: #030;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #360;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12pt;
	line-height: 120%;
}
noscript p {
	color: #F00;
	margin-top: 10px;
}
.dateFormat {
	font-size: 10pt;
	font-weight: bolder;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16pt;
	font-variant: normal;
	color: #060;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	letter-spacing: .1em;
}

