body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	background-color: #c0c0c0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
}
a {
	color: #0066cc;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
}
a:active {
	color: #0066cc;
}
a:hover {
	color: #800080;
	text-decoration: none;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 130%;
	font-weight: normal;
	color: #000000;
}
h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 140%;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	list-style-position: outside;
	list-style-type: disc;
}
#orangebg{
	background-color: #ff9900;
	color: #ffffff;
	text-align: right;
}

#container {
	width: 680px;
	background-color: #ffffff;
	padding: 10px;
	margin: 0 40px 0 40px;
	border: 1px solid #999999;
}

#fright{
	float:right;
	background-color: #ffffff;
	width:300px;
        padding: 10px 0px 10px 10px;
}
#fleft{
	float:left;
	background-color: #ffffff;
	width:300px;
        padding: 10px 10px 10px 0px;
}


#footer {
	background-color: #f4f4f4;
	padding: 10px;
	text-align: right;
	border-top: 1px solid #cccccc;
}

.footer {
	background-color: #f4f4f4;
	padding: 10px;
	text-align: right;
	border-top: 1px solid #cccccc;
}


.white {
	color: #FFFFFF;
	font-weight: bold;
}

.white a {
	color: #FFFFFF;
	font-weight: bold;
}

.white a:link {
	color: #FFFFFF;
	font-weight: bold;
}
.white a:active {
	text-decoration: none;
	color: #ffffff;
}
.white a:visited {
	text-decoration: none;
	color: #ffffff;
}
.white a:hover {
	text-decoration: none;
	color: #ffffff;
}
