@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #D0D4D9;
	position: absolute;
	height: 100%;
	background-image: url(images/backg.jpg);
}
img
{  border-style: none;
}
#container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left: 0px;
	height: 100%;
}

#header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;
	font-weight: bold;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#flashbanner {
	background: #DDDDDD;
	padding: 0 0px 0 0px;
	font-weight: bold;
}
#mainContent {
	padding: 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font: Arial, Verdana;
	font-size: 80%;
}

#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 27px;
	position: fixed;
	left: 0px;
	bottom: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* ----- */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style99 {font-size: 80%}


.style101 {color: #000033; font-size: 60%; }
.style103 {
	font-size: 60%;
	color: #666666;
}
.style104 {
	font-size: 100%;
	font-weight: bold;
}

/* new content */

td.jscontent h1 {color:#262B69; font-size:18px;}
td.jscontent h2 {color:#262B69; font-size:18px;}
td.jscontent p a {color:#262B69;font-weight:bold;text-decoration:none;}
td.jscontent p a:hover {color:#262B69;font-weight:bold;text-decoration:underline;}
td.jscontent p strong {color:#262B69;font-weight:bold;}
p.pageLinks {font-size:12px;text-align:center;}
p.pageLinks a {font-size:12px;} p.pageLinks a:visted {font-size:12px;}

td.footerLinks a {font-size:12px;display:inline;}
