/* /////////////////////////////////////Html/////////////////////////////////// */

body {
	font-size: 100%;
	color: #000000;
}
p { 
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style:normal;
	color: #000000;
	line-height: 170%;
}
h2{ /* headers */
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 30px;
	font-size: 92%;
}
h3{ /* Editor's choice */
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
}
h4{ /* subheaders */
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	line-height:170%;
}
h5{ /* bi lines */
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 65%;
	width:92%;
}
dl {
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 150%;
font-size:10px;
font-style:normal;
color: #000000;
float:right;
width:99%;
background-color: #ECEAEA;
margin-bottom:10px;
}
#bullets {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
font-style:normal;
color: #000000;
width:80%;
line-height: 150%;
}

/* ///////////////////////////////STANDARD HYPERLINKS///////////////////////////////////////// */


body a:link {
	color: #000000 ;
	text-decoration: none;
}
body a:visited{
	color: #000000;
	text-decoration: none;
}
/* ///////////////////////////////BREADCRUMBS HYPERLINKS///////////////////////////////////////// */

#bread {
	display:none;
}

/* //////////////////////////////////FORMATTING////////////////////////////////////////// */


#banner {

display:none;
}
#choice {
display:none;
}
.content {
width:100%;
color:#000000;
}
.links {
display:none;
}
.rightcol {
display:none;
}
#searchbox {
display:none;
}
#toplinks {
display:none;
}
.topmenu {
display:none;
}

#welcome {
display:none;
}
#caption1 {
display:none;
}
#caption2 {
display:none;
}
#caption3 {
display:none;
}
#caption4 {
display:none;
}
#caption5 {
display:none;
}
#index {
display:none;
}
pre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.6em;
line-height: 160%;
width:90%;
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.footer {
float:left;
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
margin-top:30px;
position: relative;
height:30px;
color:#000000;
background:#ffffff;
border-top:1px solid #000000;
padding-top:10px;
}


