@charset "utf-8";
.includemnu{
width: 200px; /*width of menu*/
float: left;
height:100%;
}

/* IE 3-pixel bug hack */
* html .includemnu { 
margin-right: -3px;
display: inline;
} 

body{
	background: url(../img/sep.gif);
	background-repeat:repeat-y;
	margin:0 0;
	height: 100%;
}
.jrmnu a{
color: white;
}
.jrmnu a:link{
color: white;
}
.jrmnu a:visited{
color: white;
}
.jrmnu a:hover{
color: white;
}
.jrmnu a:active{
color: white;
}


.jrmnu{
width: 190px; /*width of menu*/
}

.jrmnu .jrhdr{
font: bold 13px Verdana;
color: white; /* COLOR OF MAIN MENU LINK HEADINGS */
background: #0000CE url(../img/dn.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
margin-top: 1px;
}

.jrmnu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.jrmnu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.jrmnu ul li a{
font: normal 12px Arial;
color: white;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 35px; /*link text is indented 35px*/
text-decoration: none;
background: #0033FF;  /*Sub-menu link background (not yet visited) */
}

.jrmnu ul li a:visited{
color: white;
background: #0033FF; /*Sub-menu link background (visited) */
}

.jrmnu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.jrmnu .toplink a:link {color: white;
text-decoration: none;
}
.jrmnu .toplink a:visited {color: white;
text-decoration: none;
}
.jrmnu .toplink a:hover {color: #33FFFF;
text-decoration: none;
}
.jrmnu .toplink{
font: bold 13px Verdana;
color: white;
background: #0000CE url(../img/rt.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
margin-top: 1px;
}

.seal {
display: block;
width: 131px;
height:132px;
padding: 10px 0 0 31px;
}
.ttl {
width: 190px;
margin-bottom:-3px;
}
