body
{
	background-color: #CCCCCC;
	/*background: fixed #FCB02D url(orange-burst.jpg) center no-repeat;*/
	text-align:center;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
#container {
	position: relative;
	width: 716px;
	margin: 10px auto 0 auto;
}
td {
	font-size: 0.8em;
	color: #FFFFFF;
}
.main {
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	background-color: #2E3C67;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #FF8A00;

}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FF8A00;

}

a:link, a:visited
{
	text-decoration: none;
	color:#666666;
}
a:hover, a:visited:hover
{
	text-decoration: underline;
	color: #FF8A00;
}

#frame a:link, #frame a:visited
{
	color: #FF8A00;
}

#frame a:hover, #frame a:visited:hover
{
	color: white;
}

.skip a:link, .skip a:visited
{
	color: white;
}

#frame
{
	text-align: left;
}

.quote
{
	float: right; 
	width: 180px; 
	text-align: right; 
	color: #FF8A00; 
	border-left: 1px dotted #FF8A00;
	margin-right: 4px;	
}
.quoteleft
{
	float: left; 
	width: 250px; 
	text-align: left; 
	color: #FF8A00; 
	border-right: 1px dotted #FF8A00;
	margin-right: 10px;	
}

hr
{
	color: #FF8A00;
	height: 1px;
	background: clear;
	border: 0;
	border-top: 1px dotted #FF8A00;
	margin-left: 0;
	margin-right: 0;
	clear: both;
}

.dllink
{
	font-weight: bold;
}