/* CSS Document */
body {
	background-color: #3e1a02;
	background-image:url('img/background.jpg')
}

/* Callout Bar */
.CalloutBar { background-color: #ff7700; padding: 0 0 0 20px; vertical-align: top; height: 55px; margin-left:8; margin-right:10} 
.CalloutBar img.Seperator { background-image: url(images/cal_seperator.gif); width: 1px; height: 55px; background-repeat: no-repeat; margin: 0px 30px 0 30px; float: left; }
.CalloutBar a { height: 55px; float: left; }
.CalloutBar a.RegisterNow { width: 224px; background-image: url(images/cal_register.gif); float: left; }
.CalloutBar a.TellAFriend { width: 178px; background-image: url(images/cal_tell_a_friend.gif); float: left; }
.CalloutBar a.BootCampMembers { width: 206px; background-image: url(images/cal_members.gif); float: left; }
.CalloutBar a:hover { background-position: 0 -55px; }
/* End Callout Bar */

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 14px;
}

.contentSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
}
.contentWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 14px;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}

.headersLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}

.features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 12px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
	line-height: 14px;
}
ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}

li {
	background: url(images/bullet.gif) no-repeat left top;
	padding-left: 16px;
	margin-bottom: 10px;
	}
	
a:focus {

   outline: none; -moz-outline: none;
}

th
{
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color:#D8D8D8;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}

