body {
	background: #600000;
	border-top: 5px;
	font-size: 14px;
	padding: 20px 0 40px;
}

a {
	/* font-style: oblique; */
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0px 0px;
	text-align: center;
}

h3 {
	padding-bottom: 0px;
	margin-bottom: 0px
}
table {
	margin-left: auto;
	margin-right: auto;
}
td {
	text-align:center;
}
td.profile {
	width: 200px;
}

td img {
	height: 12.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a.navimagic {
	font-size: large;
	font-weight: bold;
	color: #ffffff;
}
a.navimagic:hover {
	color: #d6d6db
}
hr.thin {
	width: 75%;
}

.aligned {
	margin-top: 10px;
	vertical-align: bottom;
}

.container_12 {
	background: #fff repeat-y;
	margin-bottom: 20px;
	text-align: left;
}

.container_16 {
	background: #fff url(img/16_col.gif) repeat-y;
}

.grid_12 {
}
.grid_3 {
}
.grid_9 {
}
#wrapper {
	text-align: center;
}
#header {
	margin-top: 10px;
	background: #990033;
}
#navmenu {
	/* background: url(menu-f.png) repeat-y; */
	background: #990033;
	text-align: center;

}
#content {
	float: left;
	min-height:500px;
}
#footspacer {
	background: #990033;
	line-height: 50%;
}
#footer {
	background:#ffffff;
	text-align:center;
	font-size:12px;
	line-height: 50%;
    margin-top: 5px;
}
.IEfooter {
       line-height: 100%;
}