body {
	background-image: url('images/bg_main.gif');
	background-color: #FEFEFE;
	background-position: top;
	background-repeat: repeat-x;
	color: #000000; 
	font-family: Arial, Helvetica; 
	font-size: 12px;
	margin: 0px; 
}

img {
	display: block;
}

#outline1 {
	background-image: url('images/bg_content1.gif');
	width: 764px;
	margin: 0px auto; 
}

#outline2 {
	background-image: url('images/bg_content2.gif');
	background-position: top;
	background-repeat: repeat-x;
	width: 764px;
}

#main {
	width: 748px;
	margin-left: 8px; 
	margin-right: 8px; 
}

#content_border1 {
	min-height: 500px;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}

#content_border2 {
	margin: 20px;
	margin-top: 25px;
	margin-left: 0px;
}

#content_border3 {
	background-color: #FFFFFF;
	min-height: 500px;
	width: 748px;
	padding-top: 10px;
}

#content_border4 {
	width: 708px;
	margin: 20px;
	margin-top: 0px;
}

#content_table {
	background-color: #FFFFFF;
	width: 748px;
}

#content_left {
	width: 516px;
}

#content_middle {
	width: 25px;
}

#content_right {
	width: 207px;
}

#row_table {
	width: 476px;
}

#row_left1 {
	width: 148px;
}

#row_right1 {
	width: 328px;
}

#row_left2 {
	width: 328px;
}

#row_right2 {
	width: 148px;
}

#service_table {
	width: 187px;
}

#service_left {
	width: 70px;
}

#service_right {
	width: 117px;
}

#footer {
	background-image: url('images/bg_footer.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 764px;
	height: 12px;
	margin: 0px auto; 
}

#footer_table {
	background-color: #012647;
	width: 748px;
	height: 24px;
}

#footer_left {
	width: 35%;
}

#footer_middle {
	width: 35%;
}

#footer_right {
	width: 30%;
}

#footer_label_left, #footer_label_middle, #footer_label_right {
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 5px;
	position: relative;
}

#footer_label_left {
	margin-left: 37px;
}

#footer_label_right {
	margin-right: 37px;
}

.title1 {
	font-size: 16px;
	font-weight: bold;
}

.title2 {
	font-size: 22px;
	font-weight: bold;
	color: #990000;
}

.title3 {
	font-size: 12px;
	font-weight: bold;
}

.title4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

.title5 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
}

.title6 {
	color: #012647;
}

.title7 {
	font-weight: bold;
	margin-bottom: 4px;
}

.title8 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
.title9 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.title10 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

.title11 {
	font-size: 11px;
	font-weight: bold;
}

.sep1 {
	margin-top: 12px;
	margin-bottom: 14px;
}

.sep2 {
	margin-top: 8px;
	margin-bottom: 8px;
}

.service_bullet {
	background-image: url('images/bullet.gif');
	font-size: 45px;
	font-weight: bold;
	width: 65px;
	height: 59px;
	padding-top: 6px;
}

.page_title {
	color: #FA0029;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 13px;
}

a {
	color: #355082;
	text-decoration: none;
}

a:hover {
	color: #FA0029;
	text-decoration: underline;
}

a.footer_link {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover.footer_link {
	color: #CCCCCC;
	text-decoration: underline;
}
.flow_left {
  float: left;
  clear: left;
  margin: 5px 12px 0px 3px; /* Top, Right, Bottom, Left */
}
.flow_right {
  float: right;
  clear: right;
  margin: 5px 3px 0px 12px; /* Top, Right, Bottom, Left */
}