/* CSS Document */

/* Set up fonts */
body, p, h1, h2, h3, h4, h5, h6, table, tr, th, td, ul, ol, li, textarea, input
{
	font-family: veranda,helvetica,arial,sans-serif;
}

body
{
	text-align: center;
	background-color: #006969;
	margin: 0px;
}

/* To keep everything centered */
#main
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 790px;
}

/* Attributes for the header */
#header
{
	background-image: url(/images/titlebg.jpg);
	width: 790px;
	height: 100px;
}

#nav
{
	margin-top: 5px;
	width: 790px;
	font-size: smaller;
	background-color: white;
/*	margin-bottom: 0px; */
}

#content
{
	margin-top: 5px;
	background-color: white;
	width: 790px;
/*	margin-bottom: 0px; */
}

#content p, #content h1, #content h2, #content h3, #content pre 
{
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

#mainmenu
{
	width: 100%;
}

#mainmenu .menuselection
{
	width: 20%;
}

#mainmenu .menuitem
{
	width: 20%;
}


.menuselection
{
	text-align: center;
	background-color: #006969;
	color: white;
}

.menuitem
{
	text-align: center;
	background-color: white;
	color: black;
}

.center
{
	text-align: center;
}

.linksSection
{
	font-style: italic;
}

.sectionLinks li
{
	list-style-type: none;
	margin-left: -10px;
}

#qanda
{
	width: 100%;
	border-width: 1px;
}

td.category
{
	width: 30%;
	vertical-align: top;
	padding-bottom: -10px;
}

td.response
{
	vertical-align: top;
	padding-bottom: -10px;
}

.updatedate
{
	font-weight: bolder;
	font-variant: small-caps;
}

.writinglist
{
	margin-top: 0px;
}

.writinglist li
{
	list-style-type: none;
	margin-left: -10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.about
{
	font-size: smaller;
	font-style: italic;
}

.imagetable
{
	width: 100%;
}

.imagetable .previous, .imagetable .next
{
	width: 80px;
	vertical-align: center;
	text-align: center;
}

.imagetable img
{
	border-width: 0px;
}

.imagetable .current
{
	vertical-align: center;
	text-align: center;
}

.imagedesc
{
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.thumbtable
{
	width: 100%;
}

.thumbtable td
{
	vertical-align: center;
	text-align: center;
}

.thumbtable img
{
	border-width: 0px;
}

.gallerylist li
{
	list-style-type: none;
	margin-left: -38px;
}

