/* ********************************************************* */
/* Begin Global Settings */
body, table, tr, td, ol, ul, li, dl, dd, dt, div, span, p, h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	text-align:left;
}
.shell {
	clear: both;
	width: 100%;
}
a, a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Sets borders for major content blocks */
#header, #art, #content {
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 2px;
}
/* End Global Settings */
/* ********************************************************* */
/* Begin Header Block */
/* Add a top border for this block */
#header {
	background: #336666;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 2px;
	color: #ffffff;
	height: 33px;
}
#header img {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	float: left;
}
#slogan {
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-left: 1em;
	padding-top: 9px;
}
/* End Header Block */
/* ********************************************************* */
/* Begin Index Art Block */
#art table, #art img, #art td {
	border: 0;
	margin: 0;
	padding: 0;
}
/* End Index Art Block */
/* ********************************************************* */
/* Begin Navigation Block */
#navigation {
	background: #FFFFFF;
	color: #666666;
	height: 1em;
}
#navigation #buttons div a, #navigation #call {
	font-size: 0.7em;
	height: 1em;
	margin: 0px;
	padding: 0.3em;

}
#navigation #buttons div a {
	background: #955444;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 2px;
	color: #ddddc3;
	float: left;
	font-weight: bold;
}
#navigation #buttons div a:hover {
	background: #A66555;
	color: #ffffff;
}
/* IE/Windows doesn’t understand child selectors and ignores this rule. Netscape needs it. */
div.shell>div#navigation {
	height: 1.3em;
}
#call {
	float: right;
	font-weight: bold;
}
/* End Navigation Block */

/* Begin Content Block */
#content {
	background: #ffffff;
	color: #000000;
	padding: 0.1em 2em 2em 2em;
}
#content a {
	background: #ffffff;
	color: #333333;
	font-weight: bolder;
}
#content h2 {
	background: #ffffff;
	color: #336666;
	font-size: 1.2em;
	margin-left: -1em;
}
#content form table td {
	vertical-align: top;
}

#error {
	background-color: #aa0000;
	border: 3px outset #CCCCCC;
	clear: both;
	color: #FFFFFF;
	font-size: smaller;
	line-height: 0.5em;
	margin: 1em;
	padding-top: 0.1em 0.5em 0.5em 0.5em;
}

#listing1 span {
	padding: 1em;
	margin: 0.1em;
	display: block;
	float: left;
	width: 10em;
	height: 13em;
	text-align: center;
	font-size: smaller;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 2px;
	}

#listing2 span {
	padding: 1em;
	margin: 0.1em;
	display: block;
	float: left;
	width: 10em;
	height: 6em;
	text-align: center;
	font-size: smaller;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 2px;
	}

/* ********************************************************* */
