﻿
body{
	background-color: #E1EEFD;
	font-family: Verdana, sans-serif;
	font-size: 12px; 
	*background-image: url(images/right-slice-fade.png);
	background-position: right;
	background-repeat: repeat-y;
}

.mainbox{
	margin-left: 50px;
	margin-right: 50px;
	width: 700px;
}



/*hyperlinks on pages */




a:active {

text-decoration: none;    

}




a:visited {

text-decoration: none;    

}




a:link {

text-decoration: none;    

}

a:hover {
	color: white;
	font-style: italic;
			
}
.mission{
	/* mission statement under titlepic 
	width: 700px;*/
	color: red;
	font: small-caps bolder;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
	padding-top: 2px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.titlepic{
	margin-bottom: 0px;
}
/*
.panel{
	background-image: url(images/panel.jpg);
	background-repeat: no-repeat; 
	
	background-position: 493px 38px;
	float: left;
}
*/
.left {
	float: left;
	width: 349px;
	margin: 0px;
	
	background-color: #FFFACD;
}
		
.right {
	float: right;
	width: 349px;
	margin: 10;
	padding: 0;
}
/*
.middle {
	margin: 0 300px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ADD8F2;

}
*/
.column-in {
	/*dunno what this does but is pushes the text in each column, like padding */
		margin: 0px;
	padding: 0.5em 1em;
	left: -10px;
}
		
.heading1 {
	/*heading on the news page */
	background-color: #FFF5EE;
	color: Navy;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
	font-variant: small-caps;
}
.heading2 {
	/*heading on the news page */
	background-color: #F0FFF0;
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	margin-left: 0%;
	margin-right: 20%;
	float: left;
	left: 0px;
}
.heading2left {
	/*left heading on the news page */
	background-color: #F0FFF0;
	color: Navy;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-left: 0%;
	margin-right: 20%;
}
.heading3 {
	/*heading on the news page */
	background-color: #F0FFF0;
	color: Navy;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5%;
	margin-right: 20%;
	bottom: auto;
	top: auto;
}

.text-box{
	/*This is a text box to add to your page */
	background-color: White;
	padding: 5px;
}
.text-box-shade{
	padding: 2px 4px;
	background-image: url(images/right-slice-fade.png);
	background-position: right;
	background-repeat: repeat-y;
}
.line-box{
	border: medium double #66CDAA;
	padding: 5px;
}
.text-box-cyan{
	/*This is a text box to add to your page */
	background-color: #E0FFFF;
	padding: 5px;
}

.text-box-yellow{
	/*This is a text box to add to your page */
	background-color: #FFFFB5;
	padding: 5px;
}


ul {
	/*list-style-image: url(images/bullet-logo.gif);*/

}

li {
	margin-left: 5pt;
	line-height: 120%;
	text-indent: 12px;
	margin-left: 5px;
}




/*Small links for each page*/


.small_link_box {
	margin: 1pt 0pt 1pt 0pt; /*margin = setting the yellow space around the blue box top; right; bottom; left;*/
	padding: 1pt 0pt 1pt 0pt; /*padding = setting the blue space inside the blue box  top; right; bottom; left;*/
	width: 700px;
	text-align: center;
	height: 15px;
}

/* links at the page top */
a.small-link:active {
	background: #006699;
	border: solid 1px #aabdff;
/*makes a solid border around the link 2px wide*/ /*color: white;*/	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 66%;
	margin: 1px;
/*margin = setting the blue space around the  boxs*/	padding: 1px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 8.2%;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial;
}

a.small-link:visited {
	background: #006699;
	border: solid 1px #aabdff;
/*makes a solid border around the link 2px wide*/ /*color: white;*/	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 66%;
	margin: 1px;
/*margin = setting the blue space around the  boxs*/	padding: 1px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 8.2%;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial;
}

a.small-link:link {
	background: #006699;
	border: solid 1px #aabdff;
/*makes a solid border around the link 2px wide*/ /*color: white;*/	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 66%;
	margin: 1px;
/*margin = setting the blue space around the  boxs*/	padding: 1px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 8.2%;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial;
}

a.small-link:hover {
	background: #FFFACD;
	color: #006699;
	font-style: italic;
	vertical-align: middle;

}

div#links a span { /*This hides the text before the hover turns it on*/
display: none;
}

div#links a:hover span {
	/*set out the style of the hover text*/
	font-style: normal;
	color: #F8F8FF;
	display: block;
	position: absolute;
	top: 38px;
	left: 100px;
	width: 525px;
	font-weight: bold;
	font-size: 200%;
}
.heading2 large {
	/*heading on the news page */
	background-color: #F0FFF0;
	color: Navy;
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left: 0%;
	margin-right: 20%;
}
Body text {
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
