body {
	background: #ffffff;
	color: black;
	margin: 1em;
	padding: 0px;
	font-family: verdana,helvetica,arial;
	font-size: 0.8em;
}


h1, h2, h3, h4, h5, h6 {
	background: none;
	color: #cc0000;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-family: arial,verdana,helvetica;
	padding: 2px;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 3px solid #cc0000;
}

ul, dl, dt, dd, p, tr, td {
	color: black;
	font-weight: normal;
	font-style: normal;
	font-family: verdana,helvetica,arial;
}

td {
	font-size: 0.8em;
}

a:link, a:visited, a:active {
	background: none;
	color: #cc0000;
	text-decoration: underline;
	font-weight: normal;
	font-style: bold;
	font-family: verdana,helvetica,arial;
}


a:hover {
	background: none;
	color: #ff0000;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: verdana,helvetica,arial;
}


a.black:link, a.black:visited, a.black:active {
	background: none;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-family: verdana,helvetica,arial;
}


a.black:hover {
	background: #770000;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-family: verdana,helvetica,arial;
}


#container {

	margin: 0px;
	padding: 0px;
}

#top {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 70px;
	background: #ffffff url('images/affZorbLogo.gif') top left no-repeat;
	text-align: right;
}

#bottom {
	width: 760px;
	border-top: 2px solid #cccccc;
	color: #cccccc;
	text-align: center;
}

#logo {
	float: left;
	width: 380px;
	height: 190px;
}

#topmenu {
	background: #000000 url('images/bg_top_red.gif') top left no-repeat;
	color: #770000;
	width: 760px;
	height: 39px;
}

#topmenuright {
	background: transparent url('images/bg_top_red_right.gif') top right no-repeat;
	height: 39px;
}

#bodytext {
	width: 800px;
	text-align: left;
	background: #ffffff url('images/bg_top_white.gif') top left no-repeat;
	min-height:500px;
}

/***** Force minimum height for IE *****/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#nav a:hover{
	text-decoration: underline;
}

#nav li {
	float: left;
}	

#nav li ul {
	position: absolute;
	width: 12.5em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {	
	padding: 5px;
	background: #000000;
	display; block;
	left: auto;
}
/*
#navlist {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	list-style: none;
}
#navlist li ul {
	background: black;
	position: absolute;
	width: 15em;
	left: -999em;
}

#navlist li:hover ul, #nav li.sfhover ul {
	padding-left: 3px;
	margin-right: 3px;
	display: block;
	left: auto;
}
#navlist li {
	display: inline;
	padding-left: 20px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: .5em;
	margin-right: 15px;
}

#navcontainer a, #navcontainer a:link, #navlist a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
}

#navcontainer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
*/
