/* divs3.css */

div.full-width-box {
	background-color: #ffffff;
	padding: 15px;
	border: 1px solid #000066;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div.center-box {
	width: 50%;
	background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	padding: 15px;
	border: 1px solid #000066;	
}

div.full-width-box2 {
	background-color: #fff;
	border: 1px solid #B1C3D9;
	width: 125px;
	padding: 4px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
	
div.half-width-box-left {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: left;
	
}

div.half-width-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: right;	
}

.img-float-left {
	float: left;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img-float-right {
	float: right;
	padding: 5px;
	margin-left: 10px;
	border: 2px none #000066;
}

div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

.img-normal {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.top-nav-position{
	width: 100%;
	background-color: transparent;
	height: 25px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
