/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {
	background-color: #061a3a;
	margin-top: 50px;
	padding: 0;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
}
div#center {
	text-align:center;
}
/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	width: 47.5em;
	min-width: 760px;
	}
#AccessibilityNav img{
	border:none;
}
/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}
/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}

div#ContainerHome {
	width: 47.5em;
	min-width: 760px;
	background: url(images/hm_bg_container.jpg) 0 0 no-repeat;
	padding-top: 7px;
}
td.HomeColumns {
	border-right: solid 1px #3e70c0;
	width: 21.25em;
	padding-bottom: 20px;
}
td#HomeLeftColumn {
	background: url(images/column_bg.png) 0 0;
	width:33%;
}
td#HomeMiddleColumn {
	background: url(images/column_bg.png) 0 0;
	width:33%;
}
td#HomeRightColumn {
	background: url(images/column_bg.png) 0 0;
	width:33%;
}
.ColumnText {
	color:#FFFFFF;
	}
h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}
h2 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
}
H3 {
	color:#ffffff;
	font-size: 1.35em;
	font-weight:normal;
	font-style:italic;
}
div.HomeContent {
	color: #FFFFFF;
	font-size: 0.75em;
	width: 90%;
	text-align:left;
}
div.HomeContent a {
	color: #f97104;
}
div.HomeContent a:hover {
	text-decoration: none;
}