
 #sizer {
width: 80%; 
max-width: 1000px; 
min-width: 550px;
}
	
html body {
margin: 0px;
padding: 10px;
font: normal 12px arial, helvetica, verdana, sans-serif;
color: #000;
background-color: #ffffff;
}
 #header {
background: url(../images/headerline.gif) repeat-x 100% 0%;
width:100%;
height: 40px; /*Height of top section*/
}
 #toptitle {
width:100%;
}
 #toptitle h2 {
margin-top: 15px;
padding-bottom: 15px;
padding-left: 10px;
font-size: 24px;
font-family: arial, helvetica;
font-weight: bold;
color:#003366;
display:inline;
}
 html a:link {
color: #8b0000; 
text-decoration: none; 
}
 html a:active {
color: #8b0000; 
text-decoration: none;
}

 html a:visited {
color: #8b0000; 
text-decoration: none; 
}
 html a:hover {
color: #8b1a1a; 
text-decoration: underline; 
}
 #content {
margin:15px;
padding:20px;
background-color: #eee;
border: 1px solid #ccc;
}
 h3 {
font-size: 16px;
font-family: arial, helvetica;
font-weight: bold;
color:#003366;
display:inline;
}
 h4 {
font-size: 13px;
font-family: arial, helvetica;
font-weight: bold;
color:#003366;
display:inline;
line-height:17px;
}
ul {
padding-left:20px;
}

 #content img {
margin-right: 0px;
padding: 3px 8px 3px 0px;
}
 #content b {
padding: 0px 0px 35px 0px;
}
 html table {
font: normal 12px arial, helvetica, verdana, sans-serif;
}
 table img {
float:left;
display:inline;
margin-right:7px;
}
 html table h2 {
font: bold 24px arial, helvetica, verdana, sans-serif;
color: #003366;
}
 html ul {
margin-bottom: 0px;
margin-top: 0px;
margin-left: 15px;
{
 html b {
line-height:28px;
}
td.dots {
background: url(../images/dots.gif) bottom left repeat-x; 
width: 95%; 
vertical-align: bottom; 
text-align: left;
}

   </style>
<!--[if IE]> <style type="text/css"> * html div#sizer {width: 760px /* fallback value */; width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1100 ? "1000px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 570 ? "552px" : "80%")); } </style> <![endif]-->
