/*  body and type definition */

html { 
	padding:0px;
	margin:0px;
	height:100%;
}

body {
	color: #000000;
	background-color: #DDDDDD;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	/*padding:0px 20px;*/
	margin:0px;
	padding: 0px;
}

p {
	padding:0px;
	margin: 0px;
}

table {
	left: 100px;
	position: absolute;
	background-color: #FFFFFF;
}

h1 {
	font-size: 18px;
	text-transform:none;
	text-align: left;
	background-color: transparent;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
}

h2 {
	font-size:12px;
	text-transform:uppercase;
	color: #564b47;
	border-bottom: 1px dashed #ddd;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size:14px;
	text-transform:lowercase;
	color:#666666;
	border-bottom: 1px dashed #ddd;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size:inherit;
	font-weight:bold;
	margin: 0px;
	padding: 10px;
}

.imagefloat{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imagebanner{
	margin: 0px;
	float: left;
	clear: right;
}

.quote{
	font-style: italic;
	font-size: 0.9em;
	font-family : Georgia, "Times New Roman", Times, serif;
    margin-left : 100px;
	margin-right: 100px;
}

.indent {
    margin-left : 200px;
}

.picturetitle {
    font-size: 0.9em;
    text-align: center;
}

a { 
	color: #d00;
	background-color:transparent;
	text-decoration: none; 
}

a:visited {
color: #b00;
text-decoration: none;
}

a:hover {
background-color: #ddd;
color: #f00;
text-decoration : none;
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}

ul, ol {
list-style: none;
margin-left: 10px;
padding: 0px;
line-height: 1.2em;
}

#menu li {
display: block;
}

#menu li.here {
background-color: #bbb;
}

#menu li a:hover {
color: #d00;
display: block;
/* next two lines for IE, to stop extra whitespace being added on hover*/
float: left;
clear: left;
text-decoration: none;
background-color: #fff;
}

#menu li>a:hover {
/* undoes extra line in IE version for Firefox (IE ignores the child tag li>a) */
float: none;
}

#box { 
	width: 750px; 
} 

#menu {
	text-align: left;
	float: left;
	width:150px;
	background-color: #EEEEEE;
 }

#content {
	color:#000000;
	background-color: #fff;
	text-align: left;
	margin-left: 150px;
	}
	
#slide_count {
    display: inline;
}


