/* BASIC SITE STYLES */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #AF9E36;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #AF9E36;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #E1D799;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #E1D799;
}
h1 {
	font-size: 14pt;
	color: #AF9E36;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	color: #AF9E36;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	color: #AF9E36;
	font-weight: bold;
}
h4 {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
h5 {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}
h6 {
	font-size: 10pt;
	color: #E1D799;
	font-weight: bold;
}
/*** CUSTOM SHELL STYLES ***/
.stage {
	padding: 8pt;
	}
	
.footer {
	font-size: 6.5pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #B09F37;
	}
.heading-gradient {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.goldbody {
	color: #AF9E36;
	font-weight: bold;
}
.stage-gradient {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}
ul {
	list-style-image: url(../images/bullet_gold.gif);
	padding-right: 15px;
}
.bodyShrunk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 5px;
}
.heading-title-gradient {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}.onePtBorder {
	border: 1px solid #000000;
}
/*  MESSAGES  */

	#msgDiv {
		padding: 10px 10px 10px 40px;
		margin:10px;
		background-position: top left;
		background-repeat: repeat-x;
		color: white;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		}
	.msgTitle, #msgDiv h3 {
		font-size:13px;
	}
	#msgDiv ul {
		list-style: outside;
		}
	#msgDiv li {
		list-style-image: url(../images/msgDiv_whiteArrowOnRed.gif);
		}
	#msgDiv p {
		}	
	.badMsg {
		background-image: url(../images/admin/msg-bad-bg.png);
		background-color: #cc0000;
		border: 1px solid #c00;
		border-left: none;
		border-right: none;
		}
	.badmsgicon {
		background-image: url(../images/admin/msg-bad-icon.gif);
		height:18px;
		width:19px;
		float:left;
		margin-right: 10px;
		}
	.goodMsg {
		background-image: url(../images/admin/msg-good-bg.png);
		background-color: #090;
		border: 1px solid #060;
		border-left: none;
		border-right: none;
		}
	.goodmsgicon {
		background-image: url(../images/admin/msg-good-icon.gif);
		height:17px;
		width:18px;
		float:left;
		margin-right: 10px;
		}
		

.warning_alert_login{
	background: #fff6bf url(../images/exclamation.png) center no-repeat;
	background-position: 5px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 10px 5px 35px;
	margin: 0px 0px 10px 0px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-size: Verdana;
	font-size: 10px;
	}

.notice_alert{
	background: #c6dfed url(../images/star.png) center no-repeat;
	background-position: 5px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 10px 5px 35px;
	margin: 0px 0px 10px 0px;
	border-top: 2px solid #07669c;
	border-bottom: 2px solid #07669c;
	font-size: Verdana;
	font-size: 10px;
	}

/* ENROLL BUTTONS */
	a.enrollnow{
		width: 210px;
		height: 37px;
		display: block;
		background: #c6dfed url(../images/contactusButton.jpg);
		}
a.enrollnow:hover{
	background-position: 0 -36px;
}

/* Register BUTTONS */
	a.registerButton{
		width: 210px;
		height: 37px;
		display: block;
		background: #c6dfed url(../images/contactusButton.jpg);
		}
a.registerButton:hover{
	background-position: 0 -36px;
}
