body {
	font: 12px normal 'trebuchet ms', Calibri, Verdana, Arial, sans-serif;
	color: #444444;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}


#wrap {
	position: relative;
	width: 760px;
	background: url(Images/bodyBG01.gif) repeat-y top left;
	margin: 0 auto;
}


#header {
	background: #990033 url(Images/apple01.jpg) no-repeat top right;
	height: 135px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #990033;
}


#content {
	float: left;
	width: 544px;
	background: #fff;
	margin-left: 1px;
	padding: 25px 0 20px 15px;
}

	
.dottedBox {	/* IEv6 messes up if short form used */
	position: static;
/*	border-top: 1px dotted #990033;
	border-left: 1px dotted #990033;
	border-right: 1px dotted #990033;
	border-bottom: 1px dotted #990033; */
	border: 1px solid #deadbd;
	padding: 0 15px;
	margin-bottom: 15px;
}

.dottedBox a {
	color: #787818;
}

.dottedBox a:hover {
	color: #cccc33;
}


#sidebar {
	float: right;
	width: 190px;
	padding: 20px 0 10px 10px;
}


#footer {
	clear: both;
	background: #eee;
	margin: 0 1px;
	padding: 1px 0 0 0;
	height: 38px;
	font-size: 85%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #990033;
	text-align: center;
}


.navContent {
	padding: 5px 10px 5px 5px;
}

.navContent ul, #content ul {
	margin: 0;
	padding: 5px 10px 20px 10px;
	list-style: none;
}

.navContent li a,  #content li a {
	list-style: none;
	text-decoration: none;
/*	color: #1a7ec4; */
	color: #787818;
}

.navContent li a:hover, #content li a:hover {
/*	color: #990033; */
	color: #cccc00;
	text-decoration: underline;
}

.navTitle {
	background: url(Images/navTitle.gif) repeat-y;
	width: 160px;
	height: 1.5em;
	color: #fff;
	font-weight: bold;
	padding: 3px 0 3px 10px;
}


h1 {
	color: #888;
	font-size: 140%;
	font-weight: bold;
}

h2 {
	color: #333;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 6px;
/*	border-bottom: 6px solid #ecc1cf; */
	border-bottom: 6px solid #f2d9e1;
}

h3 {
	color: #990033;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -10px;
}

h4 {
	color: #333;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 6px;
}


.titleLeft {
	float: left;
}

.titleRight {
	float: right;
	color: #990033;
}


.date {
	color: #990033;
	font-weight: bold;
	margin-top: -1.2em;
	text-align: right;
}

.courseTitle {
	color: #990033;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.7;
	margin-bottom: -10px;
}

.courseDate {
	color: #444444;
	font-size: 120%;
	padding: 0 10px 0 10px;
	line-height: 1.7;
}

.courseTime {
	color: #990033;
	font-size: 120%;
/*	font-weight: bold; */
	line-height: 1.7;
}

.courseText {
	clear: both;
}

a {
	color: #990033;
	text-decoration: none;
}

a:hover {
	color: #990033;
	text-decoration: underline;
}

.dark {
	color: #000000;
	font-weight: bold;
}

.red {
	color: #990033;
}

/* ---------------------------------------- FORM STUFF ----- */

#formBox {
	background: #eee;
	border: 1px solid #ccc;
	margin: 20px;
	padding: 15px;
}

.textFieldMedium {
	width: 200px;
	padding: 3px 5px;
}

.textFieldLong {
	width: 400px;
	padding: 3px 5px;
}

.messageBox {
	width: 415px;
	padding: 3px 5px;
}

.warning { color: #e33; }

input, textarea {
	font: 12px normal 'Trebuchet MS', Calibri, Arial, sans-serif;
	color: #333;
}

.fBold { font-weight: bold; }

.fBoldRed {
	font-weight: bold;
	color: #990033;
}

caption {
	fontWeight: bold;
	color: #990033;
}

fieldset {
	border: 1px solid #999;
	margin-bottom: 20px;
	padding: 0 0 5px 15px;
}

legend {
	font-size: 115%;
	font-weight: bold;
	color: #990033;
}


.phone, .email, .address {
	padding: 2px 0 2px 3.0em;
	height: 24px;
}


.phone {
	background: url(Images/phone24x24.gif) no-repeat top left;
}


.email {
	background: url(Images/at24x24.gif) no-repeat top left;
}


.address {
	background: url(Images/letter24x24.gif) no-repeat top left;
}


