﻿body
{
	background-color: Black;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	height: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
}

div
{
	margin: 0px;
	padding: 0px;
}

a
{
	border: none;
}

img
{
	border: none;
}

#mainWrapper
{
	background: White;
	border: groove 1px Black;
	margin: auto;	
	width: 800px;
}

#bannerTopDefault
{
	background: url(images/bannerTop.jpg);
	height: 320px;
	width: 800;
}

#topNavDefault
{
	background: url(images/navBar.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 38px;
}

#topNavDefault a, #topNavDefault a:visited
{
	color: White;
	display: inline-block;
	margin: 8px 20px 0 40px;
}

#mainContentDefault
{
	float: left;
	font-size: 90%;
	margin: 20px 20px 0 20px;
	text-align: left;
	width: 505px;
}

#taxCommPhoto
{
	background: url(images/rightRoundTop.gif);	
	background-repeat: no-repeat;		
	float: right;
	padding: 20px 0 0 0;
	margin: 20px 10px 0 0;
	width: 232px;
	background-color: #DEE3E4;
}

#taxCommPhotoBottom
{	
	background: url(images/rightRoundBottom.gif);
	height: 21px;
	width: 232px;
}

#footer
{
	clear: both;
	font-size: smaller;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
}

#commPhoto
{
	margin: 7px 0 0 2px;
}

/* Secondary Pages */
#bannerTop
{
	background: url(images/secBanner.jpg);
	height: 270px;
	width: 800;
}

#topNav
{
	background: url(images/navBar.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 38px;
}

#topNav a,
#topNav a:visited
{
	color: White;
	display: inline-block;
	margin: 8px 20px 0 40px;
}

#mainContent
{	
	font-size: 90%;
	margin: 20px;
	text-align: left;
}
