body{
	font-family:Helvetica, Arial, sans-serif;
	background:transparent url(images/back_map.gif) repeat center top;
	height:100%;
}

.mainbody{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:100%;
}

.container{
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

.container .title{
	text-align:left;
 	/*text-transform: uppercase;*/
	color:#fff;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:5px;
}


.container .inside {
	text-align:left;

	background: #FFF;
	color: #000000;
	padding:10px;
	height: auto;
}

.container .inside p{
	font-size:11pt;
}

.container .inside a{
	font-weight:bold;
	color:red;
	
}

.container .inside h4{
	font-size:12;	
}

.container .inside ul{
	font-size:11pt;
}

.logo{
	float:left;
	display:block;
	width: 100%;
	text-align:left;
	clear:both;
}

.top-left, .top-right, .bottom-left, .bottom-right {
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}

.top-left, .bottom-left {
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
}
.top-right, .bottom-right {
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}
.bottom-left  {
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
}
.bottom-right {
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
}

#partnersbit {
  line-height:normal;
  border-top:solid 10px #73BE1E;
  border-left:solid 10px #73BE1E;
  border-right:solid 10px #73BE1E;
  height:56px;
  background:white;
}

#partnersbit ul {
  margin:0;
  padding:0px 10px 0;
  list-style:none;
}
#partnersbit li {
  float:left;
  margin:0;
  padding:0;
  font-size:12px;
}
#partnersbit #icdc {
  display:block;
  background:url("images/icdc.gif") no-repeat left bottom;
  height:56px;
  width:58px;
}
#partnersbit #jmu {
  display:block;
  background:url("images/jmu.gif") no-repeat left bottom;
  height:56px;
  width:58px;
}
#partnersbit #nwda {
  display:block;
  background:url("images/nwda.gif") no-repeat left bottom;
  height:56px;
  width:101px;
}
#partnersbit #eu {
  display:block;
  background:url("images/eu.gif") no-repeat left bottom;
  height:56px;
  width:123px;
}
#partnersbit a {
  display:block;
  text-transform: uppercase;
  background:url("images/mc_norm_left.gif") no-repeat left bottom;
  margin-right:30px;
}

#navigation a{
	font-size:10px;
}
