/* SECTION FOR BODY */
/* home page body information */
.homepagebody {
	margin-width: 0;
	margin-height: 0;
	margin-left: 0;
	margin-top: 0;
	background-color: #6699cc;
	}
	
/* sub page body information */	
.subpagebody {
	margin-width: 0;
	margin-height: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #ffffff;
	}


/* SECTION FOR BACKGROUNDS */	
.orangebkg {
	background-color: #ff9900;
	}

.bluebkg {
	background-color: #6699cc;
	}

.ltorangebkg {
	background-color: #ffcc66;
	}	

.peachbkg {
	background-color: #ffefd6;
	}
	
.ltbluebkg {
	background-color: #e7ebe7;
	}	
	
.whitebkg {
	background-color: #ffffff;
	}		
	
.blackbkg {
	background-color: #000000;
	}

.h_background {
	background-image: url("images/h_bkg.jpg");
	background-repeat: repeat;
	}

.s_background {
	background-image: url("images/s_bkg.jpg");
	background-repeat: repeat;
	}
	

/* SECTION FOR FOOTERS */
/* home page footer */	
.hfooter {
	font-size: 11px;
	font-family: arial;
	color: #ffffff;
	background-color: #6699cc;
	}

/* sub page footer */
.sfooter {
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	color: #ffffff;
	background-color: #6699cc;
	}


/* SECTION FOR TEXT */
/* main header: larger blue bold text used for sub pages*/
.largebluebold {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #6699cc;
	}

/* sub header: bold italic orange text used for sub pages */
.italicorangebold {
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #f39200;
	}

/* main text for sub pages */
.text {
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	}	

/* main text for sub pages */
.smalltext {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	}	

	
/* bold orange text used for sub pages */
.orangebold {
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #f39200;
	}
	
/* black text used for inactive links located in ltorangebkg, used for sub pages */
.inactivelink {
	font-family: arial narrow, arial, helvetica;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	}

	
	
/* SECTION FOR SITE LINKS */
/* sets white link color/styles for sections with blue background */
A.whitelink:link {
	color: #FFFFFF; 
	text-decoration: none;
	}
	
A.whitelink:visited {
	color: #FFFFFF; 
	text-decoration: none;
	}
	
A.whitelink:hover {
	color: #FFFFFF; 
	text-decoration: underline;
	}

	
/* sets the link color/style for the sub links in the ltorange background */
A.narrowlink:link {
	text-decoration: none;
	font-family: arial narrow, arial, helvetica;
	font-size: 14px;
	color: #000000;
	}

A.narrowlink:visited {
	text-decoration: none;
	font-family: arial narrow, arial, helvetica;
	font-size: 14px;
	color: #000000;
	}

A.narrowlink:hover {
	text-decoration: underline;
	font-family: arial narrow, arial, helvetica;
	font-size: 14px;
	color: #000000;
	}

	
/* sets the link color/style for the standard links on the sub pages */
A:link {
	color: #6699cc;
	text-decoration: none;
	}
A:visited {
	color: #6699cc; 
	text-decoration: none;
	}

A:hover {
	color: #6699cc; 
	text-decoration: underline;
	}


/* SECTION FOR HORIZONTAL RULE COLORS */
/* blue horizontal rule */
.bluerule {
	color: #6699cc;
	height: 1px;
	}
