/***********************************************/
/* 3column left - double header- triple footer  */
/*          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{font-family: Arial, Helvetica, sans-serif;
	background-image:url(../assets/background_gray_stripe.gif);
	background-repeat:repeat;
	font-size:small;
	color: #000066;
}

table {empty-cells:show;}


/****  background-repeat:repeat-y; ***/

h1 {font-size: x-large; color:#000066; font-weight: bold;}

h2 {font-size: large; color:#000066;}

h3 {font-size: medium; color:#000066;}

h4 {font-size: medium; font-weight: bold; padding: 15px; color: #666666;}
	
h5 {font-size: large; color: #000000; text-align: left;}

h6 {font-size:x-small; color:#000000;}

p {font-size: small; color: #000066;}

.blueXsmall {font-size: x-small; color: #000066;}
.redSmall {font-size: small; color: #FF0000;}
.redXSmall {font-size: x-small; color:#FF0000;}
.blackBold {font-size: small; font-weight: bold;}
.strikethrough {text-decoration:line-through;}
.blueBoldLg { font-size: x-large; color:#000099; font-weight: 700;}

.med_blue{font-size:medium;
	color:#000066;
	font-weight:700;
}

.sm_blue_bold{font-size:small;
	color:#000066;
	font-weight:400;
}
	
.center {
	text-align:center;
}

.county{ font-size:12px;}










/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {width: 960px;
	margin: 0 auto;
	border-width: medium;
	border-color:#000099;
	border-style:double;
	padding: 2px;
	background-color:#FFFFFF;
}

#header {
	clear:both;
	width:100%;
	height:120px;
	background-color:#000099;
	
}
#desc { display: none;
font-size: 1px;
}
#navBar {clear:both;
	text-align:center;
	padding: 4px 0px 0px 0px;
	background-color:#000099;
	width:100%;
	height:35px;
	display: block;
	font-size: 15px;
}
	#navBar a:link {
		padding: 4px 2px 2px 8px;
		color: #FFFFFF;
		line-height: 2.0;
		font-weight:800;
		text-decoration:none;
		}

	#navBar a:visited {
		padding: 4px 2px 2px 8px;
		color: #FFFFFF;
		line-height: 2.0;
		font-weight:800;
		text-decoration:none;
		}

	
	#navBar a:hover { 
		padding: 4px 2px 2px 8px;
		color:#FFFFFF;
		line-height: 2.0;
		font-weight:800;
		background-color:#0033FF;
		}

	#navBar a:active { 
		padding: 4px 2px 2px 8px;
		color:#0000CC;
		line-height: 2.0;
		font-weight:800;
		background-color:#FFFFFF;
		}

#date {
	float:right
}
	
/* #content is used to set up the columns*/
#content {
	clear: both;
	width: 100%;
}
#schoolTable { clear:both; width: 100%; font-size: x-small; color: #000066;}
	#schoolTable a:link {color:#000066; text-decoration: none;}
 	#schoolTable a:visited{color:#000066; text-decoration: none;}
 	#schoolTable a:hover { color:#FF6600; text-decoration: none;}





#pageFooter { clear:both; width: 100%; font-size: x-small; color: #000066;}
 #pageFooter a:link {color:#000066; text-decoration: none;}
 #pageFooter a:visited{color:#000066; text-decoration: none;}
 #pageFooter a:hover { color:#FF6600; text-decoration: none;}

#sideLeft { 
	float:left;
	padding: 0px 5px 10px 20px;
	width: 760px;
	height: 100%;
	text-align:left;
	display:block;
}

#sideRight {
	float:right;
	width: 160px;
	height:100%;
	text-align:center;
	border-left: 1px solid #ccc;
	}

	
#centerPage {
	float:left;
	padding:5px 4px 4px 5px;
	width: 570px;
	height: 100%;
}
	


#footerCity {
	clear: both;
	background-color:#CCCCCC;
	width: 960px;
	font-size:x-small;
	text-align:center;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
	
#footerStates {
	background-color:#CCCCCC;
	padding-top:3px;
	width:960px;
	font-size: x-small;
	text-align: center;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#footerCorp {
	clear:both;
	width: 960px;
	margin: 0 auto;
	color: #000099;
	font-weight:600;
	font-size:small;
	text-align:center;
	padding-top:5px;
}



a:link {color:#0000CC;
	text-decoration:underline;
}
a:visited{color:#0000CC;
	text-decoration: underline;
}
a:hover { color:#FF6600;
	text-decoration: underline;
}

