body {
	background-color: #94d1e6;
	background-image:url(../../images/generic/bg-star.gif);
	margin: 10px;
	margin-top: 20px;
	
	font-family: verdana, arial, sans-serif;
	font-size: small;
}

#FloatRight {
	float:right;
	border: 1px solid yellow;
}

/* @group Div's */

#Prop {
	float: right;
	width: 1px;
	height: 420px;	
}

#Clear {
	clear:both;
	height:1px;
    overflow:hidden;
}

#LevelOneNav {
	height: 28px;
	
}

#LevelOneNav, #LevelTwoNav {
	width: auto;
	margin-right: 137px;
}

#LevelTwoNav {
	background-color: #215aa1;
	height: 85px;
	border-top: 1px solid #2e454d;
	border-bottom: 0px;
	border-left: 1px solid #2e454d;
}

#LevelTwoNav div, #PageFooter div {
	float:  left;
	margin: 10px;
	
	height: 50px;
	
	font-size: 0.8em;
	color: white;
}

#LevelTwoNav div a, #PageFooter div a {
	
	
}

#Logo {
	
	width: 137px;
	height: 114px;
	float:  right;
	background-image: url('../../images/generic/mg-alba-logo-no-border-bottom.gif');
	
}

#NavContainer, #PageContainer, #PageFooter {
	margin-left:auto;
	margin-right:auto;
}

#NavContainer {
	width: 800px;
}

#BlueBox {
	
	background-image: url('../../images/generic/corporate-bg-star.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	
	min-height:400px;
	height: auto !important;
	height: 100px;

}

#PageContainer, #PageFooter {
	width: 778px;
	padding: 10px;
	padding-top: 0px;
}

#PageContainer {
	background-color: #215aa1;
	border-left: 1px solid #2e454d;
	border-right: 1px solid #2e454d;
	padding-top: 1px;
}

#LeftCol {
	width: 175px;
	padding: 10px;
	background-color: #215aa1;
	border: 1px solid #2e454d;
	float: left;
	/* border-left: 1px solid #232323; */
	
}

#LeftCol a, #LevelTwoNav div a, #PageFooter div a {
	
	color: white;
	text-decoration: none;
	
}

#LeftCol a:hover {
	text-decoration: underline;	
}

#RightCol {
	margin-left: 205px;
}

#RightCol hr {
	background-color: black;
	height: 1px;
	border: 0px;
	
}

#PageFooter {
	background-color: #215aa1;
	border: 1px solid #2e454d;
	border-top: 0px;
	height: 85px;
	
}

#BlueBox {
	border-left:  1px solid #2e454d;
	border-top: 1px solid #2e454d;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #d5e8ee;
	padding: 10px;
}

.white {
	color:white;	
}



/* @end */