@charset "UTF-8";
/* padding is the space inside the div box and 
   margin is the space outside the div box
   
   blue  background-color: #007;
   red   background-color: #A00;
   green background-color: #060;
*/
body {
	/*	font: 100% Verdana, Arial, Helvetica, sans-serif; */
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
/* TODO need to not have the size fixed in width */
.seminar #container {
	background-color: #FFF;
	margin: 0 auto;
	text-align:justify;
	font-size: 11pt;
}
.seminar #topnav {
	background-color: #007;
	color: #FFF;
	font-size: 10pt;
	text-align: center;
	margin: 0px;
	padding-bottom:2px;
	padding-top:3px;
	line-height:140%;
}
.seminar #topnav a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-left:20px;
	padding-right:20px;
}
.seminar #topnav a:hover {
	background-color: #060;
}

/*
LEFT NAVIGATION
*/
.seminar #leftnav {
	background-color: #007; /* the background color will be displayed for the length of the content in the column, but no further */
	width:100pt;
	font-size: 10pt;
	float: left;
	color: #FFF;
	padding-bottom: 5pt;
/*	position: fixed; */
}
.seminar #leftnav a {
	color: #FFF;
	text-decoration: none;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:10px;
}
.seminar #leftnav a:hover {
	background-color: #060;
}
.seminar #leftnav P {
	padding:5px;
	margin-top:10px;
	margin-bottom:10px
}

/*
MAIN CONTENT AREA
*/
.seminar #main {
	padding-right:10px;
	padding-left: 10px; /* the same amount of padding-left as the margin-right of a #leftnav */
}

/*
 FOOTER
*/
.seminar #footer {
	text-align:right;
	font-size:9pt;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
	background-color: #007;
	padding-right: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	color: #0000FF;
	text-decoration: none
}
a:visited {
	color: #0000FF;
	text-decoration: none
}
a:hover {
	color: #FF0000;
	text-decoration: underline
}

.seminar #container #selected {
	background-color: #A00;
}

.seminar #main P  {
}

#blue {
	color: #FFF;
	background-color: #007;
}
#red {
	color: #FFF;
	background-color: #A00;
}

#gray { background-color:#E8E8E8 }
.gray { background-color:#E8E8E8 }

.blue {
	color: #FFF;
	background-color: #007;
}
.red {
	color: #FFF;
	background-color: #A00;
}
.selected {
	background-color: #A00;
}


/* HEADER REDEFINITIONS */
H1 {
	text-align: center;
}
H2 {
}
H3  {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
H4  {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-style: italic;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
H5  {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

TH  {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
}
LI {
	margin-right:25px;
}
#snug_bottom {
	margin-bottom:-10px;
}
.snug_bottom {
	margin-bottom:-10px;
}
