body {
	background: #EBEBEB url("../images/back_center.gif") repeat-x;;
	margin: 0px;
	padding: 0px;
}

#top {
	width: 100%;
	background: #CCCCCC;
}
#navBar {
	width: 750px;
	margin-top: 20px;
	text-align: right;
	text-transform: lowercase;
}
#content {
}

.contentTable {
	background:   url("../images/back_table.jpg") no-repeat;
	width: 790px;
}

/* Fonts */
p,td {
	font: normal 12px/18px Tahoma, Verdana, Arial;
	color: #000000;
}
h1 {
	font: bold 20px Tahoma, Verdana, Arial;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #C3352A;
}
.subhead {
	font: 12px/18px Tahoma, Verdana, Arial;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	color: #C3352A;
}
.color {
	color: #C3352A;
}

a:link,
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #C3352A;
	text-decoration: underline;
}

	
/* Link */
a.nav,
a.nav:link,
a.nav:visited {
	background: #999999;
	font: 10px Arial;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 10px 5px 10px;
	margin-right: 1px;
}
a.nav:hover {
	background: #C3352A;
	color: #FFFFFF;
}



/* Footer */
#footer {
	width: 100%;
	margin-top: 10px;
	padding-bottom: 30px;
}
.footerTD {
	font: normal 12px/13px Arial;
	color: #777777;
}
.footerColor {
	color: #B93232;
}
a.footerLink,
a.footerLink:link,
a.footerLink:visited {
	color: #777777;
	text-decoration: none;
}
a.footerLink:hover {
	color: #B93232;
	text-decoration: underline;
}

