body,td,th {
	font-family: Arial Rounded MT Bold, Myriad Pro, Arial;
}
body {
	background-color: #c7e9f9;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#master-container {
	width: 913px;
	margin-right: auto;
	margin-left: auto;
}
#top-nav-bg {
	background-image: url(../images/top-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 171px;
	width: 913px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
#logo {
	height: 143px;
	width: 137px;
	float: left;
	margin-top: 20px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#top-right {
	float: left;
	width: 750px;
	clear: right;
	margin: 0px;
	padding: 0px;
}
#postit {
	height: 120px;
	width: 427px;
	margin-left: 280px;
	margin-bottom: 4px;
}
#postit #post1{
	background-position: left top;
	height: 120px;
	width: 110px;
	float: left;
}
#postit #post2{
	background-position: left top;
	float: left;
	height: 120px;
	width: 103px;
}
#postit #post3{
	background-position: left top;
	float: left;
	height: 120px;
	width: 105px;
}
#postit #post4{
	background-position: left top;
	float: left;
	height: 120px;
	width: 109px;
}
#top-nav {
	font-size: 21px;
	color: #b9d532;
	height: 21px;
	width: 660px;
	background-image: url(../images/nav-bg.gif);
	padding-top: 3px;
	padding-bottom: 10px;
	float: left;
	padding-right: 30px;
	padding-left: 40px;
	font-weight: normal;
}
#top-nav a {
	color: #b9d532;
	text-decoration: none;
	margin-right: 40px;
}
#top-nav a:hover {
	color: #84B6E2;
	text-decoration: none;
}
#content-section {
	width: 913px;
	clear: both;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: -6px;
}
#content-section #top{
	background-image: url(../images/body-top-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 37px;
	width: 913px;
}
#content-section #bottom{
	background-image: url(../images/body-bot-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 45px;
	width: 913px;
}
#content-section #content-area {
	width: 739px;
	clear: both;
	float: left;
	padding-right: 40px;
	padding-left: 60px;	
}
.form-row {
	height: 50px;
	width: 739px;
	margin-bottom: 4px;
	float: left;
	clear: both;
	color: #6e9fb7;
	font-size: 11px;
	line-height: 16px;
}
.form-row-multi {
	width: 739px;
	margin-bottom: 4px;
	float: left;
	clear: both;
	color: #6e9fb7;
	font-size: 11px;
	line-height: 16px;
}
.label 
{
    font-family: Arial;
	float: left;
	margin-right: 10px;
	height: 32px;
	width: 175px;
	font-size: 22px;
	color: #84B6E2;
	text-align: right;
	padding: 12px 2px 32px;
	font-weight: bold;
}
.form-field {
	font-family: Arial;
	font-size: 22px;
	border: 2px solid #d0d0d0;
	background-image: url(../images/textbox-bg.gif);
	background-repeat: repeat;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
	width: 520px;
	height: 34px;
	color: #000000;
	margin-right: 5px;
}
.form-field-multi {
	font-family: Arial;
	font-size: 22px;
	border: 2px solid #d0d0d0;
	background-image: url(../images/textbox-bg.gif);
	background-repeat: repeat;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
	width: 520px;
	float: left;
	height: 80px;
	color: #000000;
	margin-right: 5px;
}
#btn-signup {
	float: left;
	padding-left: 189px;
	width: 568px;
	clear: both;
	padding-bottom: 5px;
}
#btn-signup #button{
	margin-right: 5px;
	float: left;
}
#sign-up-text {
	color: #6e9fb7;
	font-size: 11px;
	line-height: 16px;
	float: left;
	padding-top: 20px;
}
#footer {
	font-size: 10px;
	color: #D9E259;
	text-align: center;
	width: 913px;
	float: left;
	margin-top: 20px;
}
#footer a {
	color: #9da7a9;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
#divSchools
{
    width: 526px; 
    background-color:White;
    height:160px;
    OVERFLOW: auto; 
    border: solid 1px black;
    font-size:14px;
    display:none;
    position:absolute;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
}

#divSchools a:hover
{
    background-color:Gray;
}
/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}
.labelRight
{
    font-family: Arial;
	float: left;
	margin-right: 10px;
	font-size: 22px;
	color: #000000;
	text-align: left;
	padding: 12px 2px 32px;
	font-weight: bold;
}
.mail1
{
    float:left;
    width:140px;
}
.mail2
{
    float:left;
    width:275px;
}
.mail3
{
    float:left;
    width:120px;
}
.mail4
{
    float:left;
    width:200px;
}
.pageLeft
{
    margin-top:15px;
    float:left;
}
.pageRight
{
    margin-top:15px;
    float:right;
}

.SelectChat_Top
{
    width:700px;
    padding:25px 25px 5px 25px;
    height:200px;
    margin-left: auto ;
  margin-right: auto ;
  border:1px;
  border-style:solid;
  

}
.SelectChat_Bottom
{
    width:700px;
    padding:5px 25px 25px 25px;
    height:200px;
    margin-left: auto ;
  margin-right: auto ;
border:1px;
border-style:solid;
}

.SelectChat_Head
{
    
background-color: #c7e9f9;
 color:white;
}

.selectChat_Cont
{
 

}
