@charset "UTF-8";
/* Contact Styles */

#bodyContent {
	padding: 0 80px;
	}

#bodyContent a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}

#bodyContent a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}

#bodyContent a:hover {
	font-weight: bold;
	color: #333333;
	background-color: #ffcc66;
	text-decoration: none;
	}

#subNavContact {
	width: 800px;
	height: 30px;
	background: url(../imgs/sub_nav_red.jpg) no-repeat;
	float: left;
	}

#table {
	background-color:#FFFFCC;
	border-style: thin solid #000000;
	}
	
#headerOne {
	background-color:#c2272d;
	color:#FFFFFF;
	font-weight: bold;
	padding: 5px;
	}

#tableItem {
	padding: 5px;
	}
