* {margin: 0; padding: 0;}
body {
	font: 0.8125em Verdana, sans-serif;
	line-height: 1;
	color: #333;
	background: url(../images/highlight_bar.jpg) repeat-x 0px 55px #DBDDDC;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #DF0029;
	padding: 0 0 3px 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #DF0029;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #DF0029;
	border-bottom: 3px double #DFDFDF;
	margin: 0 0 0.4em 0;
	padding: 3px;
}

#wrapper {
	width: 750px;
	margin: 20px auto;
	border: 1px solid #C2C6C5;
	background: #ffffff;
}
#header {
	background: url(../images/logo_bg.jpg) repeat-x center left #141414;
	padding: 0;
	height: 111px;
}
#header img {
	padding: 3px 0 0 12px;
	position: absolute;
}
#header a {
	border:none;
}
#subhead {
	font-family: Arial, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	float: right;
	padding: 9px 9px 5px 5px;
	color: #DBDDDC;
	word-spacing: 2pt;
}
#subhead em {
	color: #FFAE16;
	font-style: normal;
}
#content { margin: 15px 15px 15px 175px; }
#footer {
	clear: both;
	background-color: #141414;
	padding: 6px 10px;
	color: #DBDDDC;
	text-align: center;
	font-weight: normal;
	font-size: 0.9em;
}

a img {border: none;}
a:link, a:visited {color: #0A4AAF; text-decoration: none;}
a:hover { color: #FFAE16; text-decoration: underline;}

/* --- sidebar --- */

#sidebar { float: left; width: 150px; padding: 0 10px 10px 10px; }

#nav {
	list-style: none;
	background-color: #f6f6f6;
	border: 1px solid #e8e6e6;
	margin-bottom: 20px;
}

#nav li { border-bottom: 3px double #e8e6e6; }
#nav a {
	background: #f4f2f2 url("../images/nav_link.png") top repeat-x;
	display: block;
	padding: 0.5em 10px;
	border: none;
}
#nav a:link, #nav a:visited, #nav a:hover { text-decoration: none; border: none; }
#nav a:link { color: #4e4e4e; border: none; }
#nav a:visited { color: #777; border: none; }
#nav a:hover, #nav a:active, #nav a:focus {
	color: #1d587f;
	border: none;
	background: #f1f0f0 url("../images/nav_linkhover.png") center top repeat-x;
}

.announce {
	margin-bottom: 20px;
}
.announce h2 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #DF0029;
	background-color: #EFEFEF;
	border: 1px solid #C2C6C5;
	border-top: 3px double #C2C6C5;
	border-bottom: 3px double #C2C6C5;
	padding: 4px 0;
	margin: 4px 0;
}
.announce ul {
	margin: 0 0 0 1.5em;
	padding: 0;
	list-style-type:square;
	text-indent: 5px;
}
.announce ul li {
	color:#F7941C;
	padding: 0 0 4px 0;
}
.announce p {
	text-align: center;
}
.announce .as_of_date {
	color: #8F8F8F;
	font-size: 0.9em;
}
.banner {
	text-align: center;
	margin-bottom: 1em;
}

#content ul {
	margin: 0;
	padding: 0 0 0 2em;
	list-style-type:square;
	text-indent: 5px;
}
#content ul li {
	color:#F7941C;
}
#content ul li p {color: #333333;}

#content p { margin: 0 0 1em 0; line-height: 1.3;}

.center {text-align: center;}

hr {
	border: 0;
	border-top: 1px dotted #DBDDDC;
	margin: 4px 0;
}

.team_list {margin: 0 auto;}
.team_list td {padding: 4px 25px 4px 4px;}

.profile {margin: 0 auto; width:96%;}
.profile th {
	text-align: left;
	width:30%;
	padding: 5px;
	vertical-align:top;
	border-top: 1px solid #DBDDDC;
}
.profile td {
	padding: 5px;
	vertical-align:top;
	border-top: 1px solid #DBDDDC;
}