html, body {
	height: 100%;
	background: #CCC url(../images/Body_bground.gif) repeat-y 50% 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../images/html_bground.gif) no-repeat 50% 0;
}

#Outer {
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 760px;
}

/****** Global Navigation Styles ******/

#GlobalNav {
	margin: 0 auto;
	height: 22px;
	width: 760px;
	background: #CCC;
	font: normal 10px verdana, arial, helvetica, sans-serif;
}

#GlobalNav ul {
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

#GlobalNav ul li {
	display: inline;
}

#GlobalNav ul li a {
	float: left;
	color: #5E5E5E;
	text-decoration: none;
	padding: 0 7px;
	border-right: 1px solid #5E5E5E;
}

#GlobalNav form.Search {
	float: right;
	margin: 0 0 0 6px;
	height: 22px;
}

#GlobalNav form.Search label {
	color: #5E5E5E;
	margin: 5px 0 0 0;
	display: block;
	float: left;
}

#GlobalNav form.Search input {
	height: 10px;
	border: 1px solid #9C9C9C;
	background: #D6D6D6;
	font: normal 9px verdana, arial, helvetica, sans-serif;
	color: #9C9C9C;
	width: 150px;
	line-height: 8px;
	margin: 4px 0 0 5px;
	float: left;
}

#GlobalNav form.Search input.Submit {
	border: none;
	background:  url(../images/Search_go_button.gif) no-repeat 0 0;
	font-size: 10px;
	width: 35px;
	height: 13px;
	padding: 0 10px 0 0;
	color: #5E5E5E;
	display: block;
	float: left;
	margin: 5px 2px 1px 4px;
	cursor: pointer;
}

#GlobalNav a {
	color: #5E5E5E;
	text-decoration: none;
}

/****** End Global Navigation Styles ******/

/****** Billboard Styles ******/

#Billboard img {
	width: 758px;
	height: 200px;
	border: 1px solid #AEB8C2;
}

/****** End Billboard Styles ******/

/****** Content Area Background Styles (Including navigation background) ******/

#ContentShadowTop {
	background: url(../images/ShadowTop.gif) no-repeat 0 0;
	width: 760px;
	height: 1px;
	margin: 7px 0 0 0;
	padding: 0;
}

#ContentShadowTop span { /* this is done to stop IE from adding a height */
	display: none;
}

#ContentShadowRepeat {
	background:  url(../images/ShadowRepeat.gif) repeat-y 0 0;
	width: 760px;
	height: 450px;
}

html>body #ContentShadowRepeat {
	min-height: 450px;
	height: auto;
}


#ContentShadowBottom {
	background:  url(../images/ShadowBottom.gif) no-repeat 0 100%;
	width: 760px;
	height: 100%;
}

/****** End Content Area Background Styles ******/

/****** Content Styles ******/

#Content {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #003C79;
	padding: 10px 20px 40px 10px;
	width: 545px;
	line-height: 18px;
	float: left;
}

html>body .Float {
	clear: both;
	height: 1px;
}

.Float span {
	display: none;
}

#Content #Intro {
	margin: 0 0 20px 0;
}

#Content #Intro h1 {
	font: bold 18px times new roman, serif;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

#Content #Intro h2 {
	font: bold 18px times new roman, serif;
	color: #0080B1;
	margin: 0 0 5px 0;
}

#Content #Intro h3 {
	font: bold 14px times new roman, serif;
	color: #003C79;
	margin: 0;
}

#Content #Intro h4 {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: #003C79;
	margin: 10px 0 0 0;
}

#Content #Intro p {
	margin: 0 0 15px 0;
	line-height: 18px;
}

#Content #Intro ul {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 18px;
}

#Content hr {
	height: 1px;
	color: #D5D5D5;
	margin: 0;
	padding: 0;
	width: 534px;
	text-align: left;
}

#Content p {
	margin: 0 0 15px 0;
}

#Content ul {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 18px;
}

#Content ul ul {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 18px;
	list-style: disc;
}

#Content h1, #Content h2, #Content h3 {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: #003C79;
	margin: 0;
}

#Content a {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #0080B1;
	text-decoration: none;
}

#Content a:hover {
	text-decoration: underline;
}

#Content table.Table {
	border-collapse: collapse;
	border: 1px solid #7F9DBC;
	font: normal 9px verdana, helvetica, sans-serif;
	color: #000;
	width: 100%;
	padding: 5px;
}

#Content table.Table caption {
	width: 100%;
	background: #668AAF;
	font: bold 10px verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	height: 16px;
	text-align: center;
	padding: 8px 0 6px 0;
	
}

#Content table.Table th {
	background: #E5EBF1;
	font-weight: bold;
	font-size: 10px;
	color: #003C79;
}

#Content table.Table th.Description {
	width: 300px;
	text-align: left;
}

#Content table.Table th.Content {
	width: 25%;
}

#Content table.Table td {
	border: 1px solid #BFCEDD;
	padding: 4px;
}

#Content table.Table td.Content {
	text-align: center;
}

#Content table.Table td a {
	color: #003C79;
}

#Content table.Table td a:hover {
	text-decoration: none;
}

#Content table.Table td.Title {
	width: 200px;
}

#Content table.Table td.Detail {
	text-align: center;
}




/****** End Content Styles ******/

/****** Navigation Styles ******/

html>body div.Nav {
	margin: 0 0 0 575px;
	font: bold 10px verdana, arial, helvetica, sans-serif;
}

#Nav {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #003C79;	
	padding: 5px 5px 5px 5px;
}

/****** End Navigation Styles ******/

/****** Footer Styles ******/

#Footer {
	margin: 0 auto;
	width: 760px;
	color: #9C9C9C;
	padding: 5px 0;
	font: normal 10px verdana, arial, helvetica, sans-serif;
} 

#Footer #Copyright {
	float: left;
} 

#Footer #Legal {
	float: right;
} 

#Footer #Legal ul {
	margin: 0;
	padding: 0;
	list-style: none;
} 

#Footer #Legal ul li {
	display: inline;
}

#Footer #Legal ul li a {
	float: left;
	color: #9C9C9C;
	border-right: 1px solid #9C9C9C;
	padding: 0 8px;
	text-decoration: none;
}

#Footer #Legal ul li a.last {
	border-right: none;
	padding-right: 0;
}

/****** End Footer Styles ******/


/******  Styles contact res in nav  ******/

p.rescontact {font-style: normal;
  font-size: 8pt;
  font-weight: normal;
  color: #003C79; font-family: verdana, ARIAL,HELVETICA,serif;
  line-height: normal;
  padding: 10px;
  text-align: left;
  margin-top: 260px;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-left: 10px;
 }



.rescontactnav a:hover {
	text-decoration: underline;
}










