body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/site-background.jpg);
	background-color:#3882e6;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.page-title {
	margin-top:10px;
	margin-bottom:10px;
	font-size:24px;
}

.page-subtitle {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
.quotes {
	color:#339900;
	font-size:14px;
	font-weight:bold;
}

.nav-bg {
		background-image:url(../images/nav.png);
		height:45px;
		margin-top:0px;
}
.body-bg {
		background-image:url(../images/body-background.png);
		height:554px;
}

.whitetext {
	color:#FFFFFF;
}


/* footer site link states */

a.footer:link {
	color:#919088;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}
a.footer:visited {
	color: #919088;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}
a.footer:active {
	color: #919088;
	text-decoration: none;
	font-size:11p;
	font-weight:normal;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}

/* button states */

a.button
{
    background: url(/images/button-normal.png) no-repeat;
	height: 30px;
    width: 150px;
    border: none;
	color:#CCCCCC;
	cursor:pointer;
	text-decoration:none;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:6px;
	padding-right:10px;
}

a.button:hover
{
	background: url(/images/button-over.png) no-repeat;
	height: 30px;
    width: 150px;
    border: none;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}

/* regular over states */

a:link {
	color: #000000;
	text-decoration:underline;
}
a:visited {
	color: #000000;
	text-decoration:underline;
}
a:active {
	color: #000000;
	text-decoration:underline;
}
a:hover {
	color: #ffffff;
	text-decoration:underline;
}
