body {
    background:#FFFFFF;
	font-family:Verdana;
    font-size: 12px;
}
#wrapper {
	background-color: #FFFFFF;
	margin:0px;
    padding:0px;
}
#maincontent{
	margin:0px;
}
#insidecontent {
padding:0 10px 0 10px;
}

#footer {
	bottom: 0px;
	z-index:2;
	padding:0;
	border: 0;
    text-align: center;
    margin: 0 auto;
    width: auto;
	margin-top:40px;
	margin-bottom:10px;
}
#footer a{
        font-size: 10px;
}
#footer a span {
    display:none;
}
#footer a:hover {
        position:relative;
}
#footer a:hover span {
	float:left;
	display:block;
	border:solid 1px #CCCCCC;
	position:absolute;
	background-color:#FFFF99;
	left:10px;
	top:27px;
	width: 200px;
	padding:2px;
	z-index:2;
	color:#003366;
	text-align:left;
}
.ultra-fine-print {
        font-family: Verdana;
        font-size: 9px;
        font-style: normal;
        font-weight: normal;
        color: #000000;
}
.fine-print {
        font-family: Verdana;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
        color: #000000;
}
.fine-print-b {
        font-family: Verdana;
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
        color: #000000;
}
.fine-print-bc {
        font-family: Verdana;
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
        color: #006699;
}
.body-copy {
        font-family: Verdana;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #000000;
}
.body-copy-b {
        font-family: Verdana;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #000000;
}
.body-copy-bc {
        font-family: Verdana;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #006699;
}
.header {
        font-family: Verdana;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        color: #000000;
}
.header-b {
        font-family: Verdana;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        color: #000000;
}
.header-bc {
        font-family: Verdana;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        color: #006699;
}

.big_attention {
	font-family:Verdana;
	font-size:18px;
	color: #FF0000;
	margin:1px;
	padding:1px;
	font-weight: bold;
	border: solid #CC9999 2px;
}

a:link {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #3366FF;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffccff;
}

#notice {
height:20px;
}

#notice a {
font-family:Verdana;
font-weight:bold;
font-size:16px;
color:#FF0000;
border:#DEDEDE solid 2px;
background:#DDDDDD;
width:65%;
padding:3px;
margin:5px;
z-index:2;
}


/* MENU SYSTEM HERE */
/* THIS SECTION DEFINES THE MENU AND ALL PORTIONS OF THE MENU
-------------------------------------------------------------*/
#menuheaderback {
/*background:url(../images/menu-back.jpg) no-repeat top left;*/
height:27px;
}

#menutable {
/*background:url(../images/menu-back.jpg) no-repeat left;*/
font-family:Verdana;
font-size:12px;
}

#menu {
position:relative;
text-align:left;
width:600px;
}
#menuitem {
position:relative;
display:block;
float:left;
font-size:12px;
text-align:center;
background: url(../images/tab-back.jpg) top center #4D7777;
/*border:#006666 solid 1px;*/
padding:2px 0 0 0;
width:97px;
height:20px;
margin:0;
}

#menuitem a {
margin:0;
padding:0px 2px 0px 2px;
text-decoration:none;
font-weight:normal;
z-index:1;
}

#menuitem span {
display:none;
background:#CCCCCC;
position:absolute;
float:left;
top:20px;
left:0;
width:128px;
text-align:left;
padding:1px;
color:#666666;
z-index:1;
}

#menuitem a:link {
display:block;
color:#0099CC;
}
#menuitem a:visited {
display:block;
color:#0099CC;
}
#menuitem a:hover {
display:block;
color: #00CCFF;
/*background:#5A9957;*/
}
#menuitem a:active {
display:block;
color:#0FF0FF;
}

#menuitem span a:link {
color:#0000AA;
}
#menuitem span a:visited{
color:#0000AA;
}
#menuitem span a:hover {
color: #CCFF66;
font-weight:bold;
background:#E028AC;
}

h1 {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 24px;
                color: #252525;
                font-weight: bold;
                margin: 0;
                padding: 0
}