.top		{	width: 100%;
			height:180px;
			background-color: #f8f8f8;
			margin-bottom: 0;
}

.bottom		{	width: 100%;
			height: 40px;
			background-color: #004499;
}

.left		{	width: 20%; 
			padding: 1%;
			background-color: #004499;
			color: #FFFFFF;
}

.center		{	width: 50%; 
			background-color: #343434;
			color: #FFFFFF;
			font-size: 14px;
			link
}

.right		{	width: 20%;
			padding: 1%;
			top: 200px;
			background-color: #004499;
			font-size: 11px;
			color: #FFFFFF;
}

td		{	font-family: verdana,sans-serif;
			font-size: 12px;
}

body		{	margin-top: 10px;
			background-color: #343434;
}

.wraparound	{	width: 90%;
			margin-left: auto;
			margin-right: auto;
			background-color: #ffffff;
}

h1		{	font-size: 13px;
			font-weight: bold;
			margin-bottom: 6px;
}
		

h2		{	font-size: 13px;
			font-weight: bold;
			margin-bottom: 6px;
}

h3		{	font-size: 11px;
			font-weight: bold;
}
				