@charset "utf-8";

/* CSS Document */



body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 882px;
margin-right:auto;
margin-left:auto; 
font: 14px Verdana, Arial, Helvetica, sans-serif;
}

p {

font: 12px Verdana, Arial, Helvetica, sans-serif;

}
a.callout{
color:#ffffff;
text-decoration:none;
}
table.header{

background-image:url(img/innerHeader.jpg);
	color: #FFFFFF;
	height:75px;
	width:882px;
	}

	img.noborder{
	border: 0;
	}

	img {
	 -ms-interpolation-mode: bicubic;
	 border-color:#000000;
}

a.mainbody{
color:#003366;

}

table.mainbody{
width:883px;
background:#ffffff;
font:14px;
vertical-align:top;
color:#003366;
vertical-align:top;
}
table.callout{
border:1;
background:#003366;
font:11px;
vertical-align:top;
color:#ffffff;
vertical-align:top;
}

tr.mainbody{
vertical-align:top;
}

p.mainbody{
margin:10px;
font:14px;
color:#003366;
}
li.mainbody{
position: fixed;
}

img.bordered{
border: thin;
border-color:#000000;
}