@charset "UTF-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
	
   }
   
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	}

a.navLink {
	font-weight:normal;
	position:relative;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	z-index:200;
}
a.navLink:link { 
	color:#000000;
}
a.navLink:visited {	
	color:#000000;
}
a.navLink:hover {
	color:#666666;
}

a.navLinkB {
	font-weight:bold;
	font-size:13px;
	line-height:20px;
	text-decoration:none;
	z-index:100;
}
a.navLinkB:link { 
	color:#000000;
}
a.navLinkB:visited {
	color:#000000;
}
a.navLinkB:hover {
	color:#666666;
}

a.specialLink {
	text-decoration:none;
	z-index:100;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a.specialLink:link { 
	color:#000000;
}
a.specialLink:visited {
	color:#000000;
}
a.specialLink:hover {
	color:#666666;
}

p,div,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
ul,ol { 
	position:relative;
	text-align:left; 
	left:15px;
	padding-right:15px;
}

#mainDiv {
	/*position:absolute;
	top:160px;
	left:23%;
	right:0px;
	padding-right:10%;
	padding-left:10%;
	*/
	z-index:25;
	max-width:775px;
}
#subNav {
	float:left;
	margin:10px;
}
#subNavLeft {
	position:absolute;
	top:155px;
	left:0px;
	width:220px;
	padding:25px;
	text-align:left;
	z-index:53;
}

.navBar {
	position:absolute;
	width:85px;
	height:105px;
	top:0px;
	overflow:hidden;
	z-index:100;
}

.zTop {
	position:relative;
	z-index:200;
}
.navCorner {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:21;
}
.navBarContents { 
	position:relative;
	z-index:99;
}


.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
}

.page_title {
	margin: 0px 0px 0px 0px;
	height: 24px;
	z-index: 1;
}

.section_header {
	min-width:400px;
	max-width:650px;
}

.title {
	margin:0px;
	font-size:18px;
	font-weight:bold;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.subtitle {
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	
}

.subTitle {
	position:relative;
	width:100%;
	text-align:left;
	border-bottom: 1px solid rgb(0, 0, 0); 
	padding: 5px 5px 0px 0px;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
}



.section_text {
	width:650px;
	z-index: 1;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.description {
	font-size:12px;
	line-height:normal;
}

.underline {
	color:#000000;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;	
	padding:3px;
	margin:3px 0px 20px 0px;
}

.underlineW {
	position:absolute;
	width: 180px; 
	color:#000000;
	overflow:hidden;
	text-align:center;
	padding:3px 0px 3px 0px;
	margin:3px 0px 9px 0px;
}
.leftBox {
	position:relative;
	width:176px;
	color:#000;
	text-align:center;
	padding:3px 2px 3px 2px;
	margin:3px 0px 15px 0px;
	background-color:#ffffff;
}

.underlineTW {
	position:relative;
	width: 100%; 
	color:#000000;
	overflow:hidden;
	text-align:center;
	padding:3px 0px 3px 0px;
	margin:3px 0 0 0;
}

.item_heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	line-height:normal;
}
.item_heading_large {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	line-height:normal;
}

#eventDiv {
	position:relative;
	z-index:200;	
	font-size:14px;
	line-height:22px;
}
#classDiv {
	position:relative;
	z-index:200;	
	font-size:14px;
	line-height:22px;
}


.placeholder {
	background-color:#CCCCCC;
	border-color:#990000;
	border-width:1px;
	border-style:dashed;
}

/* addthis hack */
#at16pf {
	position:relative;
	padding-bottom:10px;
}
