/* CSS Document */

body {background-color:#ffffff;
}


#wrapper{
	margin:auto;
	width:800px;
	height:400px;
}

#banner{
	
	z-index:2;
	width:800px;
	height:150px;
	padding:0px;
	margin:0px;
}

#links{
	width:800px;
	background-color:#015c2e;
	padding:0px;
	margin:0px;
	text-align:center;

}

#body{
	width:770px;
	height:325px;
	background-color:#053144;
	padding:15px;



}

#footer{
	width:800px;
}

.banner{
	padding:0px;
	margin:0px;
}

#copyright{
	width: 400px;
	float:left;
}

#jminnovation{
	width:390px;
	float:right;
	text-align:right;

}

a.jminnovation:link, a.jminnovation:visited, a.jminnovation:active, a.jminnovation:hover{
	color:#000066;
	text-decoration:underline;
}


.footer{
	color:#000066;
	font-size:10px;
	text-align:left;
}

.jm{
	text-align:right;
	color:#000066;
	font-size:10px;
}

#secondaryLinks{
	width:800px;
	text-align:center;
}

a.secondary:link{
	color:#FFFFFF;
	text-decoration:underline;
}

a.secondary:hover, a.secondary:active{
	color:#00CC00;
	text-decoration:none;
}


a.secondary:visited{
	color:#CCCCCC;
	text-decoration:none;
}

#filler{
	
	position:relative;
	top:140px;
	left:0px;
	width:800px;
	height:20px;
	background-color:#015c2e;
}
