@charset "ISO-8859-1";
body {
	background-color: #9AA8BE;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
}
#bgMiddle {
	background-image: url(/images/bg_middle.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#main {
	background-image: url(/images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#bgMiddle #main #content {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
#bgMiddle #main #content #textArea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 15px;
	color: #333333;
}
a:link {
	color: #A43A12;
	text-decoration: none;
}
a:visited {
	color: #A84F16;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#bgMiddle #main #content #textArea p {
	text-indent: 20px;
}
#bgMiddle #main #content #textArea li {
	margin-left: 0px;
	padding-left: 0px;
}
#bgMiddle #main #content #textArea ul {
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: none;
	list-style-image: url(/images/bullet.gif);
}
#sidebarContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #30517E;
	padding-right: 10px;
	padding-left: 15px;
	background-color: #F0F0F0;
	padding-top: 5px;
}
#bgMiddle #main #content #teamTable {
	background-image: url(/images/bg_team.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.teamEmail {
	color: #49658E;
	font-size: 12px;
}
.small {
	font-size: 11px;
}
#sidebarContent ul {
	margin-left: 0px;
	padding-left: 15px;
}

