html {
	height: 100%;
	margin-bottom: 0px;
}

form {
	margin: 0;
	padding: 0;

}

img {
	border: none;
}

table {
	border: none;
}

#topleft td {

}

body {
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.3em;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url('/images/bg.png');
	background-repeat: repeat-x;
	text-align: center;
}

p {
	font-size: 11pt;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.3em;
}

td {
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	vertical-align: top;
	text-align: justify;
}

tr {
	padding-top: 100px;
}

#bg {
	text-align: center;
	background: url(/images/header.png) top center no-repeat;
	margin: 0 auto;
	padding: 0 auto;
	width: 671px;
	height: 100%;
	position:relative;
}

#wrapper {
	width: 550px;
	margin: auto;
	text-align: left;
	position relative:
	top: 0px;
	z-index:0;
}

li {
	list-style: none;
}

#header {
	background: url(/images/header.png) top center no-repeat;
	height: 180px;
}

#menu *{
	width: 400px;
	position: relative;
	z-index:2;
}

#menu a {
	position: relative;
	top: 139px;
	z-index:2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: circle;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	padding-left: 10px;
}

#menu a:hover {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

#menu a:link {
	color: #996633;
	font-weight: bold;
	text-decoration: none;
}

#topright {
	float: right;
	width: 49%;
	position: relative;
	bottom: 0px;
	text-align: right;
}

#topleft {
	float: left;
	width: 50%;
	position: relative;
	text-align: left;
}

#content {
}

#content h2 {
	font-size: 20px;
	/*font-style: italic;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 1.2em;
	font-weight: 100;
}

.error {
	color: green;
	font-weight: bold;
	font-size: 125%;
}
.alt {
	background-color:#ddd;
}
