/* SPE-LAF.ORG MASTER STYLESHEET */


/*--- CONTAINERS -----------------------------------------------------------*/

/* SCROLL CONTAINER */
.scroller {
	position : relative; 
	left : 766px; 
	top : -28px
	}


/*--- LINKS AND NAVIGATION -----------------------------------------------------------*/

/* BODY LINK */
A {
	color : #4F5783; 
	font-size : 12px; 
	line-height : 18px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration : underline; 
	}

/* NEW NEWS LINK */
A.news {
	color : #4F5783; 
	font-size : 12px; 
	font-weight : normal; 
	line-height : 18px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration : underline; 
	}

/* NEW NAV LEFT */
A.nav_left {
	color : #4F5783; 
	font-size : 11px; 
	line-height : 13px; 
	font-weight : normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration : underline; 
	}

/* NEW BREADCRUMBS */
A.crumbs {
	color : #4F5783;
	font-size : 11px; 
	font-weight : normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* SPLASH NEWS LINK */
A.sp_news {
	color : #4F5783; 
	font-size : 12px; 
	line-height : 18px;
	font-weight : normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration : underline;
	}

/* ADMIN LINK */
A.admin {
	font-size : 12px; 
	text-decoration : none; 
	font-weight : bold; 
	color : #6E79B1; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
A:link.admin { text-decoration: none }
A:hover.admin { text-decoration: underline }

/* BREADCRUMB */
A.bcoff {
	font-size : 11px; 
	font-weight : normal; 
	color : #666; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
A:link.bcoff { text-decoration: none }
A:hover.bcoff { text-decoration: underline }

/* BREADCRUMB ACTIVE */
A.bcon {
	font-size : 11px; 
	color : #666; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
A:link.bcon { text-decoration: none }
A:hover.bcon { text-decoration: underline }

/* FOOTER NAV */
A.footer {
	text-decoration : none;
	color : #009; 
	font-size : 11px; 
	font-weight : bold; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
A:link.footer { text-decoration: none }
A:hover.footer { text-decoration: underline }

/* NEW FOOTER NAV */
A.footer_new {
	color : #4F5783; 
	font-size : 11px; 
	font-weight : normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* NEW SMALLPRINT NAV */
A.smallprint {
	color : #4F5783; 
	font-size : 10px; 
	font-weight : normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}


/*--- COPY ---------------------------------------------------------------------------*/

p { s }

/* BODY TEXT */
.body {
	color : #0D006A; 
	font-size : 15px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* NEW BODY TEXT */
.body_new {
	color : #000; 
	font-size : 12px; 
	line-height : 18px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* FORM BODY TEXT */
.body_form {
	color : #4F5783; 
	font-size : 12px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* NEW BREADCRUMBS */
.crumbs {
	color : #4F5783;
	font-size : 11px; 
	font-weight : normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.quote {
	color : #fff; 
	font-size : 17px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.quote_new {
	color : #fff; 
	font-size : 12px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* ADMIN BODY TEXT */
.adminbody {
	color : #666; 
	font-size : 12px;
	font-weight : normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* PAGE TITLE */
.pagetitle {
	color : #6E79B1; 
	font-size : 22px; 
	font-weight : bold; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* NEW PAGE TITLE */
.pagetitle_new {
	color : #4F5783; 
	font-size : 26px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom : 5px;
	}

/* COPYRIGHT */
.copyright {
	color : #009; 
	font-size : 11px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* ADMIN LEFT NAV LEADING */
.adminleftnav {
	line-height : 18px;
	}



/*--- FORMS ---------------------------------------------------------------------------*/

.input {
	border : #6E79B1 1px solid; 
	FONT : 11px Georgia, "Times New Roman", Times, serif;
	}

.input_new {
	width : 250px;
	border : #C0C0C0 1px solid; 
	background-color : #E5EBF2;
	FONT : 12px Georgia, "Times New Roman", Times, serif;
	}

.select_new {
	width : 250px;
	background-color : #E5EBF2;
	FONT : 12px Georgia, "Times New Roman", Times, serif;
	}

INPUT.butt {
	border-right: #7f7f7f 1px solid;
	border-bottom: #7f7f7f 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color:#c0c0c0;
	margin-left:1px;
	}

/* FORM BODY */
.form {
	color : #666;
	font-size : 12px;
	font-weight : normal;
	font-family : Georgia, "Times New Roman", Times, serif;
	}

/* FRONT-END BUTTONS */
.form_button {
	color : #333;
	font-size : 12px;
	font-family : Georgia, "Times New Roman", Times, serif;
	}

/* FOR ADMIN INDEX FORMS */
.form_adminindex {
	color : #333;
	font-size : 12px;
	font-family : Georgia, "Times New Roman", Times, serif;
	}

/* FOR ADMIN FORMS */
.form_admin {
	color : #333;
	font-size : 12px;
	font-family : Georgia, "Times New Roman", Times, serif;
	background-color : #fff;
	/* DO NOT CHANGE THE "=" FOR WIDTH BELOW */
	width = 365px;
	}





/*------------------------------------------------------------------------------------*/

/* NETSCAPE FIXES */
b {
	font-weight : bold !important;
}

strong {
	font-weight : bold !important;
}
