<!--
body    {
        margin:          0px 0px 0px 0px;
        padding:         0px 0px 0px 0px;
        font-family:     verdana, arial, helvetica, sans-serif;
        color:           #333;
        background-color: #cccccc;
        height:          100%;
        }

.surround {
	width: 800px;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	border-right: 5px solid #999999;
	border-bottom: 5px solid #999999;
	border-left: 5px solid #999999;
	margin-left: auto;
	margin-right: auto;
}

.one {
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: auto;
	background-color: #999999;
	text-align: left;
	}

.header_left {
	float: left;
	left: 5px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 8px;
	}

.header_right {
	float: right;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 8px;
	}


.two {
	width: 760px;
	padding-left: 25px;
	padding-bottom: 25px;
	background-color: #ffffff;
	background-image: url(../resource/gray_gradient_bar.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-family:     verdana, arial, helvetica, sans-serif;
	color:           #333;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.float_right_one {
	/* this floats the picture */
	float: right;
	padding: 20px;
	}
.padding_one {
	/* this simply creates top padding for text */
	height: 50px;
	width: 55px;
	}

.footer {
	background-color: #ffffff;
	overflow: auto;
	text-align: left;
	}

.footer_text {
	float: left;
	color: #003399;
	font-style: italic;
	font-size: 12px;
	background-color: #ffffff;
	padding-left: 25px;
	overflow: auto;
	}


.footer_logo {
	float: right;
	background-color: #ffffff;
	height: 60px;
	overflow: auto;
	}


/* for left header links */

a:link.header_a {
	font-size: 25px;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}


a:visited.header_a {
	font-size: 25px;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
}


a:hover.header_a {
	font-size: 25px;
	text-decoration: none;
	font-weight: bold;
	color: #039;
}


a:link.header_highlighted {
	font-size: 25px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}


a:visited.header_highlighted {
	font-size: 25px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}


a:hover.header_highlighted {
	color: #fff;
}


h2.header_h2 {
	padding-top: 0px;
	font-size: 10px;
	font-weight: bold;
}


/* for right header links */


a:link.header_right_a {
	font-size: 10px;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}


a:visited.header_right_a {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
}


a:hover.header_right_a {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #039;
}


a:link.header_right_highlighted {
	font-size: 10px;
	text-decoration: none;
	color: #039;
	font-weight: bold;
}


a:visited.header_right_highlighted {
	font-size: 10px;
	text-decoration: none;
	color: #039;
	font-weight: bold;
}


a:hover.header_right_highlighted {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #039;
}


h2.header_h2 {
	padding-top: 0px;
	font-size: 10px;
	font-weight: bold;
}

b.double_bold {
	font-weight: bolder;
	color: #000;
}


-->
