@charset "UTF-8";
/* CSS Document */

a:link, a:visited {
 	text-decoration:none;
 }

 h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
/* STYLES REMOVED FOR CONFLICT 
 ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dd, dt {
	margin:0;
	padding:0;
	list-style: none;
 }
 */
 a img,:link img,:visited img { border: none; }

td {
	border-style:none;
}
body {
	padding: 10px;
	background: #e2ffcc;
	margin: 0;
	font-family: Verdana,Helvetica,Sans-Serif;
	color: Black;
	font-size: 11px;
}
#wrappergrade {
	width: 720px;
	background: url(../images/BTFLogoSup.gif) no-repeat 35px 80px;
}

#subnav {
	margin: 5px 0 10px;
}
#subnav ul {
	margin-left: 0;
}
#subnav li {
	list-style: none;
	display: inline;
	padding-right: 40px;
	margin-top: 20px;
	font-weight: bold;
	text-decoration: underline;
}
#subnav a:link, a:visited {
	color: #0000D1;
	font-weight: bold;
	text-decoration: underline;
}
#subnav a:focus, a:hover {
	color: #66cc33;
	text-decoration: underline;
}

.content {
	margin-left: 250px;
	width: 470px;
	padding-top: 0;
}
.content ul {
	padding-top: 5px;
	font: normal 11px/120% Verdana,Helvetica,Sans-Serif;
	margin-bottom: 10px;
	margin-left: 1em;
}
.content ul li {
	padding-bottom: 5px;
	list-style: disc outside;
	color: #66cc33;
}
.content h1 {
	color: #0000d1;
	font-size: 18px;
	margin: 15px 0px 5px;
}
	
.content h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content h4 {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 10px;p {
	margin-top: 5px;
	margin-bottom: 8px;
	color: #000;
}
.content p {
		line-height: 120%;
		padding-bottom: 5px;
}
.content em {
	font-style: italic;
	font-weight: bold;
}
