@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	background-color: lightblue;
}
.oneColFixCtr #container #headr {
	color: #FFF;
	background-color: #F00;
	text-align: center;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	clear: both;
}
#mainContent #test #committee {
	text-align: left;
	font-size: medium;
}

.oneColFixCtr #container #footer {
	color: #FFF;
	background-color: #69F;
	margin: 0px;
	padding: 0px;
	clear: both;
}

h1 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: x-large;
	font-weight: bold;
}
#mainContent #split #three {
	height: 450px;
	background-color: #C5E6F6;
}
#mainContent #split #one   {
	height: 450px;
	background-color: #C5E6F6;
}

table.center {margin-left:auto; margin-right:auto;}

ul.bablist {
        display : block;
        list-style-type: none;
        width : 920px;
        margin : 0;
        padding : 0;
        border-top : 10px solid #90305c;
} 

li.style2 {
	float: left;
	width : 290px;
    margin 0;
	padding : 1em,.8em;
	border-top : 2px solid #90305c;
	list-style-type: none;
	height: 90px;
}
#mainContent #split #two {
	height: 450px;
	background-color: #C5E6F6;
}
#mainContent #split #four {
	height: 450px;
	background-color: #C5E6F6;
}
#mainContent #split #five {
	height: 450px;
	background-color: #C5E6F6;
}
#mainContent #split #six {
	height: 460px;
	background-color: #C5E6F6;
}
#mainContent #split #seven {
	height: 470px;
	background-color: #C5E6F6;
}
#mainContent #split #eight {
	height: 470px;
	background-color: #C5E6F6;
}
#mainContent #split #nine {
	height: 470px;
	background-color: #C5E6F6;
}
#mainContent #split #ten {
	height: 360px;
	background-color: #C5E6F6;
}
#mainContent #split #eleven {
	height: 360px;
	background-color: #C5E6F6;
}#mainContent #split h4 {
	font-size: 1.2em;
	font-weight: bold;
}

