/* General */
body,td,th {
	font-family: Helvetica, Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #575757;
	line-height: 20px;
	background: #ffffff;
}

body {
	margin: 0;
}

a {
	color: #5CA3D4;
}

a:hover {
	color: #7FB6DD;	
}

hr {
	width: 90%;
	border: 0;
	border-top: 2px solid #678090;
	height: 0;
	background-color: #678090;
	margin-left: 0%;
	margin-right: auto;
	text-align: left;
}

h1 {
	margin-top: 0;
}

h1, h2 {
	padding: 4px;
	padding-left: 0;
}

li {
	padding-bottom: 10px;
}

img {
	border: 0px black none;
}

a img {
	border: 1px solid black;
}

/* Specific design elements */
#Header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 100px;
	border-bottom: 1px solid #484d53;
	background-image: url(HeaderBG.gif);
	background-repeat: repeat-x;
}

#NavBarMain {
	position: relative;
	top: -16px;
	
	margin: 0 auto 0 auto;
	text-align: center;
	height: 70px;
	
	background-image: url(NavBarBG.gif);
	background-repeat: repeat-x;
}

#NavBar {
	position: relative;
	top: 8px;
	
	font-size: 1.2em;
	
	margin: 16px 0 -16px 0;
}

#NavBar li {
	list-style-type: none;
	display: inline;
	
	padding-left: 25px;
	padding-right: 25px;
}

#NavBar a {
	color: #ccdbea;
	font-weight: bold;
	font-size: 95%;
	text-decoration: none;
	
	padding: 9px 10px 9px 10px;
}

#NavBar a:hover {
	color: #d7e6f5;
	background-color: #9daab7;
	border-left: 2px solid #8896a1;
	border-right: 2px solid #8896a1;
	
	padding-left: 8px;
	padding-right: 8px;
}

#VertNavBar {
	width: 160px;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
}

#VertNavBarHeading {
	position: absolute;
	left: -415px;
	z-index: 2;
	
	width: 160px;
	height: 20px;
	
	color: #FFFFFF;
	font-weight: bold;
	
	background-color: #8a98a3;
	background-image: url(NavBarHeadingBG.gif);
	background-repeat: repeat-x;
	border: 1px solid #535c6b;
}

#VertNavBarMain {
	position: absolute;
	left: -415px;
	top: 21px;
	z-index: 3;
	text-align: left;
	
	width: 160px;
	
	background-color: #f8f8f8;
	border: 1px solid #535c6b;
}

#VertNavBarMain ul {
	position: relative;
	left: -41px;
}

#VertNavBarMain li {
	list-style: none;
	padding-bottom: 0;
	width: 160px;
}

#VertNavBarMain a {
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}

#VertNavBarMain a:hover {
	border-left: 1px solid red;
	padding-left: 4px;
	background-color: #ededed;
	width: 146px;
}


#ContentWrapper {
	position: relative;
	top: -16px;

	width: 100%;
	min-height: 250px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top;
	
	padding-bottom: 5px;
	margin-bottom: 0;
}

#Breadcrumb {
	position: relative;
	top: -20px;
	margin-bottom: -10px;
}

#Breadcrumb a:hover {
	background-color: #d7eeff;
}

#Heading {
	position: relative;
	top: 15px;

	width: 623px;
	height: 40px;
	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #8a98a3;
	background-image: url(HeadingBG.gif);
	background-repeat: repeat-x;
	border: 1px solid #535c6b;
}

#Heading h1 {
	margin: 0;
	padding: 10px 0 0 8px;
	text-align: left;
	color: #ededed;
}

#Content {
	position: relative;
	top: 14px;
	padding: 10px;
	
	width: 603px;
	text-align: left;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	
	background-color: #eeeeee;
	border: 1px solid #535c6b;
}

#Footer {
	width: 100%;
	height: 59px;
	background-image: url(FooterBG.gif);
	background-repeat: repeat-x;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
	border-bottom: 1px solid #535c6b;
}

#FooterText {
	position: relative;
	top: 35px;
	color: #CCCCCC;
}

#Footer a {
	color: #a5d6fa;
}

#Footer a:hover {
	color: #b5e5ff;
}

/* Content styling */
.SmallText {
	font-size: x-small;
}

table {
	border-left: 1px solid #b5c4d8;
	border-right: 1px solid #b5c4d8;
	border-bottom: 1px solid #b5c4d8;
	background-color: #f2ffff;
}

caption {
	border-bottom: 1px dashed #b5c4d8;
	font-weight: normal;
	padding-bottom: 2px;
}

th {
	font-weight: bold;
	text-align: center;
	height: 25px;
	background-image: url(TableHeader.gif);
	background-repeat: repeat-x;
	border: 1px solid #b5c4d8;
	background-color: #d0dff4;
	padding: 5px;
}

tr {
	background-color: #eaeefa;
	border: 1px solid #bdc1cc;
	text-align: center;
}

td {
	padding: 5px;
}

fieldset {
	border: 1px solid #5fa3c6;
}

legend {
	border: 1px solid #5fa3c6;
	padding: 2px;
	background-color: #e3e0f5;
}

label {
	float: left;
	width: 160px;
}

br {
	clear: left;
}

label:hover {
	cursor: pointer;
}

input, textarea {
	background-color: #fff5fb;
	border: 1px solid black;
	padding: 2px;
	margin: 2px;
}