@charset "utf-8";
/* CSS Document */

#container {
	width: 990px;
	height: 790px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	top: 10px;
	left: 50%; /*some magic to align the element in the center; */
	margin-left: -495px; /* half of the width */
}
#body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 990px;
	height: 150px;
}
#menu {
	background-image: url(../images/menubg.png);
	width: 990px;
	height: 25px;
}
#fpss {
	width: 750px;
	height: 450px;
	margin: 20px 75px 0 120px;
}
#main_content {
	background-image: url(../images/main_bg.png);
	width: 990px;
	margin-bottom: 5px;
	margin-top: -15px;
	height: 580px;
	-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
	/* -moz-border-radius: 7px;
	border-radius: 7px; */
}
#footer {
	background-image: url(../images/footerbg.png);
	width: 990px;
	height: 30px;
	position: fixed;
}
#left_column {
	background-image: url(../images/columnbg.png);
	width: 225px;
	float: left;
	margin: 0 0 0 5px;
	height: 580px;
}
#right_column {
	width: 225px;
	float: right;
	margin: 0 0 0 5px;
	height: 580px;
}
.header_link_mask {
	margin: 5px 0 0 6px;
}
.footer_padding {
	margin: 5px 0 5px 0;
}
.menu_contact_padding {
	float: right;
}
p {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
}
.table_text {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	padding-left: 10px;
}
h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
    text-transform: uppercase;
	margin: 15px 0 10px 5px;
	padding-top: 10px;
}
h2 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000099;
    text-transform: uppercase;
	margin: 0 0 -15px 5px;
	padding-top: 10px;
}
h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #355881;
    text-transform: uppercase;
	margin-left: 5px;
}
h4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #355881;
	margin-left: 5px;
}
h5 {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
}
h6 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
    text-transform: uppercase;
}
