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

/*
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;
	padding-top: 8px;
	border: 0px;
	text-align: center;
	background-image: url('/images/background-top.gif') ;
	background-repeat: repeat-x ;
	width: 100%;
}

div.titlecontentarea {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	width: 998px;
}

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: #FFFFFF;
	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 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	margin-top: 10px;
	color: #808080;
	text-transform: uppercase;
}

h2 {
	font-family: calibri, arial, Helvetica,sans-serif;
	font-size: large;
	font-weight: bold;
	color: #666666;
	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: 8px;
	color: #666666;
}

p.categorygroup {
	margin-top: 18px;
	font-size: large;
	font-weight: bold;
	color: #F99B23;
}

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 {
	/*float: left;*/
	width: 957px;
	height: 37px;
	/*
	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;
	*/
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

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

#menu a#normal {
	float: left;
	background: #FFFFFF ;
	background: url('/images/menu-tab-normal.gif') bottom left no-repeat;
	width: 105px;
	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: 105px;
	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 ;
}

