body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	color: #CC0033;
	font-size: 28px;
	font-weight: normal;
	font-family: Times New Roman, serif;
}

h3 {
	font-size: 1.2em;
	color: #CC0033;
	font-weight: normal;
}

img {
	border: none;
}

td a {
	color: #CC0033;
}

#container {
	width: 850px;
	margin: 5px auto;
}

#top_menu {
	width: 600px;
	margin: 15px auto 0px auto;
}

#top_links, #bar_left {
	font-family: Times New Roman, serif;
	font-size: 14px;
}

#top_links {
	width: 600px;
	margin-top: 10px;
}

#top_links td {
	text-align: center;
	padding: 0px 15px;
}

#top_links td a {
	color: #888888;
	text-decoration: none;
}

#top_links td a:hover {
	text-decoration: underline;
}

#red_stripe {
	background-color: #999999;
	height: 6px;
}

#grey_stripe {
	background-color: #CC0000;
	height: 25px;
}


#bar_left {
	float: left;
	width: 155px;
	height: 100px;
	background: url('images/face_left.png') no-repeat;
	padding: 185px 5px 5px 15px;
	color: #777777;
	margin-right: 5px;
}

#bar_left a {
	color: #777777;
	text-decoration: none;
}

#bar_left a:hover {
	text-decoration: underline;
}

#bar_right {
	float: right;
	margin-left: 5px;
}

#content {
	width: 425px;
	float: left;
}

#footer {
	clear: both;
	margin: 10px auto;
	text-align: center;
	color: #777777;
}

#footer a {
	color: #777777;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*Utility Classes*/

.clear {
	clear: both;
}

.red_CC0033, .red_CC0033_10 {
	color: #CC0033;
}
