/* CSS Document */

body
{
	background: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

/* STYLES */
#outerFrame
{
	width: 775px;
	margin: auto;
	border: double 3px #666666;
}

#header
{
	width: 775px;
	height: 75px;
}

#welcomeSeal
{
	width: 775px;
	height: 527px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#footer
{
	width: 775px;
	background-color:#666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding: 30px 0 30px 0;
	
}

#contentBody
{
	padding: 276px 0 0 240px;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #000000;
}

#contactInfo
{
	padding: 5px 0 0 535px;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #000000;
}


/* CLASSES */


/* FONT STYLES */
