﻿a:link
{
	color: rgb(204, 102, 0);
}
a:visited
{
	color: rgb(51,153,102); 
} 
a:active 
{
	color: rgb(255,153,0);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,204);
	color: rgb(102,51,153);
}
table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: rgb(102,51,153);
}
h2
{
	color: rgb(255,102,153); 
}
h3
{
	color: rgb(51,153,102); 
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}
#mainSFMAPS {
	width: 100%;
}
#leftMain {
	position: relative;
	width: 454px;
	float: left;
	overflow: hidden;
	top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#rightMain {
	position: relative;
	width: 300px;
	float: right;
	background-color: #E5E5E5;
	top: 1px;
}
