/* CSS Document */
/*HTML styles */
a:link { color: black; }

a:visited {color: #003366; }

a:active { color: #FF0000}

a:hover { color: #990099; }

h1 {
	font-family: "Monotype Corsiva", Verdana, Arial;
	font-size: large;
	font-weight: normal;
}

#title {
	position: relative;
	top: -15px;
	left: 0px;
	text-align: center;
	border-bottom: solid 1px black;
	z-index: 5;
}


/* ID styles - Main Body */
#body {
	z-index: 2;
	position: relative;
	top: -31px;
	left: 0px;
	width: 100%;
	background-color: #B7B7C9;
}

#mainnav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 19%;
	padding-top: 80px;
	padding-left: 1%;
	z-index: 3;
	background-color: #B7B7C9;
}
#mainnav li {
	list-style-type: none;
}

#navlist {
	text-indent: -20px;
}

#main  {
	position: relative;
	top: 0px;
	left: 20%;
	width: 80%;
	background-color: #EDEDEE;
	z-index: 2;
	padding-right: 5%;
}
#maintext {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 3%;
	color: #333366; 
	width: 50%;
	background-color: #EDEDEE;
	z-index: 6;
}

#maintext h2 {
	font-size: medium;
}

#mainimages {
 /*	float: right; */
 	position: absolute;
	top: 0px;
	right: 5%;
	padding: 0% 5% 0% 5%;
	z-index: 4;
}


#navblock {
	position: relative;
	top: 10%;
	left: 2%;
	padding: 2%;
	width: 60%;
}

#navblock h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #003366;
	border-bottom: solid 2px #003366;
	width: 80%;
}

#navblock ul {
	border: solid 1px #003366;
	width: 65%;
	padding: 5%;
}

#navblock li {
	list-style-type: none;
}

/* ID styles - Footer */
#footer {
	position: relative;
	top: -31px;
	left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
}

#footleft {
	position: relative;
	top: 0px;
	left: 0px;
	width: 20%;
	background-color: #B7B7C9;
	color: #666666;
}

#footright {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20%;
	text-align: right;
	padding-right: 3%;
}

#footmain {
	position: absolute;
	top: 0px;
	left: 20%;
	color: #B1CBE5;
	font-size: x-large;
	text-align: center;
	width: 60%;
}


/* class styles */

.backlist {
	text-indent: -20px;
}

.stylized {
	font-family: "Monotype Corsiva", Verdana, Arial;
	font-size: xx-large;
}
