body 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	line-height: 1.25; 
	xcolor: #036; 
	background: url("pics/ilbg.jpg") #316494 repeat-x top left; 
	margin: 0em; 
	padding: 0em;
}
html, body 
{ 
	margin-bottom:40px; 
}
a img, a:link img, a:visited img, img { border: none; text-decoration: none; }
h1 
{
    color: #1b4e81;   
    font-size: 190%;
    font-style:italic;
    font-weight:bold;
}
h2  
{
    color:#003e7e; 
    font-size: 110%; 
    margin-bottom:0px;
}
div#page  
{
    width: 986px; 
    padding: 0px; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    margin-left:auto; 
    margin-right:auto; 
}
div#masthead
{
    padding-top: 10px;
    position:relative;
}
  
div#logo
{
    background-image: url("pics/banner.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
}
div#logo img
{
    padding-left:30px; /* If you are using the Reports logo*/
}

div#motto
{
    position:absolute;
    right: 10px;
    bottom: 10px;
    overflow:auto;
}
div.content
{
    background-color:White;
    padding:10px;
    overflow:hidden;
}
div.welcomemessage
{
    text-align:center;
    font-weight:bold;
}
.largefont
{
    font-size:150%;
}
.medfont
{
    font-size:125%;
}
.sep
{
    background-image: url("pics/dot.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    display:inline-block;
    width:20px;
}
ul.agencylinks
{
    list-style-type:none;
}
ul.agencylinks p
{
    margin-top:0px;
}

ul.agencylinks li
{
    float:left;
    display:inline;
    width: 50%;
    padding-bottom:25px;
}
ul.agencylinks li.last-item
{
    width:100%;
    text-align:center;
}

div.agencylinks ul:after 
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height:      0;
	line-height: 0;
	font-size:   1px;
}
ul.agencylinks a
{
    height:32px;
    width:32px;
    display:inline-block;
    background: url("pics/PrintRoll.gif") 0 0;
}
ul.agencylinks a:hover
{
    background: url("pics/PrintRoll.gif") -32px 0;
}
      
div#footer
{
    width:986px;
    margin:auto;
    height:40px;
    background-image: url("pics/footer.gif");
    background-repeat:no-repeat;
    background-position:center top;
}
/* Not using Utility Nav
div#utilityNav
{
    margin: 0px;
}
div#utilityNav ul
{
    list-style-type:none;
    padding-left:20px;
}
div#utilityNav ul li
{
    border-left-color: White;
    border-left-width: thin;
    border-left-style: solid;
    float:left;
    display:inline;
}
div#utilityNav ul li.first-child
{
    border-left-width:0px;
}
div#utilityNav ul li a
{
    color:White;
    padding-right: 1.1em;
    padding-left: 1em;
    font-weight:bold;
    text-decoration:none;
    float:left;
    display:inline;
}
div#utilityNav ul:after 
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height:      0;
	line-height: 0;
	font-size:   1px;
}
*/