@charset "utf-8";
/* CSS Document */

body {
background:#FFFFFF url(images/bg.jpg) top center;
color:#0053A1;
font-family:"Trebuchet MS";
font-size:12px;
margin:0px; padding:0px;
margin-top:10px;
}
div.header {
width:900px;
background:url(images/logo.gif) top left no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px auto 0px auto;
}

div.menu {
width:100%; height:25px;
background:url(images/menu_bar.gif) top left repeat-x;
}

div.menu span {
background:url(images/dot.gif) center left no-repeat;
}

div.menu a:link {
color:#1964AA;
text-decoration:none;
padding-left:25px;
padding-right:25px;
background:url(images/dot.gif) no-repeat center right;
font-size:14px;
font-weight:bold;
}

div.menu a:visited {
color:#1964AA;
text-decoration:none;
padding-left:25px;
padding-right:25px;
background:url(images/dot.gif) no-repeat center right;
font-family:"Trebuchet MS";
font-size:14px;
font-weight:bold;
}

div.menu a:hover {
color:#0053A1;
text-decoration:underline;
}

p {
margin:0px;
padding:0px;
margin-bottom:1em;
}

div.mainContent {
width:800px;
background-color:#FFFFFF;
border:1px solid #86AED3;
border-bottom:none;
margin:10px auto -2px auto;
padding:5px;
}

h1 {
margin:0px; padding:0px;
margin-bottom:0.5em;
line-height:100%;
color:#0053A1;
font-size:18px;
font-weight:bold;
border-bottom:1px solid #0053A1;
}

td.bulleted{
padding-left:10px;
background:url(images/dot.gif) no-repeat center left;
}
td.bulletTitle {
font-size:14px;
border-bottom:1px dotted #0053A1;
}

.special {
width:700px;
border:1px solid #0053A1;
padding:5px 5px 15px 5px;
margin-left:25px;
background:url(images/yellow.jpg) repeat-x bottom left;
}