/*   9/28/08   */

body {
	background-image: url(../images/background.png);
 	background-repeat: repeat;
}

h1, h2, h3, h4, h5 {
	color: #A00;
	margin: .7em 0 0 0;
}

h2, h3, h4, h5 {
	padding-top: 1em;
}


p {
	margin: 1em 0px 0px 0px;
	text-align: justify;
	text-indent: 1.5em;
}


p.noindent {
	text-indent: 0em;
}



p.indent {
	text-indent: 0em;
	padding-left: 5em;
}


p.quote {
	text-indent: 0em;
	padding-left: 2em;
	padding-right: 2em;
	font-style: italic;
	color: #00A;
}


p.resource {
	text-indent: 0em;
	padding-left: 2em;
	font-style: italic;
	color: #00A;
}


hr {
	margin-top: 1em;
	width: 80%;
}


li {
	padding-bottom: 1em;
}


li.noskip {
	padding-bottom: 0em;
}


.currentlink {
	text-align: center;
	font-weight: bold;
	color: #A00;
	height: 30px;
}


#border-left, #border-middle, #border-right, #content, #copyright, #logo, #navigation, #panel, #separator-horiz, #separator-vert, #spacer {
	background-color: #EEE;
}


#border-bottom {
	background-image: url(../images/border-bottom.png);
	background-repeat: repeat-x;
	height: 10px;	
}

#border-left {
	background-image: url(../images/border-left.png);
	background-repeat: repeat-y;
	width: 10px;	
}


#border-left-middle {
	background-image: url(../images/middle-left.png);
	width: 10px;
	height: 16px;	
	font-size: 1px;
}

#border-middle {
	background-image: url(../images/border-middle.png);
	background-repeat: repeat-x;
	height: 16px;	
}

#border-right {
	background-image: url(../images/border-right.png);
	background-repeat: repeat-y;
	width: 10px;	
}

#border-right-middle {
	background-image: url(../images/middle-right.png);
	width: 10px;
	height: 16px;	
	font-size: 1px;
}

#border-top {
	background-image: url(../images/border-top.png);
	background-repeat: repeat-x;
	height: 10px;	
}


#buttons-left {
	background-image: url(../images/buttons-left.png);
	background-position: 0px 0px;
	width: 10px;
}

#buttons-right {
	background-image: url(../images/buttons-right.png);
	background-position: 0px 0px;
	width: 10px;
}


#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: black;
	text-align: center;	
}



#corner-ll, #corner-lr, #corner-ul, #corner-ur {
	width: 10px;
	height: 10px;	
	font-size: 1px;
}	

#corner-ll {
	background-image: url(../images/corner-ll.png);
}

#corner-lr {
	background-image: url(../images/corner-lr.png);
}

#corner-ul {
	background-image: url(../images/corner-ul.png);
}

#corner-ur {
	background-image: url(../images/corner-ur.png);
}

#email-line1 {
	text-align: center;
	font-style: italic;
}

#email-line2 {
	text-align: center;
	font-size: smaller;
}	

#link {
	padding-bottom: 10px;
}


#link a {
	background-image: url(../images/buttons-middle.png);
	background-repeat: repeat-x;

	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;

	display: block;
	height: 21px;

	padding-top: 4px;
}


#listnum {
	width: 50px;
	margin-top: -.2em;
	padding-top: 1em;
	text-align: right;
	font-size: 1.5em;
	color: #A00;
}

#listspace {
	width: .75em;
}

#listext {
	xpadding-left: .75em;
	padding-top: 1em;
	text-align: justify;
}

#navigation a:link {
	background-position: 0px 0px;
	color: #F00;
}

#navigation a:visited {
	background-position: 0px -40px;
	color: #000;
}

#navigation a:hover {
	background-position: 0px -80px;
	color: #A00;
}

#navigation a:active {
	background-position: 0px -80px;
	color: #A00;
	font-weight: bold;
}



#separator-horiz {
	background-image: url(../images/separator-horiz.png);
	background-repeat: repeat-x;
	height: 30px;	
}

#separator-vert {
	background-image: url(../images/separator-vert.png);
	background-repeat: repeat-y;
	width: 30px;
}

#spacer {
	width: 30px;
}

#spacer-horiz {
	background-image: url(../images/cleardot.png);
	height: 30px;
}


#top {
	left: 5%;
	top: 10px;
}