body, th, td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	margin:0;
	padding:0;
	font-size:79%;
	background-color: #D9E7EC;/*#D7F1EA; #D0D0E8;*/
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:center;
}
table{width:100%; margin:0}
table td {padding:0; border-width:0; vertical-align:top;}
th {
	text-align:left;
}
img {
	border:0
}
h1{
	color:#6A7AA4;
}
h2{
	margin-top:30px;
	color:#4C4F73;
}
h4{
	font-style:italic;
}
a{
	color:#4C4F73;
}
label{
	text-align:right;
	font-weight:bold;
}
blockquote{
	background: transparent url(../images/quoleft.png) left top no-repeat;
	color:#4C4F73;
	/*border-top: thin dotted #4C4F73;
	border-bottom: thin dotted #4C4F73;
	margin:15px;
	padding:15px 5px 15px 5px;
	background-color: #D9E7EC;*/
}
blockquote div {
  padding: 7px 32px;
  background: transparent url(../images/quoright.png) right bottom no-repeat;
}

td.gutter{width:15%;}
#logo{
	width:180px;
	height:134px;
	z-index: 1;
	position:absolute;
	left: 16%;
	top: 5px;
	visibility: visible;
}
td#header {
	background-color: #6A7AA4;
	height:90px;
	border-top: thin solid #4C4F73;
}
td#headerLeft{
	width:210px;
	height:30px;
}
td#headerMiddle{
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	vertical-align:bottom;
	padding-bottom:2px;
}
td#headerRight{
	width:171px;
	background-image:url(../images/nav_wing.gif);
	background-repeat:no-repeat;
}
#tagline{
	background-image:url(../images/tagline_bckgrd.gif);
	background-repeat:repeat-x;
	background-color:#6A7AA4;
	height:60px;
	font-size: 12px;
}
#tagline h1{
	font-size:120%;
	font-style:italic;
	color:#FFFFFF;
	margin:0;
	padding:5px 10px 4px 5px;
}
#breadcrumb{
	padding-left:10px;
	background-color:#F7F7F7;
	height:38px;
}
#breadcrumb h5{
	font-size:100%;
	color:#C7BEB7;
	margin-bottom:0;
}
#btnExt{
	background-color:#6A7AA4;
	background-image:url(../images/btn_ext.gif);
	background-repeat:repeat-x;
	width:100%;
	height:36px;
}
#taglineExt{
	background-color:#6A7AA4;
	background-image:url(../images/tagline_ext.gif);
	background-repeat:repeat-x;
	width:100%;
	height:60px;
}
#breadcrumbExt{
	background-color:#F7F7F7;
	background-image:url(../images/breadcrumb_ext.gif);
	background-repeat:repeat-x;
	width:100%;
	height:38px;
}
td#content{
	background-color:#F7F7F7;
	padding:10px 10px 20px 10px; /*was 27 pix top*/
}
#updated{
	color: #C7BEB7;
}
td#footer {
	background-color: #6A7AA4;
	padding: 10px 5px 5px;
	border-bottom: thin solid #4C4F73;
	text-align:center;
	border-top: medium solid #4C4F73;
}
p#copyright {
	font-size: .9em;
}
table .data{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border:thin solid #6A7AA4;
}
.data td{
	padding:2px;
}
.data th{
	border-bottom:1px solid #6A7AA4;
}
tr.caption {
	background-color: #6A7AA4;
}
.data h3 {
	color:#D9E7EC;
	margin-bottom: 2px;
}
.data h4 {
	color:#333;
	font-size:1.1em;
	font-style:normal;
	margin-bottom: 2px;
}