body {
	
	background-color: white;
	margin: 0px 0px 0px 0px;
	text-align: center;
	
}

div#header
{
	color: #474747;
	font-size: 18px;
	font-style: italic;
	font-family: Arial,Helvetica,sans-serif;
}

.standard
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: black;
}

#navcontainer
{
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
	color: #FFFFFF;
	width: 100%;
	font-size: 18px;
	text-align: center;
	float: center;
}

#maintext
{
	color: black;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

div#bottombackground
{
	background-image: url(../images/backgroundBottom.png);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #1f2227;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.botstripe
{
	height: 83px;
	background: #1f2227;
	background-image: url(../images/backgroundBottom.png);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center center;
	color: white;
}

#contactinfo
{
	font-family: Arial,Helvetica,sans-serif;
	color: white;
	font-size: 12px;
}

div#botmenu
{
	font-size: 11px;
	color: #1f2227;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
}

div#botmenu a
{
	color: #1f2227;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
}

div#mainbackground
{
	height:110px;
	background-image: url(../images/backgroundMain.png);
	background-repeat:no-repeat;
	background-color: #1f2227;
	background-position: center center;
}

#menu 
{
	background: #333;
	float: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li 
{
	float: left;
	font: 90% "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu a 
{
	color: black;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

#menu a:hover 
{
	background: #bcbcbc bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}