BODY {
  margin : 0;
  background-color : #ffffff;
  color : #000000;
}

td, tr, p, div {
  font-family : Verdana;
  font-size : 12px;
  color : #000000;
}

ul {
  margin : 0;
}

hr {
  background : #ffffff;
  height : 1px;
  width : 100%;
}

.title {
  font-family : Verdana;
  font-size : 32px;
  font-weight : bold;
  color : #000000;
}

.subtitle {
  font-family : Verdana;
  font-size : 12px;
  font-weight : bold;
  color : #000000;
}

.date {
  font-family : Verdana;
  font-size : 8px;
  font-weight : bold;
  color : #3366c0;
  text-decoration : none;
  margin : 2px;
}

.pathway {
  font-family : Verdana;
  font-size : 14px;
  color : #0177A2;
  margin : 5px;
}

a.pathway:link, a.pathway:visited {
  color : #ccc;
  font-weight : normal;
}

a.pathway:hover {
  color : #99ccff;
  font-weight : normal;
  text-decoration : underline;
}

.blog_more {
  margin : 14px;
  font-weight : bold;
}

.back_button {
  margin : 14px;
  font-weight : bold;
  float : right;
}

/* --Default Class Settings-- */
a.mainlevel:link, a.mainlevel:visited {
  font-family : Verdana;
  font-size : 12px;
  color : #ffffff;
  text-decoration : none;
  background-position : left;
  text-align : right;
}

a.mainlevel:hover {
  font-family : Verdana;
  font-size : 12px;
  font-weight : bold;
  color : #ffffff;
  background-position : left;
  text-decoration : none;
  text-align : left;
}

a.mainmenu:link, a.mainmenu:visited {
  font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
  font-weight : bold;
  color : #ffffff;
}

a.mainmenu:hover {
  color : #ffffff;
  text-decoration : none;
}

a.sublevel:hover {
  color : #ffffff;
  text-decoration : none;
  font-weight : bold ;
}

a.sublevel:link, a.sublevel:visited {
  font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
  font-weight : normal;
  color : #ffffff;
}

table.moduletable {
  margin : 5px;
  width : 80%;
  color : #ffffff;
}

table.moduletable th {
  font-size : 10px;
  font-weight : bold;
  color : #ffffff;
  text-align : left;
  width : 100%;
  padding : 2px;
  margin : 2px;
}

table.moduletable td {
  font-size : 10px;
  font-weight : normal;
  border : 0px solid #ccc;
  padding : 2px;
  margin : 2px;
  color:#FFFFFF
}

.poll {
  font-family : Verdana;
  font-size : 14px;
  color : #999;
  line-height : 14px;
  margin : 10px;
  width : 80%;
}

.sectiontableheader {
  color : #000000;
    font-weight : bold;
}

.small {
  font-family : Verdana;
  font-size : 14px;
  color : #3366c0;
  text-decoration : none;
}

.smalldark {
  font-family : Verdana;
  font-size : 14px;
  color : #000000;
  text-decoration : none;
  font-weight : normal;
}

.contentpane {
  margin : 15px;
}

.contentpaneopen {
  margin : 5px;
}

.contentheading, .componentheading {
  font-family : Verdana;
  font-size : 12px;
  font-weight : bold;
  color : #8E2344;
  text-align : left;
  margin : 5px;
}

.createdate {
  font-family : Arial, Helvetica, Verdana;
  font-size : 14px;
  color : #000;
  text-align : left;
}

.button {
  font-family : Verdana;
  font-style : normal;
  font-size : 10px;
  font-weight : bold;
  background-color : #FFFFFF;
  color : #000000;
  border : 1px solid #ccc;
}

.inputbox {
  font-family : Verdana;
  font-size : 14px;
  color : #ffffff
  background-color : #841b3a;
  border : 1px solid #ccc;
}

a:link, a:visited {
	color: #000000;
	font-family : Verdana;
	font-size : 12px;
	text-decoration : none;
}

a:hover {
	color: #000000;
	font-weight : bold;
	text-decoration : underline;
}
a.addfav:link, a.adfav:visited {
	text-align : right;
  	font-weight : normal ;
  	font-family : Verdana;
  	font-size : 10px;
  	color : #ffffff;
  	text-decoration : none;
}

a.addfav:hover {
	font-weight : bold;

	
}
*/

.latestnews ul, .latestnews li{
  font-family : Verdana ;
  font-size : 14px;
  color : #000;
  text-decoration : none;
  margin : 0px;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
  font-family : Verdana;
  font-size : 16px;
  font-weight : bold;
  color : #000000;
  text-align : left;
}

a.contentpagetitle:hover {
  font-family : Verdana ;
  font-size : 16px;
  font-weight : bold;
  text-align : left;
  color : #3366c0;
  text-decoration : underline;
  font-weight : bold;
}

a.category:link, a.category:visited {
  color : #3366c0;
  font-weight : bold;
}

a.category:hover {
  color : #9cf;
}

/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
  background-color : #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
  font-family : Verdana ;
  font-weight : bold;
  font-size : 14pt;
  color : #ff6600;
  text-align : center;
}

