body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background: white;
	font: 76%/160% verdana, arial, helvetica, sans-serif;
	color: #555;
}

#header {
	background-color: white;
	padding-top: 20px;
	padding-bottom:1px;
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: 10px;
	height: 40px;
	text-align: center;
	border-bottom: 1px solid #555;
}
#header a:link, #header a:visited {
	color: #555;
	text-decoration: none;
	outline: none;
}
#header a:hover {
	color: #555;
	text-decoration: none;
}

ul#navtop {
	font-size: 1.5em;
	background-color: white;
	margin: 0;
	padding: 10px 0 10px 30px;
	white-space: nowrap;
	border-bottom: 1px solid #555;
	text-align: center;
}
/*Navigation Styles*/

#navtop li {
	display: inline;
	list-style-type: none;
}

#navtop a {
	padding: 3px 10px;
}

#navtop a:link, #navtop a:visited, #footer a:link, #footer a:visited {
	color: #555;
	text-decoration: none;
	outline: none;
}

#navtop a.hilited:link, #navtop a.hilited:visited {
	color: #333;
	text-decoration: none;
	outline: none;
}

#navtop a:hover, #navtop a.hilited:hover, #footer a:hover{
	color: black;
	text-decoration: none;
}

#subtitle {
	font-size: 1.5em;
	background-color: white;
	color:black;
	margin: 0;
	padding: 10px 20px 10px 20px;
	white-space: nowrap;
	border-bottom: 1px solid #555;
	text-align: center;
}

#subtitle a {
	padding: 3px 10px;
}
#subtitle a:link, #subtitle a:visited {
	color: #555;
	text-decoration: none;
	outline: none;
}
#subtitle a:hover {
	color: black;
	text-decoration: none;
}

.navbottom {
	margin-left: 0;
	padding-left: 0;
}

#maincontainer {
	width: 100%;
}

#contentwrapper {
	padding: 20px;
}
#contentwrapper p {
	text-align: justify;
}
/*Content Styles*/

#contentcolumn {
	font-size: 1em;
}

a, a:active, a:visited {
	outline: none;
	color: black;
	text-decoration: none;
}

a:hover {
	color: #939384;
	text-decoration: none;
}
a.colhead, a.colhead:active, a.colhead:visited {
	outline: none;
	color: black;
	text-decoration: none;
	border-bottom:1px dotted black;
}

a.colhead:hover {
	color: #939384;
	text-decoration: none;
	border-bottom:1px dotted #939384;
}

h1, h2, h3 {
	font-size: 1.3em;
	margin: 0;
}

h4, h5, h6 {
	font-size: 1.1em;
	margin: 0;
	color: #999;
}
.image_title{
	color:black;
}

.gallery_index td{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
	color: #555;
	padding:5px 5px 8px 5px;
	border-bottom:1px dotted #333;
}

.description{
	font-style : italic;
}
#list {
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
}

#list li {
	padding-left: 10px;
	background: url(images/list.gif) no-repeat 0 7px;
}

#columns {
	margin: 0;
}

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

#leftcolumn {
	float: left;
	width: 48%;
	font-size: 1em;
}

#leftcolumn li {
	padding-left: 15px;
	background: url(images/link.gif) no-repeat 0 5px;
}

#rightcolumn {
	float: right;
	width: 48%;
	font-size: 1em;
}

#rightcolumn li {
	padding-left: 15px;
	background: url(images/link.gif) no-repeat 0 5px;
}

#footer {
	clear: both;
	width: 100%;
	padding: 20px 0 20px 0;
	border-top: 1px solid #555;
	font-size: 1em;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: black;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	color: #555;
	text-decoration: none;
}
/*Image and Gallery Styles*/

.imgleft {
	float: left;
	margin: 4px 25px 0 0;
	padding: 10px;
	border: 1px solid #555;
}

.imgright {
	float: right;
	margin: 4px 0 5px 15px;
	padding: 10px;
	border: 1px solid #555;
}

.gallery {
	margin-right: 5px;
	border: none;
}

/*Form Styles*/

.form {
	margin: 20px 0px 20px 0px;
}

.form p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;
	height: 1%;
}

.form .label{
	font-weight: bold;
}

.form .input {
	width: 350px;
	background-color: #f5f5dc;
	border: 1px solid #f5f5dc;
	letter-spacing: 1px;
	padding: 4px;
}

.form textarea {
	width: 350px;
	height: 150px;
	background-color: #f5f5dc;
	border: 1px solid #f5f5dc;
	font: 1em/160% verdana, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 4px;
}

#submit {
	margin-left: 155px;
}

* html#submit {
	margin-left: 158px;
}

.submitbutton {
	border: 1px solid #939384;
	background: #f5f5dc url(images/button.gif);
	letter-spacing: 1px;
	width: 140px;
}

