/*----------------------Meyer's CSS reset----------------------*/
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, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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 Meyer's CSS Reset-------------------*/

/*------------------------Generic but specific to each site--------------*/
body{
	width: 100%;
	background: url(../images/bg.jpg) repeat-x left top #ebebeb;
	color:#6d6d6d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

img{
	border: none;
	}

ol, ul {
	list-style: square;
	margin: 5px 0 25px 40px;
	padding: 0 0 0 0;
}
li {
	margin: 0 0 5px 5px;
	padding: 0 0 0 0;
}

p{
	margin: 5px 0 15px 0;
	padding: 0 0 0 0;
	clear: both;
	}

a{
	color: #950026;
	text-decoration: underline;
	}
a:hover, a:focus{
	text-decoration: none;
	}

.float-left{
	float: left;
	}	
.float-right{
	float: right;
	}

.left{
	float: left;
	padding: 0 10px 10px 0;
	}	
.right{
	float: right;
	padding: 0 0 10px 10px;
	}
	
h1{
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 155%;
	letter-spacing: 0.2px;
	font-weight: normal;
	color: #950026;
	clear: both;
	background: url(../images/h1-underline.gif) left bottom repeat-x;
	margin: 0 0 12px 0;
	padding: 2px 0 6px 0;
	}

h2{
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	clear: both;
	background: url(../images/h2-underline.gif) left bottom repeat-x;
	margin: 0 0 12px 0;
	padding: 0 0 6px 0;
	}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.small{
	font-size: 80%;
	}