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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 98%;
	font-family: sans-serif;
	vertical-align: baseline;
}




/* End of CSS Reset */


strong {
	font-weight: bold;
}

li {

	line-height: 125%;
	margin-left: 25px;
	list-style: disk;
}

ol ul li {
	line-height: 125%;
	margin-left: 25px;
	list-style: disk;
}

p  {    
	line-height: 125%;
	padding: 10px 10px 0px 0px;
	font-size: 98%;
}

h1 {
	color: #1c386d;
	font-size: 200%;
	padding: 10px 10px 0px 0px;
}

h2 {
	font-size: 125%;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
}

h3 {

	font-size: 100%;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
}

ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

#wrapper {
	width:986px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;

}

#header {
	background-color: black;

}

#header img {
	padding: 0;
	margin: 0;
}

#nav {
	background-color:#1c386d;
	font-weight: 600;
	color: white;
	padding: 5px;
}


#left-bar {
	float: left;
	width: 250px;
	padding-top: 93px;
	text-align: center;
}


#left-bar li {
	text-decoration: none;
	list-style: none;
	margin-left: 0px;
	padding: 10px;
}

#left-bar a {
	color: #1c386d;
}


#left-bar-nav{
	float: left;
	width: 250px;
	margin-top: 5px;

}

#left-bar-nav a {
	color: #1c386d;

}

#right-bar {
	float: right;
	width: 336px;
	padding-top: 50px;
	text-align: center;
	font-style: italic;
}

#right-bar p {
	padding-top: 4px;
}



#content {
	width: 400px;
	margin-left: 250px;
	margin-right: 330px;
	min-height: 620px;
	padding-bottom: 10px;
}



#footer {
	background-color:#1c386d;
	font-weight: 600;
	color: white;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 18px;

	}

#sponsors {
	text-align: center;
	
}

#sponsors img {
	padding-right: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}


#charity {
	
	position: relative;
	left: 10px;

}

#charity p {
	font-size: 75%;
	font-weight: bold;
}


#box {
	border: 1px dashed black;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 9px;
	margin-left: 10px;
	margin-right: 15px;
}

#box2 {
	border: 1px dashed black;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 9px;
	margin-left: 90px;
	margin-right: 15px;
	width: 60%;
}

#donate ul li a, #donate ul li a:visited {
display:block; text-decoration:none; color:white; width:204px;  text-align:left; border:1px solid #fff; border-width:1px 1px 0 0; background:#b01942; line-height:19px; font-size:14px; font-weight: bold; padding-left: 5px; padding-top: 10px; padding-bottom: 10px;

margin-top:10px;
}


.highlighted {
	color: red;
	font-weight: bold;
}


/*Nav*/

#nav ul {

	margin-left: 240px;
	padding: 10px;
}

#nav li{
	display: inline;
	margin: 10px;

}

#nav li a{

	color: white;
	text-decoration: none;
	font-size: 1.25em;

}

#nav li a:visited{
	color: white;
}

#nav li a:hover, .solidblockmenu li .current{
	color: #b01942;
	text-decoration: underline;
}

a.white {

color: white;

}