/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 0px 0px 0px 0px;
background-color: #FFFFFF;
color:#000000;
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#2D5382; 
scrollbar-3dlight-color:#2D5382; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#FFFFFF; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

HR {
color: #2D5382;
height: 1px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
}

/* this group sets the normal link colors */

A:LINK {
color: #1D66B9;
text-decoration: underline;
font-weight: bold;
}

A:VISITED {
color: #C53E3A;
text-decoration: underline;
font-weight: bold;
}

A:HOVER {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

A:ACTIVE {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

/* We like to use headings for special effects */

H1 {
font-size: 16px;
font-weight: bold;
text-align: left;
letter-spacing: 3;
color: #872929;
}

h2 {
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
color: #2D5382;
padding: 1px;
border-bottom: 1px dotted #2D5382;
}

h3, h4, h5 {
font-size : 14px;
font-weight : bold;
color : #2D5382;
}

h6 {
font-size : 14px;
font-weight : bold;
color : #000000;
width: 100%;
border-bottom: 1px solid #000000;
}

/* special classes */

.top {
background-color: #2D5382;
color: #E1E6EF;
font-weight: bold;
word-spacing: 5px;
text-align: right;
vertical-align: bottom;
height: 40px;
padding-right: 10px;
border: 1px solid #000000;
}

.top a:link {
color: #E1E6EF;
font-weight: bold;
text-decoration: none;
}

.top a:visited {
color: #E1E6EF;
font-weight: bold;
text-decoration: none;
}

.top a:hover {
background-color: #E1E6EF;
color: #000000;
font-weight: bold;
text-decoration: underline overline;
}

.top a:active {
background-color: #E1E6EF;
color: #000000;
font-weight: bold;
text-decoration: underline overline;
}


.photos {
background-color: #2D5382;
color: #000000;
text-align: center;
height: 120px;
padding: 10px 0px 10px 0px;
border: 1px solid #000000;
}

/* classes for left side navigation and button rollover */

.side {
background-color: #FFFFFF;
color: #000000;
font-size: 85%;
width: 180px;
vertical-align: top;
text-align: left;
padding: 20px 0px 20px 0px;
}

.navlist {
	position: relative;
	width: 180px;
	padding: 0px 10px 0px 10px;
	}
	
.navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
.navlist li {
	margin: 0 0 5px 0;
}

.navlist a {
	/*/*/display: block;
	padding: 2px 0px 2px 25px;
	border: 1px solid #000000;
	width: 160px;
	background-color: #2D5382;
	font-weight: normal;
	background-image:  url('images/cell1.jpg'); /* */
}

.navlist a:link, .navlist a:visited {
	color: #FFFFFF;
	font-weight: normal;
	/*/*/color: #FFFFFF;
	text-decoration: none; /* */
}

.navlist a:hover {
	border: 1px solid #000000;
	background-color: #C53E3A;
	background-image:  url('images/cell2.jpg');
	color: #FFFFFF;

}
.current a:link, .current a:visited, .current a:hover {
	/*/*/border: 1px solid #000000;
	background-color: #C53E3A;
	background-image:  url('images/cell2.jpg');
	font-weight: normal;
	color: #FFFFFF; /* */
}

/* classes for main text area */

.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
padding: 20px 5px 20px 20px;
width: 570px;
}

/* copyright area */

.copyright {
background-color: #2D5382;
color: #E1E6EF;
width: 750px;
height: 40px;
font-size: 90%;
font-weight: bold;
text-align: center;
padding: 10px 0px 10px 0px;
border: 1px solid #000000;
}


/* form buttons */

.form {
background-color: #2D5382;
background-image: url('images/cell1.jpg');
color: #FFFFFF;
font-weight: bold;
padding: 2px 2px 2px 15px;
border: 1px solid #000000;
}