body {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #682400;
	min-height: 980px ;
	background-image: url('/images/background-body.gif') ;
}

div.topedge {
	height: 8px;
	width: 980px;
}

div.bottomedge {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 12px;
	background-image: url('/images/background-bottom.gif') ;
	background-repeat: no-repeat;
	background-position: center;
	width: 980px;
}

div.legal {
}

div.container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-top: 8px;
	border: 0px;
	text-align: center;
	width: 100%;
}

div.titlecontentarea {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 980px;
	height: 190px;
	background-color: #FFFFCC;
	background-image: url('/images/backgrounds/background-top.gif') ;
	background-repeat: no-repeat;
	background-position: center 40px;
	padding-top: center 24px;
}

div.maincontentarea {
	background-repeat: none;
	border: 2px solid #FF9933 ;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFCC;
	width: 940px;
}

div.contentpara {
	text-align: left;
}

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

table.content_row {
}

table.content {
	width: 100%;
}

td.content {
	padding: 0px;
	text-align: left;
}

img {
	border: 0px;
}

h1 {
	font-family: "Bradley Hand ITC", Times, serif;
	font-size: xx-large;
	text-align: center;
	margin-top: 4px;
	color: #682400;
	width: 980px;
}

h2 {
	font-family: calibri, arial, Helvetica,sans-serif;
	font-size: large;
	font-weight: bold;
	color: #682400;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
}

p,a,li {
	font-family: calibri, arial, Helvetica,sans-serif;
	font-size: medium;
	font-weight: normal;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0.5em;
	color: #682400;
}

li {
	margin-left: 24px;
}

a:hover {
	color: red; }

.legal {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: small;
	text-align: center;
	color: #FFFFFF;
}

a.legal:hover {
	color: blue;
}

/* Menu definitions */
div.menudiv {
	vertical-align: bottom;
}

#menu li, ul {
	margin: 0px;
	padding: 0px;
}

#menudiv {
	width: 978px;
	height: 30px;
	padding: 0px;
	padding-left: 10px;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #682400;
}

#menu li {
	float: left;
	font-family: "Bradley Hand ITC", Times, serif;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	list-style: none;
}

#menu a#normal {
	float: left;
	font-family: "Bradley Hand ITC", Times, serif;
	font-size: large ;
	background: #FFFFFF ;
	background: url('/images/menu-tab-normal.gif') bottom left no-repeat;
	text-align: center;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}

#menu a#normal:hover {
	background: url('/images/menu-tab-hover.gif') bottom left no-repeat;
	text-decoration: underline;
}

#menu a#current {
	float: left;
	font-family: "Bradley Hand ITC", Times, serif;
	font-size: large ;
	background: url('/images/menu-tab-current.gif') bottom left no-repeat;
	color: #FFFFCC ;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#menu a#current:hover {
	color: #FFFFFF ;
}
