@charset "UTF-8";
body {
	font: 90% "Tahoma", "Book Antiqua", Palatino, serif;
	background: #E9E9E9;
	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: #666;
}


.leading #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


/*NAVIGATION*/

.leading #navigation{
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(/leading/images/bg_navigation.png);
	height: 45px;
}


/*HEADER*/

.leading #header {
	height: 200px;
	background-image: url(/leading/images/bg_header.png);
	background-repeat: no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.leading #header h1 {
	text-indent: -9999px;
	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 */
}


/*MAIN CONTENT*/

.leading #mainContent {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 600px;
}
.leading #mainContent h1{
	font-size: 22px;
}
.leading #mainContent h2{
	font-size: 18px;
	color:#669;
	margin-top: 40px;
	border: 1px dotted #ccc;
	background-color: #f1f1f1;
	padding: 2px;
}
.leading #mainContent h3{
	color:#666;
	margin: 25px 0 -10px 0;
}


/*MAIN CONTENT LINKS*/

.leading #mainContent a:link {
	color:#B3800D;
	text-decoration: none;
}
.leading #mainContent a:visited {
	text-decoration: none;
	color: #ac9144;
}
.leading #mainContent a:hover {
	text-decoration: underline;
}
.leading #mainContent a:active {
	text-decoration: none;
}


/*MAIN CONTENT TABLES*/

.leading #mainContent table {
	width: 100%;
	margin: 10px 0 10px 5px;
	border-collapse: collapse;
	
}
.leading #mainContent thead {
	/*font-size: 1em;*/
	color: #666666;
}
.leading #mainContent tbody {
	color: #666666;
	text-align: left;
	 /*font-size: 80%;*/
}
.leading #mainContent th {
	background: #a2a4b3;
	color: #fff;
	font-weight: bold;
	/*font-size: 1.1em;*/
	text-align: left;
	padding: 0.4em;
	
}
.leading #mainContent td {
	padding: .5em .21em;
	border-bottom: solid 2px #A2A4B3;
	vertical-align: top;
}


/*MAIN CONTENT UNORDERED LISTS*/
.leading #mainContent ul {
	margin: 15px 0 30px 20px;
	padding: 0;
}
.leading #mainContent li {
	list-style-type: circle;
	margin: 0 0 3px 0;
}


/*IMAGES*/

.imgflt_left  {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 1px solid #ccc;
	padding: 10px;
}
.imgflt_left p {

}


.imgflt_right {
	float: right;
	margin: 5px 10px 0px 20px;
}
.imgflt_right img {
	border: 1px solid #666;
	padding: 10px;
}
.imgflt_right p {

}

/*FOOTER*/

.leading #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#A2A4B3; 
} 

.leading #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}

.register {
	font-size: 17px;
	width: 125px;
	height: 40px;
	padding: 0;
	margin: 0;
}
.registerNow{
	margin: -10px 0 0 0;
}
.highlight {
	color: #CC6600 !important;
}
.highlight_registration {
	color: #CC6600 !important;
	font-weight: bold;
	font-size: 14px;
}
.smalltext {
	font-size: 11px;
	color: #666;
}

