body
{
	/*font-size: 11px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;

}

.dateInfo {font-size:16px; font-weight:normal;font-weight:bold;}

.mainTitle {font-size: 24px; color: #003366; font-weight:bold;}

.locationInfo {font-size: 14px; font-weight:normal;font-weight:bold;}

.realBig {font-size:48px;font-family:Comic Sans, Impact, Verdana, Arial, sans-serif; color:#008000;}

.slogan {font-size:30px;font-family:Comic Sans, Impact, Verdana, Arial, sans-serif; font-style:italic;  color:#008000;}



.twoColElsLtHdr #container
{
	width: 732px;
	/* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 18px auto 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #008000;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
} 
.twoColElsLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 0px;  /* 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. */
} 
.twoColElsLtHdr #header h1 {
	margin: 0; color:white;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColElsLtHdr #sidebar1 {
	float: left; 
	margin-top: -3px;
	width: 150px; /* since this element is floated, a width must be given */
	background: #008000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	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;
}




.twoColElsLtHdr #mainContent
{
	margin: 0 1.5em 0 155px;
	/* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-color:#FFFFFF;

} 


.twoColElsLtHdr #mainContent .midContent{ 
	font-size:12px;padding:12px;line-height:1.25em;

}
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#21B44B;font-size:9px; text-align:center;
} 
.twoColElsLtHdr #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 */color:white;
}


.twoColElsLtHdr #footer a:link {
	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 */color:white;
}

.twoColElsLtHdr #footer a:active {
	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 */color:white;
}

.twoColElsLtHdr #footer a:visited {
	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 */color:white;
}

.twoColElsLtHdr #footer a:hover {
	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 */color:white;
}


/* Miscellaneous classes for reuse */
.fltrt { 
	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 { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




.times {	text-align: right;
	white-space: nowrap;}
	
.topics {color:#003366; font-weight:bold;}	


.eyebrow {font-size:14px; font-style:italic;}

.prog_info {font-size:16px; font-weight:bold; line-height:155%;}

.proginfo {font-size:18px; font-weight:bold;}

.program_info {font-size:18px; font-weight:bold;}

.sponsors {font-size:14px; font-weight:bold;}


.times
{
	text-transform: inherit;
	white-space: nowrap;
	text-align: right;
}

.time
{
	text-transform: inherit;
	white-space: nowrap;
	text-align: right;
}


.boldred {
	font-weight: bold;
	color: #008000;
	font-size: 14px;
}


.white {color:white;}

#spacer {height:600px;}

.grayborder {border-color: #666666; border-width: 1px; border-style: solid;}

.fieldlabel {background-color:#666666;
color:white;
font-size:12px;
text-align:right;
padding:6px;}


#legend {font-size:10px;}

.hr
{
	border-color: #666666;
	border-width: 1px 0 0 0;
	border-style: solid;
}

.smiles { font-size:14px; line-height:18px;}

.smiles li { list-style-image: url(../images/bullet.gif); padding-bottom:10px;font-size:14px; line-height:18px;}

.fourteen {font-size:14px; line-height:18px;}

.sixteen {font-size:16px; line-height:125%;}

.photoRight {padding:8px; float:right;}


.photoLeft {float:left; padding:8px;}

.navLeft
{
	border-top: 1px white solid;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	height:26px;
	display:block;}

.faqs {font-weight:bold;}


/* under layer */

ul#mainnav
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}





/* top layer */
ul#mainnav li
{
	background-color: #008000;
	padding: 3px;
	display: block;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid none none none;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
}

ul#mainnav li a:link
{
	text-decoration: none;
	display: block;
	background-color: #008000;
	/*font: bold 10pt/1.5 arial, san-serif;*/
	color: #ffffff;
	padding: 3px;
}

ul#mainnav li a:visited
{
	text-decoration: none;
	display: block;
	background-color: #008000;
	/*font: bold 10pt/1.5 arial, san-serif;*/
	color: #ffffff;
	padding: 3px;
}


ul#mainnav li a:active
{
	text-decoration: none;
	display: block;
	background-color: #008000;
	/*font: bold 10pt/1.5 arial, san-serif;*/
	color: #ffffff;
	padding: 3px;
}

ul#mainnav li a:hover
{
	text-decoration: none;
	display: block;
	background-color: yellow;
	/*font: bold 10pt/1.5 arial, san-serif;*/
	color: #000000;
	padding: 3px;
}



/* top layer hover color
ul#mainnav li a:hover
{
	background-color: white;
	color: black;
	padding: 3px;
	display: block;
}*/

.PageTitle {font-size:36px; line-height:110%; color:#E31736;}





