body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.BoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}
.TrainingSessionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: underline;
}
.DescriptionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	width: 75%;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #006600;
}




div.headerImage {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

#content {
	text-align: left;
	position: relative;
	width: 768px;
	background-image: url(sidebar-background.gif);
	background-repeat: repeat-y;
}

#footer {
	background: #637BAB;
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
	line-height: 125%;
	width: 768px;
}

#footer div.footercopyright {
	/* display: none; */
}

#footer p {
	margin: 0;
	padding: 0;
}

#header {
	width: 768px;
	height: 202px;
}

#header h1 {
	display: none;
}

#main {
	display: inline;
	float: right;
	width: 600px;
	border: 0;
	font-size: 0.8em;
}

#main, #sub {
	padding-top: 1em;
}

#nav {
	width: 100%;
	display: none;
	position: absolute;
	top: -15px;
	left: 0;
}

#nav a, #nav a:visited {
	width: 110px;
	height: 30px;
	padding: 10px 5px 0 5px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#nav a:hover {
	background: #6473F0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	width: 768px;
	list-style: none;
	background: #0000FF;
}

#page {
	width: 768px;
	margin: 0 auto 0 auto;
}

#sub {
	float: left;
	width: 150px;
	border: 0;
	display: inline;
	background: #750202;
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
}

#sub a, #sub a:visited {
	color: White;
}

#sub p.siteArea {
	display: none;
}
.announcement {
	width: 550px;
	border-top-style: solid;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: solid;
	overflow: visible;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	float: left;
	padding: 6px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 15px;
}
