/* GENERAL PAGE SETTINGS */

HTML {
margin: 0px;
scrollbar-arrow-color: #003300;
scrollbar-face-color: #EEEAA7; 
scrollbar-3dlight-color: #003300; 
scrollbar-highlight-color: #FEFFF1; 
scrollbar-shadow-color: #CCCC00; 
scrollbar-darkshadow-color: #003300; 
scrollbar-track-color: #FEFFF1; 
}

BODY {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	text-align: left;
	margin: 20px 0px;
	line-height: 150%;
	color: #FEFFF1;
	background-color: #000000;
}

P, TD, LI, UL {
color: #003300
font-size: 20px;
	line-height: 150%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

Table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

/* SETS LINK, HEADING, AND HORIZONTAL RULE COLORS */

A:LINK {
	color: #CCCC00;
	text-decoration: underline;
	font-weight: bold;
}
A:VISITED {
	color: #CCCC00;
	text-decoration: underline;
	font-weight: bold;
}
A:HOVER {
	color: #CCCC00;
	text-decoration: none;
	font-weight: bold;
}
A:ACTIVE {
	color: #CCCC00;
	text-decoration: underline;
	font-weight: bold;
}

H1 {
color: #CCCC00;
font-family: Arial, Verdana, sans-serif;
text-align: left;
font-size: 20px;
font-weight: bold;
border-bottom: 1px solid #CCCC00;
}

h2 {
	color: #003300;
	font-family: Arial, Verdana, sans-serif;
	font-variant: normal;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
}

h3 {
color: #CCCC00;
font-family: Arial, Verdana, sans-serif;
text-align: center;
font-size: 12px;
font-style:italic;
font-weight: bold;
letter-spacing: 1px;
}

h4 {
color: #003300;
font-family: Arial, Verdana, sans-serif;
text-align: center;
font-size: 18px;
font-weight: normal;
letter-spacing: 3px;
} 

h5, h6 {
font-size: 120%;
font-weight: bold;
color: #003300;
margin: 0px;
}

HR {
color: #CCCC00;
height: 1px;
width: 100%;
}

/* SPECIAL CLASSES */

.yourname {
background-color: #CCCC00;
color: #FEFFF1;
text-align: center;
font-size: 12px;
font-weight: bold;
}

.mainnav {
background-color: #003300;
color: #FEFFF1;
text-align: center;
font-size: 13px;
font-weight: bold;
font-style: italic;
line-height: 150%;
letter-spacing: 2px;
width: 250px;
height: 210px;
}

.mainnav A:LINK {color: #FEFFF1; text-decoration: none; font-weight: bold;}
.mainnav A:VISITED {color: #FEFFF1; text-decoration: none; font-weight: bold;}
.mainnav A:HOVER {color: #CCCC00; text-decoration: none; font-weight: bold;}
.mainnav A:ACTIVE {color: #CCCC00; text-decoration: none; font-weight: bold;}

.mainimage {
background-color: #003300;
vertical-align: top;
width: 250px;
height: 300px;
}

.quicknav {
	background-color: #003300;
	color: #FEFFF1;
	font-style: italic;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: center;
	width: 250px;
	height: 80px;
}

.calendar {
	background-color: #003300;
	color: #FEFFF1;
	text-align: center;
	line-height: 110%;
	font-size: 24px;
	width: 250px;
	height: 210px;
	font-weight: bold;
	font-style: italic;
}

.sidebar {
background-color: #EEEAA7;
color: #003300;
font-style: italic;
text-align: center;
font-size: 12px;
font-weight: bold;
line-height: 150%;
letter-spacing: 1px;
vertical-align: top;
border-top: 5px solid #CCCC00;
width: 230px;
padding: 10px;
}

.sidebar A:LINK {color: #000000; text-decoration: none; font-weight: bold;}
.sidebar A:VISITED {color: #000000; text-decoration: none; font-weight: bold;}
.sidebar A:HOVER {color: #000000; text-decoration: underline; font-weight: bold;}
.sidebar A:ACTIVE {color: #000000; text-decoration: none; font-weight: bold;}

.content {
background-color: #FEFFF1;
color: #003300;
font-size: 16px;
padding: 20px;
width: 500px;
text-align: justify;
vertical-align: top;
border-top: 5px solid #EEEAA7;
}

.contentwide {
background-color: #FEFFF1;
color: #000000;
font-size: 12px;
text-align: justify;
padding: 10px;
width: 100%;
vertical-align: top;
border-top: 5px solid #EEEAA7;
}

.footer {
	background-color: #003300;
	color: #FFFFFF;
	font-style: italic;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px;
	border-top: 5px solid #CCCC00;
}

.footer A:LINK {color: #FEFFF1; text-decoration: none; font-weight: normal;}
.footer A:VISITED {color: #FEFFF1; text-decoration: none; font-weight: normal;}
.footer A:HOVER {color: #000000; text-decoration: underline; font-weight: normal;}
.footer A:ACTIVE {color: #FEFFF1; text-decoration: none; font-weight: normal;}

.form {
font-size: 12px;
margin: 0px;
color: #000000;
}

.navigation {
font-size: 12px;
text-align: center;
padding: 10px;
}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft {
	border: 0px double #404040;
	margin: 2px 20px 2px 0px;
	float: left;
}

.imageright {
	border: 0px double #404040;
	margin: 2px 0px 2px 20px;
	float: right;
}

.imageplain {

}

