BODY {
	margin : 0 ;
	padding : 0 ;
	background-color : #FFFFFF;
	color : #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

P	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
}

DIV.maintext {
	margin-right : 5em;
}

A:visited {
	color : #A6005B;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}

A:active {
	color : #CC9999;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-weight : bold;
	text-decoration : none;
}

A:link {
	color : #A6005B;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-weight : bold;
	text-decoration : underline;
}

A:hover {
	color : #CC9999;
	text-decoration : none;
}


H1 {
	font-weight : bold;
	color : #000000;
	clear : left;
	line-height : normal;
}

H2 {
	font-weight : bold;
	color : #A6005B;
	clear : left;
	line-height : normal;
}

H3 {
	font-weight : bold;
	color : #000000;
	clear : left;
	text-transform : uppercase;
	line-height : normal;
}

.next {
	font-size : 75%;
	text-align : right;
	margin-top : 1em;
}

UL LI {
	list-style-type : disc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
}

OL LI {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	line-height : normal;
	list-style-type : decimal;
	color : #A6005B;
	font-size : 1.25em;
	font-weight : bold;
}

.normal {
	color : #000000;
	font-weight : normal;
	font-size: 100%;
	line-height : 125%;
	font-style: normal;
}

.tools {
/*	padding-top : 1.5em; */
/*	padding-bottom : 1.5em; */
}

DIV.box {
	margin: 0;
	padding-left: 1.5em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color : #000000;
	background-color: #FCEEE3;
	border-width: thin;
	border-color: #000000;
	border-style: groove;
}

DIV.box P {
	line-height: 125%;
}

SPAN.callout {
	font-size : 150%;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	color : #A6005B;
}

HR.border {
 background: transparent;
	border-color : #A6005B;
	clear : both;
}


P.address {
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size : 75%;
}


P.image {
	line-height : normal;
}

P.citation {
	font-weight : normal ;
	font-size : 75%;
	color : #666666;
	background-color : #FFFFFF;	
}

.quote {
	font-size: 100%;
	font-style : italic;
	color: #A6005B;
	font-weight : normal;
}

BLOCKQUOTE {
	margin-left : 5em;
	margin-right : 3em;
	font-size: 100%;
	font-style : italic;
	color: #A6005B;
	font-weight : normal;
}


SPAN.colored {
	font-size : 1.25em;
	font-weight : bold;
	color : #A6005B;
}

.offset {
	margin-left : 2em;
	font-size: 90%;
}
/* these are things that are unused as of now */

SPAN.q {
	font-size : 200%;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	color : #0066CC;
	background-color : #FFFFFF;	
}

SPAN.a {
	font-size : 200%;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	color : #998B3C;
	background-color : #FFFFFF;	
}

UL.tools {
	margin-left: 129px;
}

P.copyright {
	font-size : 66%;
}


