/*
================================
 Container Styles for Concordia
================================
*/

.containerMaster {
	width: 100%;
	background-color: #FFFFFF;
	/*
	border-right: #003300 1px solid;
	border-top: #003300 1px solid;
	border-left: #003300 1px solid;
	border-bottom: #003300 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
*/
}
.containerHeader {
	background-color: #FFFF99;
	border-right: #003300 1px solid;
	border-top: #003300 1px solid;
	border-left: #003300 1px solid;
	border-bottom: #003300 1px solid;
}
.containerBody {
	background-color: #FFFFFF;
	border-right: #003300 1px solid;
	border-top: #003300 1px solid;
	border-left: #003300 1px solid;
}
.containerFooter {
	background-color: #FFFFFF;
	border-right: #003300 1px solid;
	border-left: #003300 1px solid;
	border-bottom: #003300 1px solid;
}
.containerTitle {
	color: #003300;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
}
