/* Author: Dan Roberge 1/31/06 */
/* IE/Win Holly Hack to avoid creeping-text bug; hidden from IE/Mac \*/
* html .comment {height: 1%;}
/**/
/* zero out all selectors */
* {
	margin:0;
	padding:0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color:#444444;
}
#wrapper{
	background-color:#ffffff;
}

#headerbox {
	position:absolute;
	background:#622429 url(images/montage2.jpg) no-repeat top left;
	height: 60px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#topnavbox {
	position:absolute;
	background-color: #8f8e63;  /*  9d9c75    89885e c0be87  cac89a   D5D5B4   */
	text-align: left;
	height: 24px;
	width: 100%;
	min-width:780px;
	left: 0px;
	top: 60px;
}
/* search not used */
#search{
	float:left;
	padding: 2px 0px 2px 4px;
	margin:0;
	width: 176px;
	height:20px;
	background-color: #a6ab8b;
	border-right: 1px solid #d5d5bb;
	}
.searchbox{
	font-size:75%;
	font-weight: normal;
}

/* LINKS IE Windows note: FIRST :visited, THEN :hover, or it won't work */
a:link {
	color: #204eac;  /*  old color ba012f*/
	text-decoration:underline;
	margin:0 3px;
}
a:visited {
	color: #204eac;
	margin:0 3px;
}

a:hover {
	color: #AC052F;
	background-color:#F2F2E6;
	text-decoration:underline;
	margin:0 3px;
}
		
		/* START nav links */	
	 	a.navLinks{
			color:#ffffff;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:85%;
			font-weight:bold;
			text-align:center;
			text-decoration:none;
			padding:4px 9px;
			margin:0px;
			line-height: 22px;
			/* put nowrap in the td to work in IE, not here */
		}
		a.navLinks:visited{
			color:#ffffff;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:85%;
			font-weight:bold;
			text-align:center;
			text-decoration:none;
			padding:4px 9px;
			margin:0px;
			line-height: 22px;
		}
		a.navLinks:hover{
			color:#6c1f25;
			background-color:#ffffff;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:85%;
			font-weight:bold;
			text-align:center;
			text-decoration:none;
			padding:1px 9px;
			margin:0px;
			line-height: 22px;
		}
	 	a.navLinks:active{
			color:#ffffff;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:85%;
			font-weight:bold;
			text-align:center;
			text-decoration:none;
			padding:4px 9px;
			margin:0px;
			line-height: 22px;
			/* put nowrap in the td to work in IE, not here */
		}

		/* END nav links */	

#leftnavbox {
	position:absolute;
	height: 100%;
	width: 180px;
	left: 0px;
	top: 94px;
	padding:0;
	margin:0;
	
}/* not used anymore */
#leftnavboxHomepg {
	position:absolute;
	height: 100%;
	width: 180px;
	left: 0px;
	top: 94px;
	padding:0;
	margin:0;
	background-color: #d6d5b7;
	
}
/*  use these for LEFT list menus */
		.leftnavHeaders {
			color: #6c1f25;
			background-color: #d6d5b7;
			font-family: Georgia,Times, "Times New Roman", serif;
			font-size: 12px;
			font-weight: bold;
			vertical-align:top;
			padding: 4px 0px 5px 5px;  /* space around leftnav headers */
			border:0px;
			margin:0px;
		}
		
		#leftnavcontainer ul
		{
			list-style:none;	
			margin:0px;
			padding:0px;
			text-align: left;
			vertical-align:top;
			background-color: #f2f2e6;
		}
		
		#leftnavcontainer ul li a
		{
			text-align: left;
			vertical-align:top;
			font-size: 94%;
			text-decoration: none;
			color: #333333;
			display: block;
			padding:1px 0 1px 11px;
			margin:0;
			border-top: 1px solid #f2f2e6;
			border-right: 1px solid #d5d5bb;
			border-bottom: 1px solid #f2f2e6;
			line-height:18px;zoom:1;}/*fixes IE6 height menu issue */
		
		#leftnavcontainer ul li a:hover
		{
			color: #890812;
			border-top: 1px solid #a6ab8b;
			border-right: 1px solid #d5d5bb;
			border-bottom: 1px solid #a6ab8b;
			background-color: #ffffff;
			vertical-align:top;
			line-height:18px;!important; /* Major browsers other than IE 6 and below respect the importance immediately */
			zoom:1;}/*fixes IE6 height menu issue */
		
		#leftnavcontainer ul li a#current
		{
			color: #333333;
			background-color: #FFFFFF;
			vertical-align:top;
			border-top: 1px solid #f2f2e6;
			border-right: 1px solid #d5d5bb;
			border-bottom: 1px solid #f2f2e6;
		}
		#leftnavlist{
			padding-left:0px;
			margin:0px;
			border:0px solid #369;
			}
		/*  END leftnav list classes */
		

#maincontent {
	position:absolute;
	background-color: #FFFFFF;
	width:auto;
	border:thin;
	left: 181px;
	top: 91px;
	border:0;
	margin-left: 0px;
	margin-right: 5px;
	padding-bottom: 12px;
	color:#444444;
	font-style:normal;
}
/*  THIS IS THE WHOLE RIGHT-SIDE OF PAGE */
/*  MUST HAVE DIV INSIDE A DIV WITH OFFSET20PX IN ORDER FOR IE TO ADHERE TO WIDTH:AUTO  */
			#notices{
				height:1%;
				width:auto;
				/*\width: 100%;    keep this hack for IE */
				/*w\idth: 100%;    keep this hack for IE */
				border: 0px;
				border-top: 0px solid #bfbfbf;
				border-bottom:0px solid #bfbfbf;
				background: #ffffff;
				padding-top: 0;
				padding-right: 0;
				padding-bottom: 12px;
				padding-left: 2px;
				margin-top:0;
			}
			#events{
				width:auto;
				height:1%;
				border: 0px;
				border-bottom:0px solid #bfbfbf;
				background: #fff;
				padding-left: 2px;
				padding-bottom: 12px;
			}
			#school{
				width:auto;
				height:1%;
				border: 0px;
				border-bottom:0px solid #bfbfbf;
				background: #fff;
				padding-left: 2px;
				padding-bottom: 12px;
			}
			#advertisements{
				width:auto;
				height:1%;
				border: 0px;
				border-top:1px solid #bfbfbf;
				border-bottom:1px solid #bfbfbf;
				background: #FAFFDD;
				padding-bottom: 5px;
				margin-right:10px;
				}
			#footerbox{
				width:auto;
				background-color:#f4f4ec;
				border-bottom:#bababa;
				border-bottom-style:dashed;
				border-bottom-width:1px;
				border-top:#bababa;
				border-top-style:dashed;
				border-top-width:1px;
				margin-top:12px;
				margin-right:10px;
				text-align:center;
				padding:0 0 5px 2px;
				}
			#footerbox2{
				width:auto;
				border-top:#bababa;
				border-top-style:dashed;
				border-top-width:1px;
				margin-top:12px;
				margin-right:10px;
				text-align:center;
				padding:0 0 5px 2px;
				}
			/* END right side of page inside div */


h1, h2, h3, h4, h5, h6	{
	color:#622429;
	margin: 5px 0px;
	font-size:small;
	font-family: Georgia,Times, "Times New Roman", serif;
	font-style:normal;
}
	 
h1{
	font-size: 140%;
	color: #003366;
	padding: 0px;
	margin: 20px 0;
}
h2{
	font-size: 120%;
	color: #9D0202;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: left;
}
h3 {
	font-size: 105%;
	color: #9D0202;  /* aa4545 grey #6a6a6a */
	padding-top: 4px;
	padding-bottom: 2px;
	margin-right:10px;
	text-align: left;
	background-color:#F5F5EF;
		border-bottom:#bababa;
	border-bottom-style:dashed;
	border-bottom-width:0px;
}
h4 {
	font-size: 90%;
	font-weight:800;
	color: #9D0202;
	padding: 0px;
	margin: 0;
	text-align: left;
	border-bottom: 0px solid #9D0202;
}

p {
	font-size: 100%;
	margin: 0;
	padding-top:7px;
	padding-right:4px;
	padding-bottom:7px;
	padding-left:0px;
	color:#444444;
	font-style:normal;
}
p.nospace {FONT-SIZE: 100%; padding-top:0px;padding-bottom:0px;}
.nonbreakingspace {padding-top:0px;padding-bottom:0px;margin:0}
.psmall {
	font-size: 88%;
	margin: 2px 0px;
	padding:0;
}
.psmallred {
	font-size: 88%;
	margin: 2px 0px;
	padding:0;
	color:#c20000;
}
.pcontact {
	color:#5d5d5d;
	line-height:18px;
	font-weight: normal;
	font-style:normal;
} 
p em {
	color: #FF0000;
	font-weight: normal;
	font-style:normal;
}
.em {
	color: #FF0000;
	font-weight: normal;
	font-style:normal;
}
UL {
	font-size: 96%; 
	color: #039; 
	margin-left:1.05em;
	padding:0;
	list-style-type:disc;
}
li {
	color:#633;
	font-size: 96%;
	line-height:16px;
}
a.bulletList:link{
	color: #335bac; 
	font-style: normal; 
	font-size: 100.01%;
	text-decoration: none;
	margin-left:0;
}
a.bulletList:visited{
	color: #335bac; 
	font-style: normal; 
	font-size: 100.01%; 
	text-decoration: none;
	margin-left:0;
}
a.bulletList:hover{
	color: #b51604;
	background-color:#fdfdd5;
	text-decoration: underline;
	margin-left:0;
}

.spanbold {
	font-size: 100%;
	font-weight: bold;
}

.spacer {
	font-size: 30%;
	line-height:6px;
}
/* use instead of 2 double break tags */
.br {
	line-height:12px;
}
.image {
	border: 0px;
	padding:0px;
}

.phonelistLink{
	font-size:100.01%;
	margin:0;
	padding:0;
}


a.footLinks{
	color:#6c1f25;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:80%;
	font-weight:normal;
	text-decoration:none;
	padding:2px;
}
a.footLinks:visited{
	color:#6c1f25;
	font-size:80%;
	font-weight:normal;
	text-decoration:none;
	padding:2px;
}
a.footLinks:hover{
	color:#ba012f;
	font-size:80%;
	font-weight:normal;
	text-decoration:underline;
	padding:2px;
}
.offsetleft20{
	padding-left:18px;
	padding-right:4px;
}

/* are these used?  */
.clearboth{
	clear:both;
}
/* used for both images and print page gif */
.floatrightimage{
	float:right;
	border: 0px;
	margin-top:8px;
	margin-right:5px;
	font-size: 70%;
	padding-left:7px;
}
.floatrightimageBorder{
	float:right;
	border:1px solid #999999;
	margin-top:8px;
	margin-right:5px;
	margin-left:7px;
}
/* used for images that are too white */
.greyborder{
	border:1px solid #999999;
}

.bodycopysmall{
   	color:  #999999;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9px;
    line-height: 10px;
	padding-right:5px;
}

#insidepgHeadBlock{
	background-color:#F5F5EF; /* f4f4ec f2f2e6 */
	border-bottom:#bababa;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-top:#bababa;
	border-top-style:dashed;
	border-top-width:1px;
	padding:0;
	margin-right:10px;
}
#insidepgHeadBlock p{margin: 3px;}	/* this psuedo class works only for the p tag within this 1 div */

.subHeaderDIV{
   	background-color: #F5F5EF;
	margin-right:10px;
	padding:5px 5px 5px 20px;
	text-align: left;
	border-bottom: 1px dashed #bababa;
	}	
.submitInfoDIV{
	background-color: #d6d5b7;
	margin-right:10px;
	padding:0px 5px 0px 20px;
	text-align: left;
	border-left: 0px solid #9D0202;
	border-bottom: 0px solid #bababa;
}

