/*------------start reset styles to reduce browser inconsistency------------*/
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;
}
/*------------end reset styles to reduce browser inconsistency------------*/
body
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #aaa19d;
	background-repeat: repeat-x;
	background-color: #322B27;
	line-height: 14px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
	padding: 3px;
}

ul {
	
}

li {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 120%;
}

p {
	margin: 10px 0;	
	line-height: 120%;

}

h1 {
	
}

h2 {
	
}

h3 {

}

h4 {

}

a:link {
	color: #d1cbc8;
}

a:visited {
	color: #d1cbc8;	
}

a:hover {
	color: #CF3510;
}

a:active {
	color: #CF3510;
}

.hr {
	
}

.floatleft {
	float: left;
	padding: 0 5px 5px 0;
}

.floatright {
	float: right;
	padding: 0 0 5px 5px;
}

.small {
	font-size: 80%;
}

#wrapper 
{
	margin: 0px auto;
	width: 900px;
}

#blowup #wrapper {
	text-align: center;
	width: 700px;
}
.back {
	text-align: left;
}
#header {
	text-align: center;
}
#leftcol {
	float: left;
	width: 240px;
}
#midcol {
	float: left;
	width: 420px;
}
#rightcol {
	float: left;
	width: 240px;
	margin-top: 45px;
}
.quote {
	text-align: center;
	font-size: 130%;
	line-height: 120%;
	font-style: italic;
	font-weight: bold;
	width: 200px;
	margin: 0 auto 20px auto;
}
.accent {
	color: #CF3510;
}

p.halschool {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

