body {
	font-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/bodyBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #A53036;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #A53036;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #A53036;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #A53036;
	margin:0px;
}


a:link, a:visited {
	color: #8D292E;
	text-decoration: none;
}
a:active {
	color: #E3424A;
	text-decoration: underline;
}
a:hover {
	color: #A53036;
	text-decoration: underline;
}




#header {
	position: relative;
	margin-left:45px;
	margin-right:45px;
	margin-top: 5px;
	text-align: right;
/*	border: 1px dashed #FFFF00;  */
}
#hdrBox {
	position: relative;
	text-align: right;
	padding: 0px;
	background-image: url(images/hdrBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
/*	border: 1px solid #ffffff;  */
}
#hdrBoxLeft {
	position: relative;
	text-align: left;
	float: left;
	padding: 0px;
/*	border: 1px solid #cFF0Fc;  */
}


#content {
	position: relative;
	margin-left:45px;
	margin-right:45px;
	margin-top: 9px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(images/contentBg.gif);
	background-repeat: repeat-y;
	background-position: right top;
/*	border: 1px solid #0000FF;  */
}
#contentImgTop {
	position: relative;
	float:right;
	margin:-42px -52px 0px 0px;
	padding-left: 10px;
	padding-bottom:5px; 
}
#contentTop {
	position: relative;
	padding: 8px;
	background-image: url(images/L2_contentTopBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
/*	border: 1px dashed #FF00FF;  */
}
#contentBottom {
	position: relative;
	padding: 0px;
	margin: 0px;
	background-image: url(images/contentBottomBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
/*	border: 1px solid #0000FF;  */
}
#contentBottomLeft {
	position: relative;
	float:left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/contentBottomLeftBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
/*	border: 1px solid #0000FF;  */
}
#contentBottomRight {
	position: relative;
	float:right;
	padding: 0px;
	margin: 0px;
	background-image: url(images/contentBottomRightBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
/*	border: 1px solid #0000FF;  */
}


#navbox {
	position: relative;
}

#nav {
	position: relative;
	float:left;
/*	border: 3px dashed #00FFFF; */
}
#L1Nav {
	position: relative;
	padding: 10px;
	padding-left: 0px;
	border-right: 8px solid #969788;    /* olive */
	border-left: 3px solid #969788;    /* olive */
	background-color: #737D95;
	width: 150px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
	#L1Nav a:link, 
	#L1Nav a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#L1Nav a:active {
		color: #FF0000;
		text-decoration: underline;
	}
	#L1Nav a:hover {
		color: #A53036;
		color: #BFC0AD;
		text-decoration: underline;
	}

#L1Nav ul {
	position: relative;
	margin: 0;
	padding: 8px 0 0 10px;
	border: 0px dashed red;
}
#L1Nav li {
	position: relative;
	margin: 0;
/*	margin-left: -20px; */
	padding-bottom: 8px;
	list-style: none;
	line-height: 13px;
	border: 0px dashed black;
}

#L2Nav li {
	position: relative;
	padding-bottom: 0px;
	margin-left: 20px;
	list-style: none;
	line-height: 12px;
}


#text {
	position: relative;
	margin-left: 175px;
	padding: 10px;
	padding-left: 25px;
	padding-top: 40px;
	padding-right: 60px;
	border: 0px dashed red;
}

#footer {
	margin: 10px 0 5px 210px;
	clear: both;
	color: #666666;
	font-size: 11px;
}



.noAccess {
	margin-top: 20px;
	width: 350px;
	font-size: 11px;
	color: #444444;
	line-height: 13px;
	border-top: 1px solid #999999;
}



.error {
	color: #FF00FF;
	background-color: #FFCCFF;
}

.warning {
	color: #FF0000;
}
.small {
	font-size: 10px;
}

.faq dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.faq dd {
	font-size: 12px;
	padding-bottom: 10px;
}


.alignLeft {
	float:left;
}
.alignRight {
	float:right;
}
.showHide {
	font-weight: normal;
}

.normalLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
	.normalLink a:link, .normalLink a:visited {
		color: #8D292E;
		text-decoration: none;
	}
	.normalLink a:active {
		color: #E3424A;
		text-decoration: underline;
	}
	.normalLink a:hover {
		color: #A53036;
		text-decoration: underline;
	}


.schoolName { 
	font-size:11px;
	line-height:13px;
}
h5.schoolName { 
	margin:4px 0px 0px;
	padding:0px;
	font-size:11px;
}


.callout {
	clear:right;
	float:right;
	width:201px;
	margin:0px -52px 5px 10px;
	padding:5px; 
	border: 1px solid #A53036;
}




#L1Nav .conventionInfo {
	padding: 20px 0 0 4px;
	margin: 4px auto;
	width: 130px;
	background: #b9beca;
	border: 2px solid #969788;
	}
	#L1Nav .conventionInfo a:hover {
		color: black;
		}










/*  ***************************************
     HACKS
     ***************************************  */
/* Hides from IE5-mac \*/
* html #contentImgTop {
	float:right;
	margin:-40px -26px 0px 0px;
	padding-left: 10px;
	padding-bottom:5px; 
}
* html .callout {
	margin-right: -26px;
}

/* html #nav {height:1%;}
* html #L1Nav {height:1%;} */
/* html #text {height:1%;}
* html #L1Nav ul { margin-left: 40px; }
* html #navbox { margin-right:-3px;}
* html #text {margin-left: 174px;}
/* End hide from IE5-mac */
 
.red {
	color: #a53046;
	font-weight: bold;
}
