body, td, p, div, span, h1, h2, a {
	color:#311C0D;
	font-family: Century Gothic, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .5px;
}
#container {
margin:0 auto;

}


.mp3 {
 	color:#311C0D;
	font-family: Century Gothic, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .5px;
}

.content {
	line-height: 18px;
	width:350px;
	white-space:normal;
	
}

a:link, a:hover, a:visited {
	line-height: 15px;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1.1px;
	white-space:normal;
}

a:link, a:visited {
	color:#C0272C;
}

a:hover {
	color:#FF0000;
}

h1, h2, a {
	color: #C0272C;
	letter-spacing: 1.5px;
}	


h1, h2, h3 {
	margin-top: 0;
  	padding: 0;
}


h1 {
	margin-top: 5px;
	margin-bottom: 12px;
	color: #C0272C;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
}

h2, .h2link {
	margin-bottom: 8px;
}

h2, .h2link a {
	color: #C0272C;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}


h3 {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1.5px;
}






form, label, input { font-size: 10px; padding-top: 7px; }
input, textarea {padding: 3px;  border:solid #ffffff 1px; background:#D4C58D}
input:hover {background:#fff}




.emphasized1, .emphasized2, .col1, a {
	font-size: 10px;
	font-weight: bold;
}

/* red alert body text */
.redtextbold {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #C0272C;
} 

.quote {
	font-family: Georgia, Times, serif;
	color:#C0272C;
	font-size: 20px;
	position: relative;
	top: 5px;
	line-height: 1px;
}

.col1 {
	line-height: 19px;
	color:#C0272C;
	width:45%;
	float:left;
	
	
}

.col2 {
	width:55%;
	float:right;
	
	
}

.where, .when, .reg, .cost, .course_descript {
	clear:both;
	margin-bottom:15px;
}

 .cleared {
	 clear:both;
	 padding-top:20px;
 }

div.travel {
width:300px;

}

div.travel div.col1 {
	
	color:#C0272C;
	width:120px;/*230px;*/
	height: 27px;
	float:left;
	line-height: 1;

}

div.travel div.col2 {
	width:180px; /*70px;*/
	height: 27px;
	float:right;
	text-align: right;
	line-height: 1;
	}
	
div.travel div.emphasized2 {
clear:both;

}

.dialogue td, .dialogue a, .dialogue td div {
	color:#FFFFFF;
}


.homeQuoteContainer{
	padding: 25px;
	background: #fff;
	position: relative;
	bottom: 200px;
    right: 120px;
	width: 400px;
    z-index: 999;
	filter: alpha(opacity=75);-moz-opacity: .75;opacity: .75;
}


.homeQuote {
	font-family: Georgia, Times, serif;
	color:#000;
	font-size: 18px;
	padding-bottom: 2px;
}

.homeAuthor {
	color:#000;
	font-size: 12px;
}



.header {
	right: 61px;
	top: -110px;
}

.nav {
	position: relative;
	top: 10px;
	font-size: 12px;
}

.subnav, .subnav2 {
	/*position: absolute;
	top: 17px;*/
}

.subnav2 {
	left: 188px;
}

.subnav a, .subnav2 a {
	color:#311C0D;
	font-weight:normal;
}

.subnav a:hover, .subnav2 a:hover {
	color:#FF0000;
}


.footer {
	line-height: 20px;
	color:#000;
}


/*menu*/
div#navigation {
	color: #C0272C;
	position: relative;
	left: 90px;
	
	background: #C0272C;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}

div#navigation a {
	color: #ffffff;
}


.menu {padding-left:85px; width:800px; height:32px; font-size:12px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:800px; w\idth:799px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul { }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:13px;text-decoration:none; color:#fff; height:25px; padding:6px; line-height:15px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:100px; w\idth:99px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#C0272C bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#C0272C bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#C0272C bottom right no-repeat;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:120px;border-top:1px solid #fff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:25px;t\op:26px;}



/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {font-size:11px; background:#C0272C; color:#000; height:auto; line-height:1em; padding:5px 10px; width:100px;border-width:0 1px 1px 1px; filter: alpha(opacity=50);-moz-opacity: .50;opacity: .50;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; filter: alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; filter: alpha(opacity=100);-moz-opacity: 1;opacity: 1;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.italicized {
	font-style:italic;
}

