/* defaults */
* { margin: 0; padding: 0; }		/* fixed the space between banner and top of page. IE had wider space than FF. Another way is to use stricter doctype */

body {
	bgcolor:#FFFFFF;
	leftmargin:0;
	topmargin:0;
	marginwidth:0;
	marginheight:0;
	background-color: #E5E5E5;
}

body, td, th, p{
	font: normal 12px Arial, Helvetica, sans-serif, "Arial Black";
	line-height: 125%;
}

ul, li{ 
	margin:0; 
	padding:0; 
} 

.contenttext {
	margin: 20px 70px;
	width: auto;
}

.signature {
	padding-left: 325px;
}

.strapline {
	float: right;
	font-size: 14px;
}
#footer {
	font-size: xx-small;
	color: #666666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	line-height: normal;
}

#footer a:link {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#footer a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #EE3A43;
}

#footer .active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


#Tbl1 {
	align:center;				/* this will center table in IE */
	max-width: 750px;
	height: 100%;
}

#Table_01 {				/* these 2 lines will center table in both IE and FF */
	align:center;
	margin:0 auto;
}

#logo {
	background:url(images2/homebanners2_01.jpg) no-repeat;
}

#menubackground {
	background: url(transparentgrey.png) repeat left top;
	style:"opacity:0.4;filter:alpha(opacity=100)";
	padding:15px 15px 15px 20px;*/
}

#address {
	margin:0;
	padding:20px 20px 0px 0px;
	font-family: "Calisto MT";
	font-size: 14px;
	text-align: right;
	line-height: 110%;
	color: #1F3263;
}

#gradient {
	background-image: url(images2/horizgradient.jpg);
	background-repeat: repeat-y;
}

#gradienttext {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 425px;
	color: #FFFFFF;
}

#vertnavbarcontainer {
	background:url(images2/homebanners2_02.jpg) no-repeat;
	margin: 0px;
	padding:0px 470px 0px 25px;
}

#vertlist {
	margin: 0;
	padding: 20px 20px 20px 25px;
	style:"opacity:0.5;filter:alpha(opacity=100)";
	min-height: 146px;
	max-height: 185px;
	max-width: 150px;
}

#vertlist li {
	padding:15px 0px 10px 0px;
	margin:0px;
	line-height: 100%;
	list-style-type: none;
	list-style: none;
	font-family: "Calisto MT";
	text-decoration: none;
	font-color: #FFF;
	font-weight: bold;
	text-align: left;
}


#vertlist .current {
	color:#FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: medium;
}

#vertlist a:link {
	font-weight: bold;
	font-size: medium;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#vertlist a:visited {
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
	color: #FFFFFF;
}

#vertlist a:hover {
	font-weight: bold;
	font-size: medium;
	font-style: normal;
	color: #EE3A43;
	text-decoration: none;
}

#vertlist .active {
	color:#FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: medium;
}
