body{
padding: 0px 0px;
margin: 2px 2px;
}

.noline {text-decoration:none; color:#000000;}

h1 {
	font-family: verdana, arial, helvetica;
	font-size: 13pt;
	margin-bottom: 3px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666666;	
}
h2 {
	font-family: verdana, arial, helvetica;
	font-size: 11pt;
	margin-bottom: 3px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;	
}
span.blueline {
	border-bottom: 2px solid #003399;
	width : 100%;
	height: 2px;
	margin-bottom: 0px;
}
div.blueline {
	border-top : 2px solid #003399;
	width : 100%;
	height: 2px;
	margin-bottom: 0px;
}
div.bluelinesmall {
	border-top : 1px solid #003399;
	width : 100%;
	height: 2px;
	margin-bottom: 0px;
}
a.sidebig {
	font-size: 9pt;
	padding: 5px;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
	height: 9pt;
	width: 102px;
}
.sidesmallsubhead {
	font-size: 7.5pt; 
	height: 7.5pt; 
	padding: 5px; 
	font-family: verdana, arial, helvetica; 
	color: #ffff00;
	text-decoration: none;
/*	background: #333399;*/
	width: 102px;
/*	border-top: 1px solid #333399; */
}
a.sidesmall {
	font-size: 7.5pt; 
	height: 7.5pt; 
	padding: 5px; 
	font-family: verdana, arial, helvetica; 
	color: #ffff00;
	text-decoration: none;
	width: 102px;
}
A.sidebig:hover{
	font-size: 9pt;
	padding: 5px;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
	height: 9pt;
	width: 102px;
	background: #ffffff; 
	color: #999900;
	font-style: italic;
}
A.sidesmall:hover { 
	font-size: 7.5pt; 
	height: 7.5pt; 
	padding: 5px; 
	font-family: verdana, arial, helvetica; 
	color: #ffff00;
	text-decoration: none;
	width: 102px;
	background: #ffffff; 
	color: #999900;
	font-style: italic;
}
a:hover {
	background: #eeeeee; 
}

.quicklink { 
	font-size: 8pt; 
	height: 12pt; 
	font-family: verdana, arial, helvetica; 
	color: #003366;
	background: #ffffff; 
	border: 1px #003366 solid;
	padding: 0px 0px;
	margin: 0px 0px;
}
.pulldown {
	padding: 0px 0px;
	margin: 0px 0px;
	margin-top: 10px;
	margin-right: 10px;
}

div.header { 
	background-image : url("images/background_top.gif");
	margin : 0px;
	width : 100%;
}
td.newhead { 
	background-image : url("images/logo_top.gif");
	margin : 0px;
	width : 415px;
	height: 72px;
}

select {
	margin-top: 15px;
}

div.sidebar {
	float : left;
	width : 102px;
	height : 100%;
	margin : 0px;
	background-image : url("images/background_side.gif");
	text-align : right;
}
div.content {
	height : 100%;
	width: 500px;
	padding-left: 10px;
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	padding-bottom: 10px;
}
div.contenttext {
	margin-top: 10px;
	margin-right: 10px;
}
div.contentlinks {
	float : right;
	width: 140 px;
	background: #eeeeee;
	padding: 10px;
	text-align: center;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	border: 1px;		
	
	border-color : #003399;
	border-style : solid;
}
p.contentlinks {
	margin-top: 0px;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}

span.tm {
	font-family: verdana, arial, helvetica;
	font-size: 7.5pt;
	vertical-align : super;
}
span.top {
	font-family: verdana, arial, helvetica;
	font-size: 7.5pt;
	float : right;
	margin-top : 0px;
	vertical-align : bottom;
	padding-top : 6px;
}
p.superbold {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	margin-top: 0px;
	font-weight: bolder;
}

span.grayline {
	border-top : 1px solid #666666;
	width : 100%;
	height: 1px;
	margin-bottom: 0px;
}
.search {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	background: #003366;
	color: #FFFF00;
	font-weight: bold;
	border: 2px solid #999999;
}
.searchbox {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	background: #eeeeee;
	color: #003366;
	border: 1px solid #666666;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #c4c4c4; /*overall menu background color*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 128px; /*Width of top level menu link items*/
padding: 0px 0px;
padding-bottom: 5px;
border: 1px solid #c4c4c4;
border-left-width: 0;
text-decoration: none;
color: black;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
z-index: 1000;
font-size: 11px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 3px 5px;
border: 1px solid #ccc;
font-size: 10px;
}

.suckertreemenu ul li a:hover{
background-color: #afafaf;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #c4c4c4 url(iamges/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #c4c4c4 url(images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 10em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */