@charset "utf-8";
/* CSS Document */

@import url("/boxes.css");
@import url("/news.css");


/*************************************************************************************
	THIS IS THE CSS CODE FOR THE MAIN CONTENT AREAS OF THE PAGE. THIS IS CODE FOR
	THE LEFT SIDE PANEL, CENTER MAIN CONTENT AREA, AND RIGHT SIDE PANEL.  CONTENT
	FOR THE LEFT & RIGHT PANELS AND THE MAIN CONTENT AREA ARE CONTAINED IN INCLUDE
	FILES TO MAKE EDITING THE CONTENT EASIER.  THE MAIN INDEX.HTML CODE NEED NOT
	BE EDITED AT ALL AS LONG AS THIS LAYOUT IS USED.
*************************************************************************************/

/************************************************************************************
	SAVE THIS CODE IN CASE WE WANT TO CONVERT TO PURE CSS AND NEED A
	THREE COLUMN LAYOUT.
	
#wrapper {float:left; width:100%; margin: 0; padding: 0;}

#left {float:left; width:20%; margin-left:-100%;}

#content {font-family: Arial, Helvetica, sans-serif; font-size: .8em; margin: 0 20%; padding: 1%; margin-bottom: 20px;}

#right {float:left; width:25%; margin-left:-25%;}

#header {background-image: url(/images/header_back.jpg); background-position: left top;}

*************************************************************************************/
body, html {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#web_header {
	background-attachment: scroll;
	background-image: url(/images/web_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	height: 150 px;
	padding: 0;
	margin: 0;
}
#web_header img {
	padding: 0;
	margin: 0;
	align: center;
}
#callout p {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	border-bottom-style: dotted;
	color: #000066;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000066;
	margin: 0px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000066;
	margin: 0px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #990033;
	margin: 0px;

}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	margin: 0;
	padding: 0;

}

/*H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	margin: 0;
	padding: 0;

}
*/
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B0785D;
	margin: 0px;
	padding: 0px;
}


/**************************************************************************************
	THIS IS THE CODE FOR THE QLINKS NAVIGATION.
**************************************************************************************/

#qlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#qlinks h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-transform: uppercase;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #990033;
}

#qlinks ul {
	border-top-style: dotted;
	border-bottom-style: dotted;
	padding: 5px 0px 5px 0px;
}
#qlinks li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

#qlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#qlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#qlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #AC133A;
	text-decoration: underline;
}


/**************************************************************************************
	THIS IS THE CSS CODE FOR THE FOOTER.
**************************************************************************************/
#footer {
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	height: 50px;
}
#footer ul {
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

#footer li {
	list-style-type: none;
	line-height: 30px;
	padding: 0px 20px 0px 20px;
	border-right: 1px dotted #fff;
	display: inline; 
}

/*#footer li.inline {
  display: inline;
  margin: 0;
  padding: 5px 200px 2px 20px;
  border-right: 1px dotted #fff;
  }

#footer li.last {
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 0px;
  } 
*/  
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AC133A;
	text-decoration: underline;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0;
}

#weblists ol {
	margin: 0px 0px 0px 0px;
}
#weblists li {
	font-family: inherit;
	font-size: 12px;
	list-style-type:disc;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 5px 0px;
}
#weblists a:link {
	color: #000000;
	text-decoration: underline;
}
#weblists a:visited {
	color: #000000;
	text-decoration: underline;
}
#weblists a:hover {
	color: #AC133A;
	text-decoration: underline;
}

#smalltext p {
	font-family: arial;
	font-size:.75em;
	padding: 10px;
	margin: 0;
	color: #000000;
	text-align: center;
}

#smalltext h1 {
    font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:normal;
	padding: 5px;
	margin:0;
	font-size: .75em;
	text-align: center;
	background: #107caa;
}

#smalltext h4 {
     font-family: Arial, Helvetica, sans-serif;
     font-size:11px;
     font-weight: bold;
     color: #800080;
     margin: 0;
     padding-top: 3px;
}
