/* CSS Document */

body
{
	background-color:#e5e5e5;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 auto;
	background-image:url(images/bgimage.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}


#wrapper
{
	width:750px;
	text-align:center;
	background-color:#FFFFFF;
	margin:0 auto;
}


#centerThis
{
	text-align:left;
}

#header
{
	height:250px;
	background-image:url(images/header.jpg);
}

#header p
{
	padding-top:223px;
	padding-left:10px;
}

/*.headerNotHome
{
	padding-top:3px;
}
*/
#header a, #header a:visited
{
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin-left:12px;
	margin-right:13px;
	text-decoration:none;
}

#header a.home
{
	font-size:17px;
	margin-left:14px;
	margin-right:13px;
}

#header p.headerHome
{
}

#header a:hover
{
	color:#e06012;
}

#body
{
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	margin:20px 20px 20px 20px;
}

#body p
{
	/*padding:10px 10px 10px 10px;*/
}

#body a, #body a:visited
{
	color:#0000FF;
	text-decoration:none;
}

#body a:hover
{
	color:#e06012;
	text-decoration:underline;
}

#body img
{
	margin:20px 20px 20px 20px;
}

#footer
{
	margin:20px 20px 20px 20px;
	font-size:13px;
	color:#630C0C;
}

#footer td
{
}

.headingType
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#05193a;
	padding-top:10px;
	text-align:center;
}

.subHeadingType
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
}

.cellHover td:hover
{
	background-color:#DDCCCC;
}

.floaterRight
{
	float:right;
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	border:0px dashed black;
}

#footerBottom
{
	height:50px;
}

.blueGray
{
	color:#006699;
}

.marqueeCell
{
	/*padding:2px 2px 2px 2px;*/
	border-bottom:dashed 1px #CCCCCC;
}