html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Begin Style ---------------------------*/

body { background: #590b0b url(images/BG-Red.jpg) top center no-repeat; background-attachment:fixed; }

#wrapper { width:700px; position:relative; margin: 0 auto; }

#top { height:30px; margin-bottom:10px; padding-right:50px;}
	#top p { color:#fff; float:right; font-family: Georgia, "Times New Roman", Times, serif; font-size:10pt; padding: 10px 0 0 12px; margin-bottom:3px; }	
	#top a:link,#top a:visited { color:#FFFFFF; border-bottom: #FFFFFF 1px dotted; text-decoration:none; }

#header { background:url(images/header.png) top center no-repeat; height:221px;}

#mainContent {background:url(images/BG-Main.png) center repeat-y; height:100%; padding:0 100px; }

h1, h2 { background:transparent url(images/BG-h2.png) no-repeat scroll left top;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14pt;
	font-weight:normal;
	height:34px;
	margin-bottom:9px;
	margin-left:-56px;
	padding-bottom:8px;
	padding-left:53px;
	padding-top:20px;
}


	p,label,td,th {font-family:Arial, Helvetica, sans-serif; font-size:10pt; line-height:14pt; margin-bottom:10px; }

hr { border-top: #FFFFFF 1px solid; border-bottom:#333333 1px solid; }

a, a:link, a:visited { color:#330000;}

td p, th p, td, th { margin-bottom:0; text-align:left;}
.courseHeading { font-family:Georgia, "Times New Roman", Times, serif; font-size:14pt; font-weight:lighter; padding: 5px 0;}
.description { font-weight:lighter; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; margin-bottom:5px; }

#menu input { border:1px solid #333333; text-align:center;}

input {border: #333333 1px solid; margin:8px; padding:3px; }
input.bottom {margin:0;}

.quantity {} /* mainly for attaching jQuery even */

tr { border-bottom: #999999 1px dotted; }
	tr.last {border-bottom:#330000 1px dotted; padding-left:25px; }

.totalText { text-align:right; border:0;}
.totalInput { text-align: left; }
	.totalInput input {background: #FFFFFF url(images/dollarSign.png) left no-repeat; text-align:left; padding-left:25px;}
	
#footer { background:url(images/footer.png) bottom center no-repeat; height:59px; margin-top:-10px; }