@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../Images/Bkgd-v1.gif);
	background-repeat: repeat;
	background-position: center top;
}
a {
	font-weight: bold;
}
a:link {
	color: #28B5EF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AECF10;
}
a:hover {
	text-decoration: underline;
	color: #AECF10;
}
a:active {
	text-decoration: none;
}
.flashLocation {
	float: left;
	height: 100px;
	margin-top: 0px;
	margin-left: 0px;
}
.boldWord {
	font-weight: bold;
	color: #333;
	font-size: 16px;
}

.thrColElsHdr #container {
	width: 892px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
} 
body , td,th{
	padding: 0;
} 
.thrColElsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColElsHdr #sidebar1 {
	float: left;
	width: 32%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 32%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.boxSmall {
	font-size: 10px;
	line-height: 12px;
	width: 80%;
	border: 1px dotted #00B1EF;
	padding: 8px;
}
.boxGreen {
	font-size: 10px;
	line-height: 12px;
	width: 90%;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #AECF10;
	margin-left: 8px;
}
.boxGreen p {
	font-size: 10px;
	line-height: 12px;
	padding-left: 8px;
	}
.pSmall {
	font-size: 10px;
	line-height: 12px;
}
.pReallySmall {
	font-size: 9px;
	text-indent: -2px;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.thrColElsHdr #mainContent {
	margin: 0 12em 0 12em;
} 
.thrColElsHdr #footer {
	padding: 0;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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;
}
.hbuttons a{
	display: block;
	text-decoration: none;
	color: white;
	width: 146px;
	height: 22px;
	float: left;
	display: inline;
	background-image:url(../Images/Menu-Lines.gif);
	background-repeat: no-repeat;
	text-align:center;
	background-color: #000000;
	font-family: Arial;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	top: 8px;
	position: relative;
	left: 10px;
	}

.hbuttons a:hover{
background-image:url(../Images/Menu-Blue.gif);
}
h1 {
	color: #28B5EF;
}
h2 {
	color: #AECF10;
	text-transform: uppercase;
}
h3 {
	color: #28B5EF;
	text-transform: uppercase;
}
h4 {
	color:#AECF10
}
h5 a, h5 {
	color: #28B5EF;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h5 a:hover { 
	text-decoration:none
	 
}
#footer {
	display: block;
	height: 20px;
	width: 880px;
	background-image: url(../Images/footer2.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-bottom: 6px;
	margin-right: auto;
}
#footer p {
	font-size: 9px;
	line-height: 10px;
	font-style: oblique;
	color: #000000;
	text-align: right;
	line-height: 10px;
	position: absolute;
}
#footer a  {
	text-decoration: none;
	color: #330066;
}
#footer a:hover  {
	color: #CCCCCC;
}
#stamp p {
	font-size: 10px;
	line-height: 10px;
	color: #CCCCCC;
}
#seminarregister a {
	display: block;
	float: left;
	font-family : Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	width: 150px;
	margin-left: -8px;
}
#seminarregister a:hover {
	text-decoration: none;
}
