html, body, ul, li {
	margin: 0; padding: 0; border: 0;
	}
	
body {
    padding-left: 3em;
    padding-top: 1em;
    font-family: Verdana, Geneva, Arial, SunSans-Regular, sans-serif;
    color: black;
    background-color: #cccccc;
    }
	
pre { 
	font-family: monospace;
	}

h1,h2,h3,h4,h5,p,ul { 
	font-family: Verdana, Geneva, Arial, SunSans-Regular, sans-serif;
	}

.float-holder-left {
	width: 160px;
	height: 65em;
	float: left;
	margin: 20px 20px 0 0;
	}

.footer {
	clear: both;
	height: 10%;
	border-top: 1px solid #333399;
	padding: 20;
	margin: 20;
	}

.menu {
	border: 1px solid #000;
	}
	
.menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
/*	border: 1px solid #000; */
/*	border-width: 0 1px; */
	}
		
.menuItem a:hover {
	color: #fff;
	text-decoration: underline;
	}

.menuItem {
	list-style: none; /* kills the list item "bullet" markers */
	border-bottom: 1px solid #333399; /* Required hidden border for IE bug. */
	position: relative;
	text-align: left;
	vertical-align: center;
	background: #333399;
	/* font-weight: bold; */
	}

.holder-right {
	margin: 20px 20px 0 0;
	}

.holder-right li {
	list-style: circle inside;
	padding-left: 1em;
	}

.holder-addr {
	margin: 20px 20px 0 0;
	}

.holder-addr li {
	list-style: none;
	padding-left: 1em;
	}
	
.image-holder {
	margin: 20px 20px 0 0;
	float: right;
	clear: right;
	}
	
.link-holder {
	margin: 20px 20px 0 0;
	float: right;
	}

.link-holder a {
	color: #333399;
	text-decoration: none;
	padding: 4px 10px;
	}

.link-holder a:hover {
	color: #333399;
	text-decoration: underline;
	}

