html, body, #MainContentTable {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	min-width: 770px;
}

a {
	color: #ad2318;
}

.HeaderBlock a {
	color: black;
}

#JumpLinks {
	list-style: none;
	text-align: center;
}

#JumpLinks li {
	display: inline;
	margin-right: 20px;
}

#JumpLinks li a {
	white-space: nowrap;
}

#Sidebar {
	width: 263px;
	background-image: url(../images/sidebar-background.png);
	background-repeat: repeat-y;
	background-position: top right;
	vertical-align: top;
}


#Logo {
	padding-top: 5px;
	padding-bottom: 15px;
}

#Sidebar a {
	text-decoration: none;
}

#Sidebar img {
	border: none;
}


#FooterTR {
	height: 45px;
}


#Mainbar {
	background-color: #d8d8d8;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	vertical-align: top;
}

#HeaderText {
	padding-right: 10px;
}

.OuterBanner {
	background-color: #8b0c06;
	margin-left: 10px;
	margin-bottom: 2px;
	text-align: center;
}

.InnerBanner {
	vertical-align: middle;
	background-image: url(../images/banner.png);
	background-repeat: repeat-y;
	background-position: top right;
	position: relative;
	left: 2px;
	font-size: 14pt;
	padding: 4px 0px 4px 0px;
}

#SidebarTabs a {
	color: white;
}

#SidebarTabs a:hover {
	color: black;	
}


#QuickInfo {
	margin-top: 10px;
	text-align: center;
}

#Header {
	color: white;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	background-color: black;
	height: 40px;
}

#Header table {
	width: 100%;
	text-align: center;
}

#Header img {
	border: 0;
}

#HeaderTabFiller {
	width: 20%;
}

#Header table {
	margin: 2px;
}

#Header td {
	padding: 0;
	margin: 0;
}

#MainContent {
	clear: right;
	padding: 10px;
	padding-top: 25px;
	padding-left: 15px;
}

#Footer {
	background-image: url(../images/footer-background.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
}

#FooterContent {
	text-align: center;
	padding-top: 10px;
}

#FooterContent p {
	font-size: 8pt;
	font-family: sans-serif;
	margin: 0;
}

#FooterFirst {
	font-weight: bold;
}

#Footer .FooterItem {
	padding-left: 3px;
	padding-right: 3px;
}

#Footer a {
	color: black;
}

