/* The scrollbar colors are set here, as is the page margin and the background */
/* You can change the color of the background and take out the image if you want */
/* but if you change the color, the image will no longer look right */
body {
	scrollbar-3dlight-color : #90b2c0;
	scrollbar-arrow-color : #e7e7e7;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #0042B1;
	scrollbar-highlight-color : #90b2c0;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color : #0042B1;
	margin: 0px;
	background-color: #ffffff;
}
P {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
TD {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
LI {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.jpg);
}
UL {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
TABLE {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
/* these are the normal links for use on a white background */
A:link {
	COLOR: #000000; TEXT-DECORATION: none;  font-size: 100%;
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none;  font-size: 100%;
}
A:hover {
	COLOR: #0409A5; TEXT-DECORATION: underline overline;  font-size: 100%;
}
A:active {
	COLOR: #000000; TEXT-DECORATION: none;  font-size: 100%;
}
/* these are the links that are white at the bottom of the splash page */
A:link.splash {
	COLOR: #ffffff; TEXT-DECORATION: none;  font-size: 80%; font-weight: bold;
}
A:visited.splash {
	COLOR: #ffffff; TEXT-DECORATION: none;  font-size: 80%; font-weight: bold;
}
A:hover.splash {
	COLOR: #ffffff; TEXT-DECORATION: underline overline;  font-size: 80%; font-weight: bold;
}
A:active.splash {
	COLOR: #ffffff; TEXT-DECORATION: none;  font-size: 80%; font-weight: bold;
}
/* these are the links that are blue at the bottom of the pages */
A:link.special {
	COLOR: #0409A5; TEXT-DECORATION: none;  font-size: 70%;
	font-weight: bold; background-color: #ffffff;
}
A:visited.special {
	COLOR: #0409A5; TEXT-DECORATION: none;  font-size: 70%; font-weight: bold; background-color: #ffffff;
}
A:hover.special {
	COLOR: #0409A5; TEXT-DECORATION: underline overline;  font-size: 70%; font-weight: bold; background-color: #BED6FB;
}
A:active.special {
	COLOR: #0409A5; TEXT-DECORATION: none;  font-size: 70%; font-weight: bold; background-color: #ffffff;
}
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #A5CDE9; 
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000
}
H4 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000
}
H5 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000
}
H6 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000
}
.cellmain {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
/* This is the main text area. You can change the color if you like */
.cellmain2 {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-color: #DEE8D5;
	border: 6px double black;
}
.corner {
	background-position: top; 
	background-position: left;
	background-repeat: repeat-y;
	background-image: url(images/left.jpg);
	background-color: #0409A5;
}
.bottomcorner {
	background-position: top; 
	background-repeat: no-repeat;
	background-image: url(images/bottom-cor.jpg);
	background-color: #0409A5;
}
.left {
	background-position: left; 
	background-repeat: repeat-y;
	background-image: url(images/left.jpg);
}
.top {
	background-position: top; 
	background-repeat: repeat-x;
	background-image: url(images/top.jpg);
}
.bottom {
	background-position: top; 
	background-repeat: repeat-x;
	background-image: url(images/bottom.jpg);
	background-color: #0409A5;
}
.leftside {
	background-color: #0409A5;
}
/* The code for the news boxes is here */
.news {  
	 border: dotted; 
	 border-color: Black;
	 border-width: 1px;
	 background-color: #DEE8D5;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 8pt;
	 padding: 3px;
	}
/* Code for the bottom table */
.bottomnav { font: normal 8pt Verdana, Arial, Helvetica, sans-serif;  
	text-decoration: none;  
	color: black;  
	letter-spacing: 2px;
}
.header {
	border-bottom: dotted;
	border-bottom-width: 2px;
	border-color: Black;
	width: 300px;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;  
}
/* these link codes are useful when using Frontpage to develop your site */
/* they affect the text versions of the navigation menus */
/* they have no effect otherwise */
a.navigation:link { color: #FFFFFF; text-decoration: none }
a.navigation:visited { color: #000000; text-decoration: none }
a.navigation:hover { color: #FFFFFF; text-decoration: underline overline } 
a.navigation:active { color: #FFFFFF; text-decoration: none }