body {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFCC99;
	background-image: url('/images/backgrounds/background-body.jpg') ;
	background-position: 0px 135px ;
}

/*
div.topedge {
	height: 4px;
	width: 970px;
}

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

div.container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	border: 0px;
	text-align: center;
	background-image: url('/images/backgrounds/top.gif') ;
	background-repeat: repeat-x ;
	width: 100%;
}

div.titlecontentarea {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	background-image: url('/images/backgrounds/title-top-left2.gif') ;
	background-position: center 40px;
	background-repeat: no-repeat;
	height: 200px;
}

div.maincontentarea {
	background-repeat: none;
	border: 2px solid #FF9933 ;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url('/images/backgrounds/main-content.png') ;
	width: 978px;
}

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 {
}

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

img {
	border: 0px;
}

h1 {

}

h2 {
	font-family: calibri, arial, Helvetica,sans-serif;
	font-size: x-large;
	color: #329832;
	text-align: center;
	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.75em;
	color: #000000;
	
}

p.toprow {
	font-size: 24px;
	color: #FFFFFF;
}

a.toprow {
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
}

li {
	margin-left: 24px;
}

a:hover {
	text-decoration: underline;
}

.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;
}

div.submenu {
	background: white;
	width: 200px;
	left: 0px;
	top: 36px;
	border: 1px solid gray;
	padding: 8px;
}

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

#menudiv {
	/*float: left;*/
	width: 957px;
	min-height: 56px;
	/*
	background-imag: url('/images/logo-top.gif') ;
	background-repeat: no-repeat ;
	*/
	padding: 0px;
	padding-left: 10px;
	/*
	border-left: 2px solid #8e9093;
	border-right: 2px solid #8e9093;
	*/
	background-color: #8b92a9;
	width: 1010px;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 5px;
	width: 95px;
	list-style: none;
}

#menu a#normal {
	float: left;
	background: #FFFFFF ;
	background: url('/images/menu-tab-normal.gif') bottom left no-repeat;
	width: 95px;
	text-align: center;
	color: #FFFFFF;
	padding: 13px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	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;
	background: url('/images/menu-tab-current.gif') bottom left no-repeat;
	width: 95px;
	color: #FFFFFF ;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 13px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}

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

