/* CSS Document */

body,html {
	font-family:verdana;
	font-size:11px;
	color:#0073bd;
 	text-align: center;
  	height:100%;
	margin: 0;
	background-color:#FFFFFF;
	}

html{
	/*background-image:url(../Images/background_rep.gif);*/
}	

body{
	/*background-image:url(../Images/background.gif);*/
	background-repeat:repeat-x;
}
	
	
div#container{
	width:768px;
	position:absolute;
	top:0;
	left:50%;
	margin:auto auto auto -387px;
}
h1 {
	margin:0px 0px 7px 0px;
	color:#000000;
	font-size:14px;
	}
.contentPanel {
	float:left;
	width:738px;
	padding:17px 15px 10px 15px;
	background:url(../images/backcontent.gif) no-repeat;
	border-left:3px solid #ffffff;
	border-right:4px solid #ffffff;
	text-align:left;
	}
.contentPanel td {
	padding:4px 4px 4px 0;
	vertical-align:middle;
	/*color:#0073bd;*/
	color: #000;
	font-size:12px;
	font-weight:bold;
	}
.contentPanel td img{
	position:relative;
	top:1px;
}
a {
	/*color:#444444;*/
	color:#0073bd;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	}
a:hover {
	text-decoration:underline;
	}
.orange {
	color:#0073bd;
	}
.imgmap
{
	border:none;
}