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

body {
padding-top:1;
margin-top:1;
padding-bottom:2px;
margin-bottom:2px;
background-color:#fff;
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
background-position:center;
}

.h1 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}

.maintext {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

.footer {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


a.footer {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

a.footer:hover {
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

#topstrip {
position:relative;
display:table;
margin-left:auto;
margin-right:auto;
width:950px;
height:18px;
background-image:url(images/topstrip.jpg);
font-family:Arial, Helvetica, sans-serif;
font-size:8px;
color:#0b0275;
}

#header {
display:table;
position:relative;
margin-left:auto;
margin-right:auto;
width:950px;
height:196px;
}

#bodytop {
display:table;
position:relative;
margin-left:auto;
margin-right:auto;
width:950px;
height:18px;
background-image:url(images/bodytop.jpg);
}

#bodymiddle {
display:table;
position:relative;
margin-left:auto;
margin-right:auto;
width:950px;
height:auto;
background-image:url(images/body.jpg);
}

#links {
float:left;
width:185px;
height:auto;
padding-left:15px;
}

#bodytext {
float:right;
width:710px;
height:auto;
padding-left:20px;
padding-right:20px;
}

#bodybottom {
display:table;
position:relative;
margin-left:auto;
margin-right:auto;
width:950px;
height:20px;
background-image:url(images/bodybottom.jpg);
}

#footer {
display:table;
position:relative;
margin-left:auto;
margin-right:auto;
width:950px;
height:48px;
padding-top:15px;
background-image:url(images/footer.jpg);
text-align:center;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}



.glossymenu{
margin: 4px 0;
width: 178px; /*width of menu*/
border: 1px solid #000000;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: 12px Arial, Helvetica, sans-serif;
color: #fff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
text-decoration: none;
padding-left:5px;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #fff;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px  Arial, Helvetica, sans-serif;
color: white;
background-color:#666666;
text-decoration: none;
padding: 4px 0;
padding-left:5px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}
