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

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

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 911px;
	background-image: url('/images/background-container.jpg') ;
	background-repeat: repeat-y ;
	background-position: center;
}

div.titlecontentarea {
	padding: 0px;
	text-align: center;
	width: 958px;
}

div.maincontentarea {
	background-repeat: none;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 220px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 60px;
	text-align: center;
	width: 700px;
}

div.contentpara {
	text-align: left;
}

div.para {
}

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: tahoma, arial, sans-serif ;
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-top: 0em;
}

h2 {
	font-family: tahoma, arial, sans-serif;
	font-size: large;
	color: #009900;
	text-align: left;
	margin-top: 0.25em;
	margin-bottom: 0em;
	text-transform: capitalize ;
}

h3 {
	font-family: Tahoma, Arial, Helvetica ;
	font-size: medium;
	color: #CC0000;
	margin-bottom: 0em;
	text-transform: capitalize;
}

h4 {
	font-family: tahoma, arial, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: justify;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0em;
	color: #000099;
}

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

a.links {
	margin-bottom: 0px;
}

.legal {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: xx-small;
	color: #999999;
}

div.legalarea {
	margin-left: 60px;
}

p.legal {
	margin-left: 70px;
}

.linkslegal {
	margin-top: 0em;
		margin-bottom: 1.5em;
		font-weight: normal;
		font-size: xx-small;
		color: #000000;
	}


li {
	text-align: left;
	color: #000099;
}

a.email {
	font-family: arial, sans-serif;
			font-size: small;
			color: red;
			text-align: center;
			margin-top: 0.25em;
			margin-bottom: 0.25em;
		}

a:hover {
	color: #990099; }


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

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

#menudiv {
	float: left;
	width: 957px;
	height: 220px;
	background-repeat: no-repeat ;
	padding: 0px;
	padding-left: 70px;
	font-size: small;
}

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

#menu a#normal {
	float: left;
	background: #FFFFFF ;
	background: url('/images/background-postit.png') bottom left no-repeat;
	background-position: top ;
	width: 75px;
	min-height: 75px;
	text-align: center;
	color: BLUE ;
	padding: 30px 20px 16px 18px;
	margin: 66px 20px 0px 20px;
	text-decoration: none;
	font-weight: bold;
}

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

#menu a#current {
	float: left;
	background: url('/images/background-postit.png') bottom left no-repeat;
	background-position: top ;
	width: 75px;
	min-height: 75px;
	color: BLUE ;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 30px 20px 16px 18px;
	margin: 66px 20px 0px 20px;
}

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

