html, body{
  margin:0;
	padding:0;
	font-family: Georgia;
}

body{
	background:#1A60AD;
}

h1, h2, h3, h4, h5, h6{
  color: #1A60AD;
	margin-top:0;
	margin-bottom:10px;
}

p{
  margin-top:0;
	margin-bottom:10px;
}

a:link, a:visited{
  color: #5aa45a;
	text-decoration: none;
}

a:hover{
  color: #1A60AD;
}

#container{

}

#header{
	color:white;
	background:#1A60AD;
	border-bottom: 2px solid #5aa45a;

}

#header #logo{
  width:980px;
	margin:0px auto;
	background:url(../images/her-net-logo.png) 0 5px no-repeat;
	height: 186px;
}

#header #netball{
	background-image: url(../images/netball.jpg);
	background-position: 788px 0;
	background-repeat: no-repeat;
	height: 186px;
}


#header h1{
  padding-top:120px;
  width:980px;
	margin:0px auto;
	color:white;
}

#content{
  width:980px;
	margin:0px auto;
}

#menu{
	background-image: none;
	color:white;
}

ul.menu{
	list-style: none;
	padding:0;
	margin:0;
}

ul.menu a:hover{
	color:#5aa45a;
}

ul.menu li{
  float: left;
	display: block;
}

#body{
  background: white url(../images/content-bg.jpg) repeat-x;
	overflow: auto;
	padding-top:15px;
	min-height: 550px;
}

#pagebody{
  float:left;
	width:750px;
	padding-right:20px;
	padding-top:1px;
}

#pagebody p{
  font-size: 1.05em;
	line-height: 1.3em;
	font-family: Times New Roman;
}

#pagebody .blue{
  color: #1A60AD;
}

#pagebody .green{
	color: #5aa45a;
}

#pagebody li{
  margin-bottom:5px;
}


/*  Leagues Styles */
#leagues{

}

#leagues ul{
  margin:0;
	padding:0;
	padding-left:25px;
	margin-bottom:15px;
	list-style-image: url(../images/netball-li.jpg);
}


/* Right Menu Styles */
#rightmenu{
	width: 230px;
  float: right;
	color:white;
}

#rightmenu h3{
  font-size: 1.3em;
}

#rightmenu div.blue{
	background: #1A60AD;
	padding:10px;
  -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	font-size: 0.9em;
}

#rightmenu div.blue a{
  color: white;
}

#rightmenu div.blue a:hover{
  color: #5aa45a;
}

#rightmenu div.blue img{
	display: block;
	border: none;
}

#rightmenu h2{
	background: black;
	padding:10px;
	padding-top:15px;
	font-size: 1.5em;
	color:white;
	line-height: 1.05em;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#rightmenu h2 span.events{
  display: block;
	color:#1A60AD;
}

#rightmenu div.blue ul{
  margin:0;
	padding:0;
	list-style: none;
}

#rightmenu div.blue li{
	margin-bottom:8px;
}

#rightmenu div.blue li strong{
  clear: right;
	display: block;
	color: black;
}

/* Footer Styles */
#footer{
	padding-top:30px;
	background:#fff url(../images/footer-bg.jpg) center 10px repeat-x;
}

#footer div{
	height: 70px;
	background: #1A60AD;
	border-top: 2px solid #5aa45a;
}

#footer ul{
  width:980px;
	margin:0px auto;
	padding:0;
	padding-top:10px;
	color:white;
}

#footer ul li{
  float: left;
	display: block;
	margin-right:20px;
}

#footer a:link, #footer a:visited{
  color: white;
}

#footer a:hover{
	color:#5aa45a;
}

/* Text Editor Styles */
.mceContentBody{
  padding:5px;
	font-size:1em;
	background:white;
}


/* Calendar Styles */
#calendar{
  width:980px;
	font-size:0.9em;
	background: #f5fff5;
	border-collapse:collapse;
	border-spacing:0;
}

#calendar th{
  text-align: left;
	color:#1A60AD;
	width:96px;
	padding:2px;
	border-width:1px;
	border-color:black;
	border-style:solid;
}

#calendar td{
	width:96px;
	padding:2px;
	border:1px solid black;
}

#calendar td.who, #calendar th.who{
  text-align:center;
}

#calendar td a{
	display:block;
}

#calendar td a span.date{
	font-weight:bold;
	color:#1A60AD;
}

#calendar td a{
  margin:0;
	margin-top:5px;
}

#calendar td a:first-child{
	margin-top:0;
}




/* Contact Form Styles */
#contact{

}

#contactform{

}

#contact p{
  margin-left:100px;
	margin-top:4px;
	margin-bottom:4px;
}

#contact p label{
  float: left;
	margin-left: -100px;
	font-weight: bold;
}

#contact p input[type=text]{
  width:300px;
	border:1px solid #1A60AD;
	padding:2px;
	-moz-border-radius:3px;
  -webkit-border-radius:3px;
	font-family: Times New Roman;
}

#contact p textarea{
	padding:2px;
  width:300px;
	height: 100px;
	border:1px solid #1A60AD;
	font-family: Times New Roman;
	font-size: 0.8em;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

#contact p input[type=submit]{
  border:1px solid #1A60AD;
	color: #1A60AD;
	font-weight: bold;
	cursor: pointer;
	padding:1px 10px;
	font-size: 0.85em;
	font-family: Times New Roman;
}

#contact p input[type=submit]:hover{
  background: #1A60AD;
	color: white;
}

#contact p span.required{
  color: #1A60AD;
}

#contact p input.missing, #contact p textarea.missing{
  color:black;
	border:1px solid #5AA45A;
	background: #f5fff5;
}

div.formerror{
  padding-bottom:10px;
	font-weight: bold;
	color: #1A60AD;
}

