﻿body {
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
img {
	border: 0px;
}
h1 {
	font-size: xx-large;
}
h5 {
	font-size: 14px;
}
#wrapper {
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0px auto;
	z-index: 1;
}
#header {
	font-size: 100%;
	font-family: "Arial";
	background: #2C8AD8 url('/Images/bg.jpg') repeat-x right top;
	float: left;
	width: 100%;
	line-height: normal;
	vertical-align: middle;
	height: 30px;
}
#header ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#header li {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background: url('/images/Right.jpg') no-repeat right top;
	float: left;
	margin: 0px;
	border: 0px;
}
#header a {
	padding-right: 54px;
	display: block;
	padding-left: 53px;
	font-weight: bold;
	background: url('/images/Left.jpg') no-repeat left top;
	float: left;
	padding-bottom: 7px;
	color: #FFF;
	padding-top: 7px;
	text-decoration: none;
	border: 0px;
}
#header a {
	float: none;
}
#header a:hover {
	color: #fff;
}
#header #current {
}
#header #current a {
	padding-bottom: 5px;
	color: #fff;
}
.bw {
	color: white;
	background-color: #102296; 
	padding: 0px 5px 0px 5px; 
	vertical-align: top;
}
