



body{
	background: #efecca;
	font: 100%  arial, helvetica, sans-serif;
	font-size: 9pt;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 160%;
	align: left;
	vertical-align:top

}



h1 {
	font-family:  arial, helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
p {color: #000000; font-family:  arial, helvetica, sans-serif; font-size: 9pt; line-height: 160%}

.maintext { color: #000000; font-family:  arial, helvetica, sans-serif; font-size: 9pt; font-weight:normal; line-height: 125%}
.maintext1 { color: #000000; font-family:  arial, helvetica, sans-serif; font-size: 9pt; line-height: 125%}
.biotext2 { color: #000099; font-family:  arial, helvetica, sans-serif; font-size: 9pt; font-weight:normal; line-height: 125%}
.breakspacer { color: #000000; font-family:  arial, helvetica, sans-serif; font-size: 8pt; line-height: 50%}
.smbreakspacer { color: #000000; font-family:  arial, helvetica, sans-serif; font-size: 8pt; line-height: 30%}
.medbreakspacer { color: #000000; font-family:  arial, helvetica, sans-serif; font-size: 8pt; line-height: 80%}
.lgbreakspacer { color: #000000; font-family:  arial, helvetica, sans-serif; font-size: 8pt; line-height: 130%}
.biotext { color: #000000; font-family:  arial, helvetica, sans-serif; font-size: 9pt; font-weight:normal; line-height: 120%}


.linespacer { color: #000000; font-family: arial, helvetica, sans-serif; font-size: 8pt; line-height: 150%}
.bottomtext { color:#000000; font-family: arial, helvetica, sans-serif; font-size: x-small; line-height: 100%}
.footertext { color:#efecca; font-family: arial, helvetica, sans-serif; font-size: x-small; line-height: 160%}
.captiontext { color:#000000; font-family: arial, helvetica, sans-serif; font-size: x-small; line-height: 120%}


.headertext {font-family: arial, helvetica, sans-serif; font-size: 12pt; color:#01579F; font-weight:bold; line-height: 160%}
.headertext2 {font-family: arial, helvetica, sans-serif; font-size: 12pt; color:#01579F; font-weight:bold; line-height: 110%}
.subhead {font-family: arial, helvetica, sans-serif; font-size: 8pt; color:#01579F; font-weight:bold; line-height: 110%}
.headertext3 {font-family: arial, helvetica, sans-serif; font-size: 10pt; color:#000000; font-weight:bold; line-height: 110%}
.headertext4 {font-family: arial, helvetica, sans-serif; font-size: 11pt; color:#01579F; font-weight:bold; line-height: 130%}
.headertext5 {font-family: arial, helvetica, sans-serif; font-size: 11pt; color:#01579F; font-weight:bold; line-height: 110%}
.headertext6 {font-family: arial, helvetica, sans-serif; font-size: 11pt; color:#000000; font-weight:bold; line-height: 110%}
.headertext7 {font-family: arial, helvetica, sans-serif; font-size: 12pt; color:#000000; font-weight:bold; line-height: 110%}
.headertext9 {font-family: arial, helvetica, sans-serif; font-size: 11pt; color:#3300cc; font-weight:bold; line-height: 110%}
.headertext10 {font-family: arial, helvetica, sans-serif; font-size: 12pt; color:#000000; font-weight:normal; line-height: 110%}

.biotitle {font-family: arial, helvetica, sans-serif; font-size: 16pt; color:#01579F; font-weight:bold; line-height: 110%}


.headertext8 { color: #000000; font-family:  arial, helvetica, sans-serif; font-size: 9pt; line-height: 110%  font-weight:bold;}




h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcfae1;}

a:visited  { text-decoration: none; font-family: arial, helvetica, sans-serif; color:#000099; }


a:hover  {text-decoration: none; font-family: arial, helvetica, sans-serif; font-weight:bold; color:#3300ff; }

a:link { text-decoration: none; font-family: arial, helvetica, sans-serif; color:#3300ff; }
a:active  { text-decoration: none; font-family: arial, helvetica, sans-serif;  color:#3300ff; }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #01579f; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #a7a37e;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(ddsmenu/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
