/* basic elements */
body {
	font: 11px/14px verdana, sans-serif;
	color: #ffffff;
	background: #000000 url(../img/bg1.jpg) top left repeat-x;

	padding: 65px 0px 0px 224px;
	margin: 0px;
	}
p {
	font: 12px/16px verdana, sans-serif;
	text-align: justify;
	margin-top: 0px;
	}
h3 {
	font: bold 18px 'arial narrow', sans-serif;
	/*text-transform: lowercase;*/
	margin-bottom: 0px;
	}
acronym {
	border-bottom: dotted 1px #B27F66;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	}
a:active, a:hover {
	text-decoration: underline;
	}


/* specific divs */


/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	}
#pageHeader h1 {
	background: transparent url(../img/h1.jpg) no-repeat top left;
	width: 258px;
	height: 61px;
	float: left;
	margin: 1px 0px 0px 3px;
	}
#pageHeader h1 span {
	display: none;
	}
#pageHeader h2 {
	background: transparent url(/002/h2.gif) no-repeat top left;
	width: 300px;
	height: 100px;
	float: right;
	margin: 22px 0px 0px 0px;
	color:#FF0000
	}


/* sets up our floating area on the right. Kind of a hack, since there's a physical separation between
	two divs, filled in by tricky margins and compensated for with tricky padding, but it seems to hold up okay. */
#intro {
	background: #111111 url(../img/bg2.jpg) top left repeat-x;
	/*padding: 0px 40px 0px 40px;*/
	}
#preamble {
	padding: 0px 40px 0px 40px;
	background-color:#111111;
	}
#preamble .p3 {
	margin-bottom: 0px;
	}
#supportingText {
	background-color: #000000;
	margin: 0px;
	padding: 0px 40px 0px 40px;
	}
#supportingText #explanation h3 {
	margin-top: 0px;
	padding-top: 20px;
	}

#quickSummary {
	padding-top: 47px;

	}

#quickSummary .p1 {
	width: 430px;
	height: 195px;
	background: transparent url(../img/splash/rotator.php) top left no-repeat;
	padding: 182px 0px 0px 10px;
	position: absolute;
	top: 93px;
	left: 244px;
	}
#quickSummary .p1 span {
	display: none;
	}
#quickSummary .p2 {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #ff0000;
	background-color: #000000;
	display: block;
	border: solid 1px #FF1111;
	padding: 40px 15px 0px 419px;
	margin: 0px 10px 0px 40px;
	height: 140px;
	}
#quickSummary .p2 a:link {	
	color: #B27F66;
	}

#footer {
	text-align: right;
	border-top: solid 1px #FF1111;
	padding-top: 14px;
	}
#footer a:link, #footer a:visited {
	padding: 6px 6px 2px 6px;
	}
#footer a:hover {
	background-color: #333333;
	text-decoration: none;
	}


#linkList {
	background: transparent url(/002/cr1.gif) bottom right no-repeat;
	padding-bottom: 76px;
	position: absolute;
	top: 65px;
	left: 0px;
	}
#linkList2 {
	padding: 40px 0px 10px 0px;
	width: 200px;
	}
#linkList2 h3 span {
	display: none;
	}
#linkList2 h3.event {
	background: transparent url(../img/bar_event.jpg) no-repeat top left;
	width: 195px;
	height: 21px;
	}
#linkList2 h3.gallery{
	background: transparent url(../img/bar_gallery.jpg) no-repeat top left;
	width: 195px;
	height: 21px;
	}
#linkList2 h3.sponsors{
	background: transparent url(../img/bar_sponsors.jpg) no-repeat top left;
	width: 195px;
	height: 21px;
	}
#linkList2 h3.resources{
	background: transparent url(../img/h5.gif) no-repeat top left;
	width: 195px;
	height: 21px;
	}
#linkList2 h3.charity{
	background: transparent url(../img/bar_charities.jpg) no-repeat top left;
	width: 195px;
	height: 21px;
	}
#linkList .iL, #linkList li {
	font-size:	12px;
	line-height: 2.5ex;
	display: block;
	padding: 2px 0px 0px 25px;
	margin-bottom: 5px;
	}
#linkList #lresources li {
	margin-bottom: 0px;
	}

#linkList ul {
	margin: 0px;
	padding: 0px;
	}

#linkList li {
	list-style-type: none;
	}
