@charset "utf-8";
body  {
	background: #666666;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}
.twoColFixLtHdr #container {
	width: 995px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
h1, h2, h3, h4, ul, li {
	margin:0px;
	padding:0px;
}
.twoColFixLtHdr #header {
	height: 145px;
	background-color: #FFFFFF;
	background-image: url(images/2009/Header_Cyan.gif);
	background-repeat: no-repeat;
	background-position: right;
} 
.twoColFixLtHdr #header h1 {
	font-size: 1.9em;
	color: #EF3895;
	padding-left: 260px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 202px;
}
.twoColFixLtHdr #container #mainContent #PageTitle {
	height: 79px;
	background-image: url(images/2009/Title_Arc_Cyan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 4px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 198px;
} 
.twoColFixLtHdr #footer {
	background-color: #315CA9;
	margin: 0px;
	height: 23px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 202px;
} 
.twoColFixLtHdr #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 */
}
.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;
}
.twoColFixLtHdr #container #mainContent #PageTitle h2 {
	margin-left: 100px;
	height: 80px;
	color: #EE3897;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #header h2 {
	font-size: 1em;
	color: #EE3996;
	margin-left: 300px;
	margin-top: 20px;
	font-style: italic;
}
.twoColFixLtHdr #container #header h3 {
	margin-left: 270px;
	margin-top: 8px;
	font-size: 1.1em;
	font-style: italic;
}
.twoColFixLtHdr #container #mainContent h1 {
	color: #305BA9;
	margin-left: 5px;
}
.twoColFixLtHdr #container #mainContent p {
	line-height: 1.4em;
	padding-left: 20px;
	padding-right: 5px;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #315CA9;
	padding-left: 10px;
	margin-top: 10px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	list-style-type: none;
}
.twoColFixLtHdr #container #sidebar1 a {
	display: block;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EF4138;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #315CA9;
}
.twoColFixLtHdr #container #sidebar1 ul {
	margin-top: 30px;
	margin-bottom: 40px;
	background-color: #FFC508;
	padding-top: 20px;
	background-image: url(images/2009/LowerMenuFade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 60px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	color: #315CA9;
	margin-left: 3px;
}
.twoColFixLtHdr #container #sidebar1 p {
	margin-left: 5px;
}
.twoColFixLtHdr #container #footer a {
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #EF4138;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #305BA9;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent ul {
	margin-left: 30px;
	list-style-type: disc;
	padding-left: 10px;
	margin-top: 15px;
	list-style-image: url(images/2009/Bullett.gif);
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent li {
	line-height: 1.5em;
	font-size: 95%;
}
/*  Forms  */
.twoColFixLtHdr #container #mainContent label {
  float: left;
  margin-right: 15px;
  padding-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent input, .twoColFixLtHdr #container #mainContent textarea {
  float: left; margin-top:5px;
}
.twoColFixLtHdr #container #mainContent fieldset {
	padding: 10px;
	margin-left: 10px;
}

.Left50 {
  width: 50%;
  float: left;
}
.Right50 {
  margin-left: 51%;

}
.twoColFixLtHdr #container #mainContent hr {
	width: 95%;
	color: #EF4138;
	margin-left: 2%;
}
.twoColFixLtHdr #container #mainContent h4 {
	font-style: italic;
	color: #EE3897;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-top: 15px;
}
.Small {
	font-size: .75em;
}
.twoColFixLtHdr #container #mainContent table {
	margin-left: 25px;
}
.twoColFixLtHdr #container #mainContent a:hover {
	text-decoration: none;
}
.twoColFixLtHdr #container #header #HeaderNews {
	float: right;
	width: 200px;
	margin-right: 5px;
	margin-top: 40px;
}
.twoColFixLtHdr #container #header #HeaderNews a {
	background-image: url(images/2009/LowerMenuFade.jpg);
	background-repeat: repeat-x;
	display: block;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #EF3895;
	margin: 0px;
}
.twoColFixLtHdr #container #header #HeaderNews a:hover {
	text-decoration: underline;
}
.flyout li {
	color: #305AA9;
	background-color: #FFC508;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE3996;
	padding: 3px;
}
.flyout a {
	color: #305AA9;
	width: 150px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}
.flyout {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	visibility: hidden;
}
.twoColFixLtHdr #container #ConfList a:hover {
	color: #000000;
}
.twoColFixLtHdr #container #sidebar1 #Logos {
	margin-top: 100px;
}
.Register {
	display: block;
	padding: 3px;
	border: 1px solid #EF3895;
	text-transform: uppercase;
	width: 160px;
	background-image: url(images/2009/LowerMenuFade.jpg);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
}
.Register a:hover{
	text-decoration:underline;
}
.twoColFixLtHdr #container #mainContent #Prog td {
	padding-top: 10px;
}
