body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #FFFFFF;
	background-color: #FFFFFF; /*white*/
	line-height: 1.2;
}

table 
.one 	{

}

iframe
	{
	width: 1000;
	height: 550;
	align: middle;
	scrolling: yes;
}


h1
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.image_right {
	float: right;
	padding-left: 10px;
}

.oneColFixCtrHdr #header {
	height: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000044;
	border: medium solid #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #555555;
	border: medium solid #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #header img {
	float: left;
	padding-right: 10px;
	padding-top: 12px;
	font-weight: bolder;
}
.buttoncontainer {
	height: auto;
	width: auto;
	background-color: #000000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


td, th {
	color: #696969; /*dim_grey*/
}

h1 {
	color: #696969; /*dim_grey*/
}

h2 {
	color: #2F4F4F;
	font-size: 18px;
}

h3 {
	color: #2F4F4F;
	font-size:18px;
}

h4 {
	color: #FFFFFF;
	font-size:16px;
}

h5, h6 {
	color: #6699CC;
}

a {
	color: #9999cc;
}

footer {
	color:#333333;
	font-size: 10px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/  */

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #FFFFFF;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 3px solid white;
	position: relative;
	display: inline;
}


.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: black;
	background: transparent url(Images/blockactive.gif) center center repeat-x;
	font-weight: bold;
	display: inline-block;
}

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(Images/blockdefault.gif) center center repeat-x;
	list-style: none;
	display: inline-block;
}



p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

.oneColFixCtrHdr #container #header img {
	float: left;
	padding-right: 10px;
}
.image_left {
	float: left;
	padding-right: 20px;
	padding-top: 5px;
}
.footer2 {
	font-size: 10px;
	color: #000000;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 0px white; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: yellow;
background: #0000CD; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: yellow;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #00008B; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}




.whitetabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.whitetabs li{
display: inline;
margin: 0;
}

.whitetabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #0000CD;
background: white; /*background of tabs (default state)*/
}

.whitetabs li a:visited{
color: #0000CD;
}

.whitetabs li a:hover, .whitetabs li.selected a{
background: #ADD8E6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}