* {color: #000;}
body {
	background-attachment: fixed;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat;
	padding: 10px;
	margin: 0px;
	min-width: 760px;
	text-align: center;
	background-position: left top;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #000;*/
	}
a:link {
	text-decoration: none;
	color: #06C;
	}
a:visited {
	text-decoration: none;
	color: #06C;
	}
a:hover {
	color: #C00;
	text-decoration: underline overline;
	}
li {
	clear: left;
	list-style-type: circle;
	list-style-position: outside;
	}
#titleImg {
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#mainCont {
	overflow: visible;
	position: relative;
	z-index: 2;
	width: 760px;
	display: block;
	text-align: left;
	clear: none;
	float: none;
	font-size: 0.70em;
	visibility: visible;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	}
q {
	font-size: large;
	font-style: italic;
	color: #06C;
	text-align: center;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
hr {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border:#CCC 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	}	

.req {
	color:#F00;
	font-weight:bold;
	}

	
/*NAVIGATION*/

#navColumn {
	float: left;
	width: 100% /*128px*/;
	height: 25px;
	display: block;
	position: relative;
	overflow: visible;
	left: 0px;
	top: 0px;
	}
#navColumn ul {
	list-style-type: none;
	list-style-position: outside;
	width: 100% /*128px*/;
	height: 26px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	}
#navColumn li {
	height: 20px;
	_height: 22px;
	width: 50px;
	margin: 0px;
	padding: 2px;
	display: inline;
	}
#navColumn li a:link {
	text-decoration: none;
	height: 20px;
	_height: 22px;
	margin: 0px;
	padding: 2px;
	display: inline;
	}
#navColumn li a:visited  {
	text-decoration: none;
	margin: 0px;
	height: 20px;
	_height: 22px;
	padding: 2px;
	display: inline;
	color: #06C;
	}
#navColumn li a:hover { /*ALL items should be smaller to account for hover border of 1px all around*/
	color: #C00;
	text-decoration: underline overline;
	height: 18px;
	_height: 22px;
	margin: 0px;
	padding: 2px;
	display: inline;
	}



/*CONTENT*/
#textArea {
	height: auto;
	width: 100%;
	float: left;
	background-color: #FFF;
	border: medium double #C00;
	text-align: left;
	padding: 10px;
	}
#titleArea, .titleArea {
	height: auto;
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C00;
	color: #000;
	font-size: 1.5em;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 0.5em;
	}
#titleAreaBlank, .titleAreaBlank {
	height: auto;
	width: 100%;
	float: left;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: transparent;
	color: #000;
	font-size: 1.5em;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 0.5em;
	}
#textAreaFull {
	height: auto;
	width: 100%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border: medium double #C00;
	}


#textAreaPart {
	height: auto;
	width: 500px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	border: medium double #C00;
	margin-right: 10px;
	margin-left: 0px;
	}
#illArea {
	height: auto;
	width: auto;
	float: left;
	padding-left: 10px;
	text-align: left;
	}
#illAreaNav {
	height: 100%;
	width: 180px;
	float: left;
	text-align: left;
	background-color: #FFF;
	border: medium double #C00;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#illAreaSubNav {
	height: 100%;
	width: 180px;
	float: left;
	text-align: left;
	background-color: transparent;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: medium none transparent;
	}
#illArea form {
	border: 0px #FFF;
	background-color: #FFF;
	}
#entry {
	padding-left: 3px;
	padding-right: 2px;
	background-color: #FFF;
	border: #CCC 1px solid;
	}

/*FOOTER*/
#footer {
	display: block;
	color: #000;
	text-align: center;
	float: none;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#footer hr {
	color: #999;
	background-color: #999;
	height: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

/*GALLERY*/
#galleryCont {
	float: left;
	top: 10px;
	right: 10px;
	bottom: 10px;
	height: auto;
	width: 540px;
	padding: 0px;
	margin: 0px;
}
#galleryImg, .galleryImg {
	height: 122px;
	width: 102px;
	background-color: #FFF;
	text-align: center;
	display: block;
	clear: none;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #999;
	}
#galleryImg img, .galleryImg img {
	height: 100px;
	width: 100px;
	color: #FFF;
	overflow: visible;
	position: relative;
}
#galleryImg a:link img, .galleryImg a:link img {
	height: 100px;
	width: 100px;
	border: 1px solid #FFF;
	background-color: #FFF;
	}
#galleryImg a:hover img, .galleryImg a:hover img { /* THIS LINE ALLOWS THE BORDERS TO APPEAR CORRECTLY AROUND IMAGES IN FF and NN */
	background-color: transparent;
	} 
#galleryImg a:hover img, .galleryImg a:hover img {
	height: 100px;
	width: 100px;
	border: 1px solid #C00;
	background-color: #C00;
	}
#galleryImg a:visited img, .galleryImg a:visited img {
	height: 100px;
	width: 100px;
	border: 1px solid;
	_border: 1px solid #000;
	}


/*GALLERY DETAIL PAGE*/
#galleryWindow {
	position: relative;
	z-index: 2;
	display: block;
	text-align: left;
	clear: none;
	float: none;
	font-size: 0.70em;
	visibility: visible;
	padding: 0px;
	}
#galleryInfo {
	width: 100%;
	position: relative;
	float: left;
	display: block;
	clear: none;
	}
#galleryInfo-L {
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
	clear: none;
	}
	
/*FORM STYLES*/
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #DDD;
	border: 2px solid #CCC;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 1em;
	}
form table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
form #button {
	border: 1px solid #000;
	}
form #button:hover {
	color: #FFF;
	background: #C00;
	border: 1px solid #000;
	}
button {
	margin-bottom: 2px;
	margin-top: 4px;
	}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 1px;
	margin-top: 2px;
	}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #CCC;
	}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: #000;
	margin-bottom: 1px;
	margin-top: 2px;
	}
option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #FFF;
	}
