body {
	background : #6495ED;
}

.box {
	float: left;
	width : 150px;
	height : 140px;
	
	position : relative;
	display : inline;
	margin : 5px 5px 5px 5px;
	background: white;
}

.bigbox {
	width : 700px;
	height : 300px;
	border : thin solid Navy;
	background : White;
}

.smalbox {
	width: 700px;
	#height: 70px;
	border : thin solid Navy;
	background : White;
}

.ovrigabox {
	width: 700px;
	color: white;
	font-weight: bold;
}

.copybox {
	width: 700px;
	color: white;
	font-size : xx-small;
	font-weight: bold;
}
.whitelink {
	color: white;
}

.topBar {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white;
	height: 30px;
	border: 1px;
}

.mainBar {
	top: 40px;
	position: relative;
	margin : 5px;
	width: 600px;
	float: left;
	display: inline;
}

.ctnLink { text-decoration: none; color: white; }
.ctnLink:hover { font-weight: bold; }

.rightBar {
	position: relative;
	top: 45px;
	width: 125px;
	height: 600px;
	display: inline;
	float: left;
	left: 120px;
}
