body{
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#FFF799;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
table{
	color:#FFF799;
	font-size:11px;
}
p,h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:0px;
}
p{
	padding-top:10px;
}
h1{
	font-size:20px;
}
h2{
	font-size:18px;
}
h1.sitemap{
	font-size:22px;
	padding:4px 0px;
}
h2.sitemap{
	font-size:16px;
	padding:3px 0px 3px 10px;
}
h3.sitemap, h4.sitemap, h5.sitemap, h6.sitemap{
	font-size:14px;
	padding:3px 0px 3px 15px;
}
h1.sitemap a, h2.sitemap a{
	color:#FFF799;
}
h3.sitemap a, h4.sitemap a, h5.sitemap a, h6.sitemap a{
	color:#FFFFFF;
}
h1.sitemap a:hover, h2.sitemap a:hover, h3.sitemap a:hover, h4.sitemap a:hover, h5.sitemap a:hover, h6.sitemap a:hover{
	text-decoration:underline;
}
td.white{
	color:#FFFFFF;
}
select.miniyellow{
	font-size:11px;
	padding:3px;
	color:#000;
	background:#fff;
	width:300px;
	border: #FFFFFF 1px solid;
	font-weight:bold;
}
.b_1{
	border: #FFFFFF 1px solid;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
	a.morecourses{
		font-weight:normal;
		text-decoration:underline;
	}
	a.remove{
		background: url(../img/remove.gif) no-repeat;
		color:#FF0000;
		width:28px;
		height:28px;
		display:block;
	}
	a.remove:hover{
		background: url(../img/remove2.gif) no-repeat;
		color:#FFFFFF;
	}
a:hover{
	color:#ffff99;
}
a.link{
	text-decoration:underline;
}
a.link:hover{
	text-decoration:none;
	color:#FFF799;
}
a.foot{
	font-size:10px;
	font-weight:normal;
	color:#FFF799;
	text-decoration:underline;
}
a.foot:hover{
	color:#FFF;
	text-decoration:none;
}
a.red{
	font-weight:normal;
	color:#AB5E54;
}
a.orange{
	font-weight:bold;
	color:#FFFF00;
}
	a.orange:hover{
		color:#ffff99;
	}
a.red2{
	font-weight:normal;
	color:#ff0000;
}
a.blue{
	color:#99ccff;
	font-weight:bold;
}
	a.blue:hover{
		color:#FFFFFF;
	font-weight:bold;
	}
	a.red:hover, a.red2:hover{
		font-weight:normal;
		text-decoration:underline;
		color:#ffffff;
	}
input.padding4{
	padding:4px;
}
input.black, input.blacksmall{
	border: #ffffff 1px solid;
	background-color:#000000;
	font-size:18px;
	color:#ffffff;
}
input.blacksmall{
	font-size:14px;
}
.error{
	font-size:14px;
	background-color:#800000;
	color:#ffffff;
	padding:4px;
}
.ok{
	font-size:14px;
	background-color:#008000;
	color:#ffffff;
	padding:6px 10px;
}
.tpl_2_col_text_left{
	padding-left:15px;
	padding-top:2px;
}

.tabl_bg_l{
	background:url(../img/cont_bg_l.gif) right repeat-y;
}
.tabl_bg_r{
	background:url(../img/cont_bg_r.gif) left repeat-y;
}
.tabl_bg_b{
	background:url(../img/cont_bg_b.gif) bottom repeat-x;
}
.tabl_bg_corner_l{
	background:url(../img/cont_bg_corner_l.gif) top right no-repeat;
}
.tabl_bg_corner_r{
	background:url(../img/cont_bg_corner_r.gif) top left no-repeat;
}
.tabl_bg_corner_top_r{
	background:url(../img/cont_bg_corner_top_r.gif) top left no-repeat;
}
.label{
	color:#FFF799;
	background-color:#000000;
}


#content{
	padding-top:6px;
	background-image:url(../img/menu_bg.gif);
	background-repeat:repeat-x;
	height:23px;
}












.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#ffffff;
	padding:0px;
    font-size:12px;
    text-decoration:none;
	font-weight:bold;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	cursor:pointer;
	cursor:hand;
	background-color:#380000;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#5A5738;
	color:white;
	padding:1px;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
}
#at_email{
	background:#000000;
}


#lc_map_container{
	position: relative;
	width: 100%;
	height: 450px;
	left: 0px;
	border: solid 1px #D85633;
	overflow:hidden;
}
#lc_map_container_small{
	position: relative;
	width: 100%;
	height: 370px;
	left: 0px;
	border-left: solid 1px #D85633;
	border-top: solid 1px #D85633;
	border-bottom: solid 1px #D85633;
	border-right:none;
	overflow:hidden;
}

#HPScroll{
	height:140px;
	overflow:auto;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	border:#2b2b2b 2px solid;
	margin:30px 0px 0px 0px;
}