body {
	background-image: url(../images/bg/bg.jpg);
	background-color: #eeeeee;
	background-repeat: repeat-y;
	background-position: center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link, a:visited {
   color:#000099;
   text-decoration: none;
}

a:hover, a:active {
   color: #000099;
   text-decoration: underline;
}


.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.bottomlinks a:link, .bottomlinks a:visited {
    color: #FFF;
	text-decoration: none;	
}
.bottomlinks a:hover, .bottomlinks a:active {
    color: #FFF;
	text-decoration:underline;
}

#pagecontent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #0000B5;
	font-variant: normal;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0000B5;
}

/* Side navigation list styles */
#navcontainer { width: 225px; }

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
}

#navcontainer li
{
margin: 0px;
padding: 0px;
line-height: 20px;
}

#navcontainer ul li a
{
display: block;
width: 225px;
padding-left: 20px;
background-color: #BAC8DA;
font-size: 1 em;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
color: #0000B3;
text-decoration: none;
background-image: url(../images/bgrf/bullet.gif);
background-repeat: no-repeat;
background-position: left top;
}

#navcontainer ul li a:hover {
background-color: #6681C0;
color: #fff;
background-image: url(../images/bgrf/bullet.gif);
}

#navcontainer ul ul li a {
display: block;
padding-left: 40px;
width: 225px;
background-color: #BAC8DA;
font-size: 1 em;
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited
{
color: #0000B3;
text-decoration: none;
background-image: url(../images/bgrf/dash.gif);
background-repeat: no-repeat;
background-position: left top;
}

#navcontainer ul ul li a:hover
{
background-color: #6681C0;
color: #E2E2F5;
background-image: url(../images/bgrf/dash.gif);
}

/* selected states */
#navcontainer ul li a#current
{
font-weight: bold;
color: #FFFFFF;
background-repeat: no-repeat;
background-position: left top;
background-image: url(../images/bgrf/bullet-active.gif);
background-color: #3961C0;
}

#navcontainer ul ul li a#subcurrent
{
font-weight: bold;
color: #98C8F7;
background-repeat: no-repeat;
background-position: left top;
background-image: url(../images/bgrf/dash-active.gif);
background-color: #6681C0;
}


/* top navigation list styles */
#topnavlist a { padding: 3px 13px; }

#topnavlist a:link, #topnavlist a:visited {
   color: #fff;
   background-color: #0000B3;
   text-decoration: none;
}

#topnavlist a:hover {
   color: #fff;
   background-image: url(../images/bgrf/tbullet_o.gif);
   text-decoration: underline;
}
/* selected state */
#topnavlist a#topcurrent {
   color: #03D8FF;
   background-image: url(../images/bgrf/tbullet_a.gif);
   text-decoration:none;
}

/* header content styles */
#headercontent {
   color: #FFF;
   padding: 5px 5px;
}

#headercontent h1 {
    font-size:18px;
	font-weight:600;
	line-height: 34px;
}

#headercontent h3 {
   font-size:24px;
   font-weight:600;
}

#headercontent p {
   font-size:14px;
   font-style:italic;
   font-weight: 500;
}   