body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e2e9ee;
}

a {
	color:#00467f;
	font-style: normal;
	text-decoration: underline;
}

a:hover {
	color:#00467f;
	font-style: normal;
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p, li {
 font-size: 12px;
}

h1 {
	font-size: 18px;
	line-height:20px; 
	margin-bottom: -0px;
	color:#536474;
}

h2 {
	font-size: 16px;
	line-height:18px; 
	margin-bottom: -0px;
	color:#536474;
}

h3 {
	font-size: 14px;
	line-height:16px; 
	margin-bottom: -14px;
	color:#000000;
}

.pageWrapper {
	width: 701px;
	margin-left: auto;
	margin-right: auto;
	top: -30px;
	position:relative;
}

/* Firefox Hack */
html>body .pageWrapper {
	top: -20px;
} 

.floatright { 
	float: right; 
	margin: 0 0 10px 10px;
	
}
/******************************************************/
/* Persistant Menu Settings                           */
/******************************************************/
/* Style settings for the index.htm page              */
.titleBar {
	width: 760px;
	height: 147px;
	
	position:relative;
}



.mainContent {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 1px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}

.mainContent p, .mainContent ul {
	color: #FFFFFF;
	margin-bottom: -10px;
}

.mainContent h1{
	color:  #536474;	
}

.mainContent li  {
	font-size: 12px;
	line-height:13px;
	line-height:11px;
}

.mainContent a, .mainContent a:visited {
	color: #536474;
	text-decoration: none;
}

.mainContent a:hover {
	color:#00467f;
	font-style: normal;
	text-decoration: underline;
}

/******************************************************/
/* Style settings for the Body Background             */
.bodyBackground {
	background-image: url(images/body_background.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 760px;
	padding-bottom: 15px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 0px;
	clear: both;
}

/* Firefox Hack */
html>body .bodyBackground {
	margin-top: 0px;
} 

/******************************************************/
/* Style settings for the Body Background             */
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: none;
	height: auto;
	width: 760px;
	height: 21px;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}

.footerContent {
	position:relative;
	top:-22px;
	padding-right: 0px;
	padding-top: -15px;	
}

html>body .footerContent {
	top:-16px;
}

.footerContent p {
	font-size: 9px;
	text-align: right;
}

/* Firefox Hack */
html>body .footer {
	margin-top: -34px;
} 


/* new stuff */
.left_menu {
	position:relative;
	width: 140px;
	float:left;
}

.body_content {
	width: 530px;
	padding-left:20px;
	float:left;
	text-align:left;
}

html>body .body_content {
	padding-left: 43px;
	padding-top: 12px;
} 

div.clearer {clear: left; line-height: 0; height: 0;}

#header  {
	color: #ffffff;
	background-color:#00467f;
	font-size: 14px;
	font-weight: bold;
}

.bodyContent a, a:visited {
	color: #536474;
	text-decoration: underline;
}

.bodyContent a:hover {
	color:#00467f;
	font-style: normal;
	text-decoration: underline;
}

/******************************************************/
/* Style settings for the menu bar                    */
.navcontainer { 
	width: 145px; 
	position: relative;
	left: 18px;	
	margin-top: 3px;
}

html>body .navcontainer {
	margin-top: -3px;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}

.navcontainer ul ul li a {
	color: #d7e5ef;
	text-indent: 10px;

}

.navcontainer a
{
display: block;
padding: 3px;
width: 145px;
background-color: #c0ccd9;
border-bottom: 1px solid #eee;
}

.navcontainer a:link, .navlist a:visited 
{
color: #536474;
text-decoration: none;
}

.navcontainer a:hover, .navcontainer #active
{
background-color: #e2e9ee;
color: #536474;
}


/******************************************************/
/* Presistant Menu                                    */
.tabMenu {
	float:right;
	clear:both;
	z-index:1;
	width:500px;
	top:62px;
	left:174px;
	position:relative;
}

html>body .tabMenu { 

	top:56px;
}

.navigation a, .navigation a:visited
{
	color: #fff;
	font-size:10px;
	text-decoration: none;
	padding-left: 16px;
	background-color: #536474;
	background-image: url(images/teb_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

.navigation #active {
	color: #fff;
	font-size:10px;	
}

.navigation a span 
{
	padding-right: 16px;
	background-image: url(images/tab_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 

.navigation a, .navigation a span 
{ 
display: block; 
float: left 
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
.navigation a, .navigation a span 
{ 
float: none 
} 
/* End IE5-Mac hack */ 

.navigation a:hover, .navigation #active 
{ 
	color: #fff; 
	background-color: #26a;
	background-image: url(images/tab_left_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

.navigation a:hover span, .navigation #active span
{ 
	background-image: url(images/tab_right_on.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 16px 
} 

.navigation #active a:hover 
{ 
	color: #fff; 
	background-color: #26a;
	background-image: url(images/tab_left_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

.navigation #active li a:hover span 
{ 
	background-image: url(images/tab_right_on.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 16px 
} 

.navigation 
{ 
list-style: none; 
padding: 0; 
margin: 0 
} 

.navigation li 
{ 
float: left; 
display: block; 
margin: 0; 
padding: 0 
}

/******************************************************/
/* Address Box                                        */
.addressBox {
	background-image: url(images/add_box_body.jpg);
	background-repeat: repeat-y;
	margin-top: -15px;
	height: 160px;
	width: 145px;
	position: relative;
	left: 22px;
	font-size: 9px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 15px;
}

.addressBox p {
	font-size: 10px;
	color: #000;	
}

.addressBox h1 {
	font-size: 12px;
	font-weight: bold;
	color: #536474;
	line-height: 13px;
}

.addressBoxImage {
	width: 145px;
	position: relative;
	left: 22px;
}

.addressBox1 {
	margin-top: -15px;
	height: 160px;
	width: 145px;
	position: relative;
	left: 22px;
	font-size: 9px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 15px;
}

.addressBox1 p {
	font-size: 10px;
	color: #000;	
}

.addressBox1 h1 {
	font-size: 12px;
	font-weight: bold;
	color: #00467f;
	line-height: 13px;
}
