BODY { 
	margin: 10px 0px 0px 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff; 
	font-size: 11px; 
	color:#000000;
}

#container { 
	padding: 0 0 0 0; 
	margin: 0px auto; 
	width: 790px;
	height: 549px;
	background-color:#fff;
	background-image:url(../pics/box.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#containerLow { 
	padding: 0 0 0 0; 
	margin: 0px auto; 
	width: 790px;
	height: 100px;
	background-color:#fff;
}

#header { 
	float:left;
	padding: 5px 5px 0 0; 
	margin: 0 0 0 0; 
	width: 785px;
	height:80px;
	background-image:url(../pics/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#0070B6;
}

#login {
	float:right;
	width:150px;
	text-align:right;
	color:#FFFFFF;
}

#contact { 
	float:left;
	padding: 0 5px 0 0; 
	margin: 0 0 0 0; 
	width: 785px;
	height:20px;
	background-color:#004487;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
#contact A { }
#contact A:link { color: #ffffff; text-decoration: none; }
#contact A:visited { color: #ffffff; text-decoration: none; }
#contact A:hover { color: #ffffff;text-decoration: none; }


#left { 
	float:left;
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	width: 245px;
}

#right { 
	float:left;
	text-align:left;
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	width: 545px;
	height:444px;
	background-position:right;
	background-repeat:no-repeat;
	list-style:circle inside lower-alpha;
}

#right ul {

}

#right li {

}

#textArea { 
	float:left;
	text-align:left;
	padding: 0 0 0 0; 
	margin: 20px 0 0 0; 
	width: 350px;
	width:350px; 
	height:370px; 
	overflow:auto;
}

#navigation { 
	float:left; 
	padding: 0 0 0 0; 
	margin: 5px 0 0 0; 
	width: 365px;
	height: 35px;
	font-size:10px;
	text-align:right;
	color:#FFFFFF;
	line-height:16px;
}

#navigation A { }
#navigation A:link { color: #ffffff; text-decoration: none; font-weight:bold; }
#navigation A:visited { color: #ffffff; text-decoration: none; font-weight:bold;}
#navigation A:hover { color: #ffffff;text-decoration: underline; font-weight:bold;}



#banner { 
	float:right; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	width: 365px;
	height: 70px;
	font-size:small;
	text-align:right;
	background-color:#7D212B;
	background-image:url(../pics/mosboroughHallLogo.jpg);
}
#text { 
	float:right; 
	padding: 0 0 0 0; 
	margin: 50px 0 0 0; 
	width: 300px;
	text-align:justify;
	color:#FFFFFF;
}

#mainImage { 
	float:right;
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	width: 425px;
	text-align:right;
}

#footer {
	float:left; 
	padding: 5px 0 0 0; 
	margin: 0 0 0 0; 
	color:#0070B6;
	background-color:#FFFFFF;
	font-size:9px;
}

#footer A { }
#footer A:link { color: #0070B6; text-decoration: none; }
#footer A:visited { color: #0070B6; text-decoration: none; }
#footer A:hover { color: #0070B6;text-decoration: underline; }

img { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; padding: 0px; margin: 0px; }

INPUT.TEXT{  
  font-size:12px;  
  background-color:#ffffff; 
  border-color:#000000; 
  border-style:inset; 
  border-width:1px; 
  color:000000;
  width:180px; 
}


TEXTAREA.TEXT{  
  font-size:12px;  
  background-color:#ffffff; 
  border-color:#000000; 
  border-style:inset; 
  border-width:1px; 
  color:000000;
  width:320px; 
}

INPUT.TEXTSMALL{  
  font-size:10px;  
  background-color:#ffffff; 
  border-color:#ffffff; 
  border-style:none; 
  border-width:1px; 
  color:000000;
  width:70px; 
}

INPUT.BUTTON{  
  font-size:12px;  
  background-color:#0DB12C; 
  border-color:#0DB12C; 
  border-style:none; 
  border-width:1px; 
  color:#ffffff; 
}

h1 {
color:#0DB12C;
font-size:14px;
font-weight:bold;
text-transform:capitalize;
}

h2 {
color:#004487;
font-size:12px;
font-weight:bold;
text-transform:capitalize;
}

