.headNews {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.tglNews {
	font-family: Arial;
	font-size: 9px;
	color: #FF3300;
	text-decoration: none;
}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#000000;
    font-size:10px;
    font-family: Arial;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#f0f000;
	color:#FF6600;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}

/* ORIGINAL START HERE */
td,tr,p,div {
  font-family      : Arial;
  font-size        : 12px;
  color            : #444444;
}

ul {
  margin           : 5px 5px 5px 5px;
}

li {
  list-style       : inside url(../../../images/M_images/arrow.png);
  list-style-image : url(../../../images/M_images/arrow.png);
}

hr {
  background       : #C00000;
  height           : 1px;
  width            : 97%;
}

table.searchintro {
  background-color : #FFFFFF;
  border           : 1px solid #777777;
}

/* ###################### MAIN MENU SETTINGS ###################### */
.mainlevel {
	FONT: 10px "Verdana";
	text-decoration: none;
	color: #666666;
}

a.mainlevel:link, a.mainlevel:visited {
	FONT: 10px "Verdana";
	text-decoration: none;
	color: #666666;
}

a.mainlevel:hover {
	FONT: 10px "Verdana";
	text-decoration: none;
	color: #000000;
}

.sublevel {
  font-family      : Arial;
  font-size        : 12px;
  width            : 100%;
  text-align       : right;
  margin-bottom    : 3px;
  padding-right    : 3px;
}

a.sublevel:link, a.sublevel:visited {
  color            : #c00000;
}

a.sublevel:hover {
  border-bottom: 1px dashed #C00000;
}

/* ###################### MODULE SETTINGS ###################### */
table.moduletable {
  width            : 100%;
  padding          : 3px;
}

table.moduletable th {
  font             : Arial;
  font-size        : 13px;
  font-weight      : bold;
  color            : #969696;
  text-align       : left;
  padding-left     : 5px;
  background-image : url(../images/tit_module.jpg);
  background-repeat: no-repeat;
  height           : 20px;
}

.newsflash {
  font-family      : Arial;
  font-size        : 10px;
  color            : #27A19A;
}

.frameheader {
  font             : Arial;
  font-size        : 18px;
  font-weight      : none;
  color            : #808080;
}

.poll {
  font-family      : Arial;
  font-size        : 10px;
  color            : #666666;
  line-height      : 15px
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Arial;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #000000;
  border           : 1px solid;
}

.inputbox {
  font-family      : Arial;
  font-size        : 10px;
  font-weight      : bold;
  color            : #000000;
  background       : #FFFFFF;
  border           : 1px solid;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
a.contentpagetitle:link, a.contentpagetitle:visited {
  font-family      : Arial;
  font-size        : 15px;
  font-weight      : bold;
  color            : #333333;
  padding          : 1px;
  border-bottom    : none;
}

a.contentpagetitle:hover {
  color            : #330000;
}

.contentpane {
  text-align       : justify;
}

.contentpaneopen {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.contentpaneopen td {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

.contentheading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.componentheading {
background: url(../images/index_35.jpg) repeat-x;
padding-right: 40px;
  font-family      : Arial;
  font-size        : 14px;
  font-weight      : bold;
  color            : #ffffff;
  text-align       : left;
  padding-left     : 5px;
}

.contentdescription {
  font-family      : Arial;
  font-size        : 11px;
//  font-family      : Arial;
//  font-size        : 11px;
  color            : #333333;
  text-align       : left;
}

.category {
  color            : #C0C0C0;
  font-family      : Arial;
  font-size        : 11px;
  font-weight      : bold;
  text-decoration  : none;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableentry1 {
  background-color : #E4E7EC;
  margin           : 3px;
 }

.sectiontableentry2 {
  background-color : #ECEFF4;
  margin           : 3px;
 }

.sectiontableheader {
  background-color : #969696;
  color            : #FFFFFF;
  height           : 20px;
  font-weight      : bold;
  padding-left     : 5px;
  padding-right    : 5px;
  border-bottom    : 2px solid #FFFFFF;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Arial;
  font-size        : 9px;
  color            : #CC6600;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font-family      : Arial;
  font-size        : 9px;
  color            : #000000;
  font-weight      : normal;
}

/* ###################### TABLE OF CONTENT SETTINGS ###################### */
.contenttoc {
  background-color : #f0f0f0;
  border           : solid 1px #777777;
  padding          : 3px;
}

a.toclink:link, a.toclink:visited {
  color            : #707070;
  font-weight      : bold;
  border-bottom    : none;
}

a.toclink:hover {
  color            : #ff3300;
  border-bottom    : 1px dashed #ff3300;
}

/* ###################### PATH-WAY SETTINGS ###################### */
.pathway {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:14px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
}

a.pathway:link, a.pathway:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
    letter-spacing:2px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
}

a.pathway:hover {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color            : #ffffff;
  border-bottom    : none;
  text-decoration  : none;
}

/* ###################### DATE TIME SETTINGS ###################### */
.createdate {
  font-family: Arial;
  color:#666666;
  font-style    : italic;
  font-size		:12px;
}

/* ###################### PAGE NAVIGATION SETTINGS ###################### */
.pagenavbar {
  text-align       : center;
}

/* ###################### OTHER SETTINGS ###################### */
.blog_more {
  font-size        : 14px;
  font-weight      : bold;
  font-style       : italic;
  text-align       : left;
  padding-top      : 10px;
  padding-left     : 15px;
}
.readon {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #83A2D3;
	text-decoration: none;
}
a.readon {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #83A2D3;
	text-decoration: none;
}

a.readon:link {
  color            : #83A2D3;
}

a.readon:hover {
  color: #FF6600;
//  border-bottom: 1px solid #FF6600;
}

