form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #343434;
	background: #FFF; 
}
a           
{   
    color: #5091CD;
    font-weight: normal;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

h1
{
	font-size: 16px;
	color: #5091CD;
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	line-height: 19px;
}
h2,h3,h4,h5,h6
{
	font-size: 13px;
	color: #5091CD;
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	line-height: 17px;
}

#topBar
{
	width: 100%;
	height: 25px;
	background: #484445;
	
}
#page
{
	margin: 0 auto;
	text-align: left;
	width: 954px;
}

#left { background: url(images/leftBG.jpg) repeat-y top left; }

#topNav
{
	font-weight: normal;
	margin: 0 0 55px 0;
}
#topNav a
{
	display: block;
	float: left;
	font-size: 11px;
	color: #583D2C;
	font-weight: normal;
	padding: 0px 8px;
	text-decoration: none;
	text-transform: uppercase;	
	border-top: 8px solid #FFF;
}
#topNav a:hover, #topNav a.selected
{
	text-decoration: none;
	border-top: 8px solid #9FCCED;
}

#mainText
{
	font-weight: normal;
	margin: 10px 30px 10px 30px;
	text-align: left;
	line-height: 16px;
}

#rightText
{
	font-weight: bold;
	margin: 10px 30px 10px 7px;
	text-align: left;
	line-height: 16px;
	color: #474444;
	font-family: Arial, Helvetica, sans-serif;
}
#phone
{
	font-size: 30px;
	color: #5091CD;
	line-height: 37px;
	font-weight: normal;
}
.floatRight
{
	float: right;
	margin: 0px 0px 10px 10px;
}
.floatLeft
{
	float: left;
	margin: 0px 10px 10px 0px;
}

#copyright
{
	font-weight: normal;
	color: #807F83;
	font-size: 10px;
	margin: 10px 30px;
	text-align: left;
}



/* Logoworks link back */
#linkback
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #807F83;
	font-weight: normal;
	padding: 0px 0px;
	margin: 0px 30px 10px;
	text-decoration: none;
	text-align: left;
}
#linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #807F83;
	font-weight: normal;
	padding: 0px 0px;
	margin: 0px 0px;
	text-decoration: none;
	text-align: left;
}

