
/* CSS Document */
/* Shufawest formatting */

body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	font-family:arial, helvetica;
}

td { padding: 3px }

a:link, a:visited {
	color: #880000;
	text-decoration: none;
}

a:active { color: #000000; }

a:hover {
	text-decoration: underline overline;
	color: red;
}

img { border: 0 }

div.header {
	background-image:url(images/header2.gif);
	background-repeat:no-repeat;
	position: relative;
	width: 100%;
	height: 90px;
	text-align: left;
	margin: 0 auto;
	padding-left: 3cm;
	padding-right: 1cm;
	background-color: #cc3300;
	top: 0px;
}

div.footer {
	clear:both;
	text-align: left;
	width: 100%;
	height: auto;
	border-top: 1px solid #FFCC00;
	padding-left: 3cm;
	padding-right: 1cm;
	font-size: 12px;
	font-style:italic;
}

div.nav {
	text-align: left;
	width: 100%;
	height: auto;
	border-top: 3px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	padding-left: 3cm;
	padding-right: 1cm;
	top: 0px;
	left: 0px;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

div.main {
	position: relative;
	height: 90%;
	width: 90%;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding-left: 3cm;
	padding-right: 1cm;
	background-color: #FFFFFF;
	top: 0px;
}

.namediv {
	POSITION: relative;
	top: auto;
	width:auto;
	padding-right: 20px;
	float: left;
}

.mapdiv {
	position: relative;
 height:500px  top: 50px;
	float: left;
	padding: 10px;
}

th {
	padding: .5em;
	background:#FF9
}

table { border-collapse: collapse }
