body, td {
	font-size: 90%;
}
div.header {
	background-color: #B4B616;
	padding: 0;
	border-bottom: 5px solid #FFF;
	background-image: url(/sites/ashs/corner_top_left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
div.header2 {
	background-image: url(/sites/ashs/corner_top_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 15px 20px;
}
div.menu_bar  {
	background-color: #B7002F;
	overflow: auto;
	margin-bottom: 10px;
}
div.menu_bar li {
	padding: 5px 15px 5px 8px;
}
div.login_button {
	padding: 5px 8px 5px 8px;
}
div.menu_bar a {
	color: #FFF;
	text-decoration: none;
	text-transform: normal;
}

h1 {
	color: #B4B616;
	font-weight: normal;
	font-size: 160%;
}
h2 {
	color: #B7002F;
	font-weight: normal;
}

div.content {
	background-image: url(/sites/ashs/background.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 10px 0;
}

h1.page {
	margin-top: 0;
}
div.site_footer a {
	color: #000;
	text-decoration: none;
}
a {
	color: #B7002F;
}
a:visited {
	color: #D30045;
}
div.breadcrumbs a {
	color: #999;
}
div.login_button {
	position: fixed;
	color: #CCC;
	bottom: 20px;
	right: 20px;
}
div.login_button a {
	color: #CCC;
	text-transform: lowercase;
}