
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body, html {
	line-height: 1;
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* nav styles */
#nav, #nav ul { /* all lists this is useless */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a:link, #nav a:visited {
	display: block;
	/* width: 10em; */
	color:#FFFFFF;
	padding:0px 9px 0px 9px;

}

#nav a:hover, #nav a:active {
	display: block;
	/* width: 10em; */
	color:#350856;
	padding:0px 9px 0px 9px;

}

#nav li { /* all list items */
	float: left;
	/* width: 10em;  width needed or else Opera goes nuts */
}

#nav li:hover, #nav li.sfhover { 
	float: left;
	/* width: 10em; */
	background:#01A39F;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #01A39F;
	/* width: 10em; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.nav_about {
margin:0px 1px 0px 1px;
}

.nav_about2 {
margin:0px 0px 0px 3px;
}

.home_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:22px;
color:#333333;
padding:15px 30px 0px 0px;
text-align:left;
}

.home_text p {
padding-top:5px;
padding-bottom:10px;
}

.home_text h2 {
padding-bottom:10px;
}

.home_text a:link, .home_text a:visited { 
color:#00B1B0;
text-decoration:none;
}

.home_text a:hover, .home_text a:active { 
color:#00B1B0;
text-decoration:underline;
}

.content_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:22px;
color:#333333;
padding:0px 0px 0px 0px;
text-align:left;
}

.content_text a:link, .content_text a:visited { 
color:#00B1B0;
text-decoration:none;
}

.content_text a:hover, .content_text a:active { 
color:#00B1B0;
text-decoration:underline;
}

.content_text p {
padding-top:5px;
padding-bottom:10px;
}

