a {
  color: #000000;
  text-decoration: underline;
}
a:hover { 
  color: #003912;
}
a:visited { 
  color: #000000;
}

h1 {
  font-size:1.0em;
  font-weight:bold;
}
h1.pagetitle {
  width:i100%;
  font-size:1.2em;
  font-weight:bold;
  border-bottom:1px solid #000000;
} */

/* Contact page */
fieldset.csc-mailform {
  border:1px dashed #000000;
}
label {
	display: block;
	text-align: left;
	width: 200px;
	padding-right: 30px;
	padding-top: 6px;
}


/* Colouring for active page in main menu */
li#active {
  background-color: #19522B;  
}
li#active a {
  color: #ffffff;
}

/* News box under sub menu */
div.newsbox {
	color: #ffffff;
	background-color: #2169bd;
	text-align: center;
}
div.newsbox p.bodytext {
	padding: 7px;
}
div.newsbox a,div.newsbox a:visited,div.newsbox a:hover {
	color: #ffffff;
}

/* Styles for contact form */
fieldset.csc-mailform {
  border: 0;
}
div.csc-mailform-field {
  padding-bottom: 10px;
}
div.csc-mailform-field label {
  width: 70px;
  font-weight: bold;
  float: left;
}
div.csc-mailform-field select#mailformSubject {
  border: 1px solid #000;
  margin-top: 5px;
  color: #000;
  background: #fff;
}
div.csc-mailform-field textarea#mailformDetail {
  width: 400px;
  margin-top: 5px;
  height: 6em;
}
div.csc-mailform-field input.csc-mailform-submit {
  margin-left: 100px;
  background-color: #2169bd;
  border: 1px solid #19522B; 
  color: #eff474;
  font-weight: bold;
}

/* RTE alignments */
p.align-center {
  text-align: center;
}
p.align-left {
  text-align: left;
}
p.align-right {
  text-align: right;
}
img {
  border: 0;
}
