@charset "ISO-8859-1";

body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	background-image: url(images/global_page_bg.jpg);
	background-repeat: repeat-y;
	background-color: #edebdb;
	background-position: center top;
}
#content {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
table#nav_header {
	height: 150px;
	width: 920px;
}
#home_hd_pix  {
	height: 151px;
	width: 920px;
	background-image: url(images/rotate/home_hd_1.jpg);
	background-repeat: no-repeat;
}

#rotator
{
  background: url(images/rotate/rotate.php) no-repeat center top;
  width: 920px;
  height: 151px;
}


#content #hd {
	background-image: url(images/global_hd_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 55px;
	width: 920px;
}

#home_bodycopy {	min-height:314px;
	height:auto;
	height:314px;
}

#bodycopy {	min-height:410px;
	height:auto;
	height:410px;
}
#main_content {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 21px;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
}
#main_content img {
	padding-bottom: 15px;
	padding-left: 15px;
}
#columns {
	width: 100%;
}
#columns #col1 {
	width: 45%;
	padding-right: 20px;
	float: left;
}
#columns #col2 {
	float: right;
	width: 50%;
}
#sidebar {
	font-size: 16px;
	color: #aaa36b;
	padding-right: 25px;
	line-height: 27px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9px;
	line-height: 17px;
	text-transform: uppercase;
	color: #004781;
	text-align: center;
	clear: both;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 920px;
	letter-spacing: 1px;
}
#disclaimer {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9px;
	color: #004781;
	text-align: left;
	clear: both;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
	padding-top: 25px;
}

a:link {
	color: #004781;
}
a:visited {
	color: #004781;
}
a:hover {
	color: #868D4E;
	background-color: #EEEBCB;
	text-decoration: underline;
}
a:active {
	color: #004781;
}
