body {
	padding:0px;
	background:#FFFFFF;
	font-family:verdana,arial,sans-serif;
	font-size:12px;
}

/* Top container */
#TopContainer {
	width:100%;
	height:94px;
}

#TopContainerText {
	display:none;
}

/* Top bar */
#TopBar {
	display:none;
}

/* Top image bar */
#TopImageBar {
	display:none;
}

/* Left main */
#LeftMain {
	display:none;
}

/* Bottom bar */
.BottomBarText ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

/* Right navigation */
.RightMainContent ul {
	display:none;
}

#RightMainFlash {
	display:none;
}

/* General styles */
#PageTitle {
	width:95%;
	font-size:16px;
	font-weight:bold;
	color:#005298;
	padding:10px 0px 0px 0px;
}

#PageTitleBar {
	width:95%;
	height:10px;
	background-image:url(/images/titledots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0px 0px 0px 0px;
}

h1 {
	font-size:16px;
	color:#005298;
}

h2 {
	font-size:12px;
	color:#ff6600;
}

table {
	font-size:12px;
	border:1px solid black;
	border-collapse:collapse;
}

th, td {
	border:1px solid black;
	padding:5px;
}

/* Print this page button */
#PrintPage {
	display:none;
}

/* Contact form */
#ContactForm {
	width:400px;
}

#ContactForm input {
	font-size:14px;
}

.ContactFormTopRow {
	padding-bottom:10px;
}

.ContactFormRow {
	clear: both;
	padding:4px;
}

.ContactFormLeft {
	width:200px;
	float:left;
}

.ContactFormRight {
	margin-left:195px;
}

.ContactFormBotRow {
	padding:5px;
	text-align:center;
}

.noshow {
	display: none;
}

.MenuBoxRow {
	display:none;
}

