body#home {
	text-align: left;
	font-size: 62.5%;
	background-color: #CCDDD7;
}

#skip {
position: absolute;
left: -999px;
}

 
body  {
	font: 62.5% Arial, tahoma, 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: #CCDDD7;
}

a {
	color:#c30;
	text-decoration:none;
}
a {
	text-decoration: none;
}



/* for Internet Explorer */
/*\*/
* html #wrapper {
height: 100%;
}
/**/

#wrapper { width: 750px; margin: 0 auto; text-align: left; /* this overrides the text-align: center on the body element. */ font-size: 1.2em; background: url(imgs/wrapback.gif); height: auto; border-top: 0px; border-right: 0px; border-bottom: 0px; border-left: 0px; 
} 
#header {
	height: 120px;
	clear: both;
	background-image: url(../images/website_header.jpg);
	background-repeat: no-repeat;


} 



ul.topnav2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #FFFFFF no-repeat 6px 0px;
	float: right;
	width: 749px;
	height:22px;
	border-bottom: 1px solid #010000;
	font-size: 0.8em;
}

ul.topnav2 li {
	display: inline;
	margin: 0px;
}

ul.topnav2 a {
	display: block;
	float: right;
	padding: .2em 0.8em;
	text-decoration: none;
	font: 1.1em arial, helvetica, sans-serif;
	line-height:150%;
	border-right: 1px solid #990000;
}

li#last a {
	display: block;
	float: right;
	padding: .2em 0.8em;
	text-decoration: none;
	border-right: 1px solid #D2B08B;
}

li#current a {
	color: #999999;
	background: #F0E68A;
	border-right: 1px solid #990000;
}

li#lastcurrent a {
	display: block;
	float: right;
	text-decoration: none;
	font: 1.1em arial, helvetica, sans-serif;
	line-height:150%;
	border-right: 1px solid;
	color: #333;
	background: #F0E68A;
	padding-right: 0.8em;
	padding-left: 0.8em;
}



ul.topnav2 a:link {
	color: #000000;
}

ul.topnav2 a:visited {
	color: #750000;
}

ul.topnav2 a:hover {
	color: #FF0000;
	background: #FFF4D5;
}

ul.topnav2 a:active {
	color: #333;
	margin: 0px;

}


li#homepage  {
	color: #333333;
	border-right: 1px solid #fff;
	float: left;
}

li#homepage a {
	color: #333333;
	border-right: 1px solid #fff;
	float: left;
}

li#homecurrent a {
	color: #333;
	background: #F0E68A;
	border-right: 1px solid #fff;
	float: left;
	margin: 0px;
	clear: left;
	width: 22px;
}

#venue {
	color: #990000;
	width: 520px;
	clear: none;
	font-size: 1.3em;
	padding-bottom: 10px;
	margin: 0px;

} 
#venue h1 {
	margin: 0; /* using p	adding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #990000;
	padding-top: 10px;
	padding-right: 0;
	font-size: 1.6em;
}

#venue h4 {
	margin: 0; /* using p	adding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #D20000;
	padding-top: 10px;
	padding-right: 0;
}

#coursetitle {
	color: #990000;
	float: none;
	width: 520px;
	clear: none;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;

} 
#coursetitle h1 {
	margin: 0; /* using p	adding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #990000;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 40px;
}

#coursetitle h4 {
	margin: 0; /* using p	adding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #D20000;
	padding-top: 10px;
	padding-right: 0;
}


.testimonialtitle {
	text-align: left;
	color: #000000;
	float: left;
	width: 350px;
	clear: both;
	font-size: 100%;
	padding-top: 0px;

} 
.testimonialtitle h1 {
	margin: 0; /* using p	adding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #990000;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 40px;
}

.testimonialtitle h4 {
	margin: 0; /* using p	adding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #D20000;
	padding-top: 10px;
	padding-right: 0;
}

.testimonialtitle h3 {
	margin: 0; /* using p	adding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #000000;
	padding-top: 10px;
	padding-right: 0;
}

.testimonialtitle p {
	margin: 0;
	color: #000000;
	padding-right: 0;
}

.testimonialtitle img {
	margin: 0;
	padding-right: 10px;
}


ul.moredates {
	list-style:none;
	font-size: 100%;
	line-height: 120%;
}

ul.moredates b {
	list-style:none;
	font-size: 120%;
	line-height: 120%;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	width: 20%;
}

#sidebar1 embed{
	margin-left: -12px;
	padding-top: 5px;

}

#sidebar1 h5{
	font-size: 12px;
	margin-left: -10px;

}


ul.sidebar1  {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;





	padding_left: 0px
	line-height: 140%;
	font-weight: bold;
	padding-left: 10px;
	line-height: 140%;
}






#sidebar1 h3, h5, h2 { margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */ margin-right: 10px; text-indent: 10px; 
}


#sidebar1 p {
	margin-right: 10px;
	text-indent: 0px;
	padding-left: 9px;
	padding-right: 3px;
	font-style: italic;
	line-height: 120%;
	font-weight: normal;
	color: #999999;
}
#sidebar1 h4 {
	font-size: 1.1em;
	text-indent: 14px;
	line-height: 70%;
}

#sidebarquote {
	font-size: 1em;
	padding-right: 8px;
	padding-left: 17px;
	margin-right: 4px;
	font-style: italic;
	line-height: 120%;
	color: #990000;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	min-height: 50em;
	float: none;
	clear: none;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 45px;
	margin: 0px 0px 0 185px;
	background: #FFFFFF;
} 
 
#mainContent object {
	padding-top: 45px;
	background: #FFFFFF;
} 


/* for Internet Explorer */
/*\*/
* html #mainContent {
height: 50em;
}
/**/


#mainContent h3, h5, h2 {
	color: #000000;
	text-align: center;
	font-size: 1.4em;
} 
#mainContent h5, h2 {
	color: #990000;
	text-align: left;
} 

#mainContent h6 {
	color: #990000;
	text-align: left;
	text-indent: -5px;
	font-size: 1.2em;
} 

#mainContent h7 {
	color: #990000;
	text-align: left;
	text-indent: -5px;
	} 
	
div.quote {
	font-style: italic;
	color: #CC3300;
	margin: 0px;
	padding-right: 10px;
	padding-left: 0px;
}
#footer { padding: 0; background: #FFFFFF; } 
#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 */ background: url(imgs/wrapback.gif); 
}

.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;
}
 





coursedate {
	color: #990000;
}

#fc_description { font: italic 0.9em Arial, Helvetica, sans-serif; color: #990000; text-align: center; }

/* NEWSLETTER */

#BodyTitle {
 font: bold normal 1.4em Arial, Helvetica, sans-serif;
 color: #8b4513;
 text-decoration: none;
}
#MainBody { font: normal 1.0em/1.6em Arial, Helvetica, sans-serif; color: #8B4513; }
#BodyIntro { font: italic bold 14px Arial, Helvetica, sans-serif; color: #006600; }
.style2 { font-size: 14px; font-weight: bold; }
.Footertext { font: italic bold 14px Arial, Helvetica, sans-serif; color: #996600; }

.style3 {
 FONT-WEIGHT: bold;
 FONT-SIZE: 1.2em;
 COLOR: #000000;
 LINE-HEIGHT: 110%;
 FONT-FAMILY: arial;
}

ul.newsnav {
	margin: 0;
	list-style-type: none;
	background: #FFFFFF no-repeat 6px 0px;
	float: right;
	width: 510px;
	height:22px;
	font-size: 0.8em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #CC3300;
}

ul.newsnav li {
	display: inline;
	margin: 0px;
}
ul.newsnav a {
	display: block;
	float: right;
	padding: .2em 0.8em;
	text-decoration: none;
	font: 1.1em arial, helvetica, sans-serif;
	line-height:130%;
	border-right: 1px solid #990000;
}
.lightergreen {
	color: #666666;
	font-weight: bold;
	font-style: normal;
	}
.intronoitalic {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}	

.sessiontitle {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
