
body {
	width: 900px;
	font-family: arial;
}

form{
	padding:0;
	margin:0;
}

p{
	margin:1em 0;
	padding:0;
}

h2{
	margin:1em 0;
	padding:0;
}

hr.thin{
margin:0;
padding:0;
line-height:2px;
height:2px;
}

.clear
{
    clear:both;
}

#wrapper{
 width: 900px;
 height: 745px;
 font-family: arial;
 background-color: #B5D9F1;
 border: 1px solid #000000;
 text-align: left;
 float:left;
}

#header{
 height: 128px;
 width:100%;
 float:left;
}

#pageTitle{
 color: #FFFFFF;
 font-size: 20px;
 float: right;
 font-weight: bold;
 padding: 80px 0px 0px 8px;
}

#banner{
 height: 116px;
 width:100%;
 background-image: url(../images/wvconsortium/wvconsortiumStudents.jpg);
 background-repeat: no-repeat;
 float:left;
}

#subHeader{
 height: 47px;
 width:100%;
 background-image: url(../images/wvconsortium/wvconsortiumSubHeader.gif);
 background-repeat: repeat-x;
 float:left;
}


#content{
	float:left;
	width:100%;
}


.subContent{
 float: right;
 font-size:18px;
 color: #3C4349;
 margin: 12px 6px;
}

.leftContent{
 position:relative;
 width: 498px;
 height: 430px;
 margin: 0px 0px 10px 8px;
 padding:0 0 12px; 
 float: left;
}

.leftInteriorBannerWrapper{
  width: 100%;
  float:left;
  background-color: #5D8FC0;  
}

.leftInteriorBanner{
  width: 75%;
  height: 110px;
  text-align: right;
  float: right;
  color:#FFFFFF;
  font-size: 18px;
  margin: 0px 40px 0px 0px;
  line-height: 14px;
}

.leftInteriorContent{
 height: 300px;
 width: 180px;
 float:left;
}

.rightContent{
 width: 377px;
 height: 430px;
 float: left;
 margin: 0px 4px 10px 8px;
 padding: 0px 0px 12px 0px;
 background-color: #ffffff;
}

.rightContentSelectSchool{
 padding-left: 2px;
 margin: 20px 0px 0px 22px;
}


.rightContentSelectRegion{
 padding-left: 20px;
 margin: 0px 0px 20px 4px;
}

.contentSubTitle{
 color: #178A47;
}

