/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 90%;
margin: 0px 0px 0px 0px;
background-color: #FFFFFF;
color:#000000;
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#799ACB; 
scrollbar-3dlight-color:#799ACB; 
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: #799ACB;
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: #002080; font-weight: normal; text-decoration: underline }

A:VISITED  { color: #464276; font-weight: normal; text-decoration: underline }

A:HOVER  { color: #660000; font-weight: normal; text-decoration: underline }

A:ACTIVE {
color: #000000;
text-decoration: underline;
font-weight: normal;
}

/* We like to use headings for special effects */

H1 {
font-size: 16px;
font-weight: bold;
text-align: left;
letter-spacing: 3;
color: #40516C;
}

h2 {
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
color: #5E7AA5;
padding: 1px;
border-bottom: 1px dotted #5E7AA5;
}

h3, h4, h5 {
font-size : 14px;
font-weight : bold;
color : #40516C;
}

h6 {
font-size : 14px;
font-weight : bold;
color : #40516C;
width: 100%;
border-bottom: 1px solid #000000;
}

/* special classes */

.top {
background-color: #799ACB;
color: #FFFFFF;
font-weight: bold;
word-spacing: 5px;
text-align: right;
vertical-align: ;
height: 20px;
padding-right: 10px;
border: 0px solid #000000;
}

.top a:link {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

.top a:visited {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

.top a:hover {
background-color: #BBCFEE;
color: #000000;
font-weight: bold;
text-decoration: underline overline;
}

.top a:active {
background-color: #BBCFEE;
color: #000000;
font-weight: bold;
text-decoration: underline overline;
}


.photos {
background-color: #799ACB;
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: #799ACB;
	font-weight: normal;
	background-image:  url(images/cell1.jpg); /* */
}

.navlist a:link, .navlist a:visited {
	color: #000000;
	font-weight: normal;
	/*/*/color: #000000;
	text-decoration: none; /* */
}

.navlist a:hover {
	border: 1px solid #000000;
	background-color: #BBCFEE;
	background-image:  url(images/cell2.jpg);
	color: #000000;

}
.current a:link, .current a:visited, .current a:hover {
	/*/*/border: 1px solid #000000;
	background-color: BBCFEE9;
	background-image:  url(images/cell2.jpg);
	font-weight: normal;
	color: #000000; /* */
}

/* classes for main text area */

.main  { color: #000000; background-color: #ffffff; text-align: left; padding: 20px 5px 20px 20px; width: 570px; vertical-align: top }

.links {
color: #000000;
width: 750px;
font-size: 60%;

}


/* copyright area */

.copyright  { color: #000000; font-size: 90%; font-weight: bold; background-color: #799acb; text-align: center; padding: 10px 0; width: 750px; height: 40px; border: solid 1px }


/* form buttons */

.form {
background-color: #BBCFEE;
background-image: url(images/cell2.jpg);
color: #000000;
font-weight: bold;
padding: 2px 15x 2px 15px;
border: 1px solid #000000;
}




.hottopic {
background-color: #799ACB;
color: #000000;
font-size: 85%;
text-align: left;
padding: 8px;
border: 1px dotted #000000;
margin: 0px;
}



.blue_border {
	border : 1px solid #799ACB;
}

.bottom {
background-color: #FFFFFF;
color: #000000;
font-size: 85%;
vertical-align: top;
text-align: left;
padding: 20px 0px 20px 0px;
}

.blue_border2 {
	border : 1px solid #528AC6;
}


.orange_border {
	border : 1px solid #F5B800;
}

.AMC  { 

font-size: 50%;
color: #000000; 
background-color: #ffffff; 
text-align: left; 
padding: 20px 5px 20px 20px; 
width: 570px; 
vertical-align: top }


