
.boundingbox {
	z-index:0;
	position:relative;
	left:50px;
	top:-15px;
	width:810px;
	min-width:800px;
	border-width:0px 0px 0px 0px;
	background: #97CAFF;		/* C5 */

}
.nav_header {
	z-index:0;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:55px;
	border-width:0px 0px 0px 0px;
	background: #6597CC;		/* C1 */
}
.main_header {
	z-index:0;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:46px;
	border-width:0px 0px 0px 0px;
	background: #6597CC;		/* C1 */
}

.main {
	z-index:0;
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:73%;
	border-width:0px 0px 0px 0px;
	border-color: #6597CC;		/* C1 */
	border-style: solid;
	background: #6597CC;		/* C1 */
}
.right_navigation {
	z-index:0;
	position:relative;
	float:right;
	left:0px;
	top:0px;
	width:27%;
	height:566px;
	border-width:0px 0px 0px 0px;
	background: #97CAFF;		/* C5*/
}
.left_navigation {
	z-index:0;
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:27%;
	height:580px;
	border-width:0px 0px 0px 0px;
	background: #97CAFF;		/* C5*/
}
.ask {
	position:relative;
	left:60px;
	top:10px;
	width:80px;
	height:15px;
	background: #EDF7F2;		/* C3 */
	color: #006099;				/* C2 */
	text-align:center;
	font-weight: bold;
	border-width:3px 3px 3px 3px;
	border-style: solid;
	border-color: #006099;		/* C2 */
}
.nav_content {
	z-index:0;
	position:relative;
	left:5px;
	top:5px;
	width: 100%;
	height: inherit;
	border-width:0px 0px 0px 0px;
	margin: 5px 5px 15px 5px;
}
.main_content {
	z-index:0;
	position:relative;
	left:0px;
	top:0px;
	width: 97%;
	height: inherit;
	border-width:0px 0px 0px 0px;
	padding: 5px 5px 15px 5px;
	background-color: #ffffff;
}
.box1 {
	float:left;
	position:relative;
	left:8px;
	top:5px;
	width:49%;
	height:120px;
	border-width:0px 1px 1px 0px;
	border-color: #7FC6BC;		/* C4 */
	border-style: solid;
	text-align: right;
}
.box2 {
	float:right;
	position:relative;
	left:-4px;
	top:5px;
	width:49%;
	height:120px;
	border-width:0px 0px 1px 1px;
	border-color: #7FC6BC;		/* C4 */
	border-style: solid;
}
.box3 {
	float:left;
	position:relative;
	left:8px;
	top:4px;
	width:49%;
	height:140px;
	border-width:1px 1px 0px 0px;
	border-color: #7FC6BC;		/* C4 */
	border-style: solid;
	text-align: right;
}
.box4 {
	float:right;
	position:relative;
	left:-4px;
	top:4px;
	width:49%;
	height:140px;
	border-width:1px 0px 0px 1px;
	border-color: #7FC6BC;		/* C4 */
	border-style: solid;
}
.footer {
	font-size:10px;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:inherit;
	text-align:center;
	border:0px;
	background-color:#6597CC; /* C1 */
}
.item_left {
	padding: 2px 0px 2px 10px;
	border-width: 0px;
}
.item_right {
	padding: 2px 10px 2px 0px;
	border-width: 0px;
}
.title {
	color: #006099;				/* C2 */
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: #EDF7F2;	/* C3 */
	
	
}

img.left {
	position:absolute;
	left:0px;
	top:0px;
}
img.right {
	position:absolute;
	right:0px;
	top:0px;
}

