#header {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	border-top: 0px;
}

#left {
	position: absolute;
	width: 2em;
	margin-top: 40px;
	padding: 0px;
	border: 0px;
	background: url(images/borders.jpg) repeat-y top left;
}

#main {
	margin-top: 43px;
	padding: 10px;
	border-left: 0px;
	border-right: 0px;
	background-color: white;
	color: black;
	clear: both;
}

#footer {
	clear: both;
	text-align: center;
}


body {
	font-family: arial, helvetica, serif;
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background: white url(images/bkgrd2.jpg) repeat-x top left;
}


p.header {
	color: white;
	margin: 0px;
        padding: 0px;
        border: 0px;
}

p.menu {
	background-color: black;
        color: white;
        margin: 0px;
        padding: 0px;
        border: 0px;
}

p.main {
	background-color: white;
        color: black;
        margin: 0px;
        padding: 0px;
        border: 0px;
}

h1.main {
	background-color: white;
        color: black;
}
a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

img {
	text-decoration: none;
	border: none;
	padding: 0px;
}

# setup for dropdown menus

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: white;
	background: url(images/bkgrd2.jpg) repeat top left;
}

#nav a {
	display: block;
	width: 10em;
	color: white;
	background: url(images/bkgrd2.jpg) repeat top left;
}

#nav li {
	float: left;
	width: 10em;
	color: white;
	background: url(images/bkgrd2.jpg) repeat top left;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	color: white;
	background: url(images/bkgrd2.jpg) repeat top left;
}

#nav li:hover ul {
	left: auto;
	color: white;
	background: url(images/bkgrd2.jpg) repeat top left;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	color: white;
	background: url(images/bkgrd2.jpg) repeat top left;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

