body.html {
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
/*	background-image: url(../images/page_bg.gif);
	background-repeat: repeat; */
	background-color: #fff5db;
	height: 100%;
} 

body.frontsite {
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	background-color: #000000;
	height: 100%;
} 


tbody { 
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

/* Default MOS Class Settings
****************************/

td.pathway {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	padding-top: 1px;
	padding-left: 15px;
}

a.pathway:link, a.pathway:visited {
	font-family: Arial;
	font-size: 11px;
	color: #c3b590;
}

a.pathway:hover {
	font-family: Arial;
	font-size: 11px;
	color: #c3b590;
	background-color: transparent;
}

/* Main Menu Styles
*********************/

a.mainlevel:link, a.mainlevel:visited {
	color: #000000;
	text-align: center;
	font-weight: bold;
/*	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EBEC9C; */
	padding-left: 0px;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
}

a.mainlevel:hover {
	color: #c3b590;
	text-align: center;
	background-color: transparent;
/*	width: 98%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF; */
}

a.mainmenu:link, a.mainmenu:visited {
	color: #000000;
	text-align: center; 
	font-family: Arial;
	font-weight: bold;
}

a.mainmenu:hover, {
	color: #c3b590;
	text-align: center;
}

a.sublevel:link, a.sublevel:visited {
	color: #000000;
	text-align: center; 
	font-family: Arial;
	font-weight: normal;
}

a.sublevel:hover {
	color: #c3b590;
	text-align: center;
}

table.mainmenu td {
	background-color: fff5db;
	text-align: center; 
	font-family: Arial;
	font-weight: bold;
}

td.submenu {
	color: #000000;
	text-align: right; 
	font-family: Arial;
	font-weight: bold;
	padding-right: 12px;
}

/* Module Styles
****************/

td.content {
	background-color: fff5db;
/*	background-repeat: repeat; */
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
}

td.contentr {
	background-image: url(../images/Prod_Menu_Bg.gif);
	background-repeat: repeat;
	text-align : left;
	padding-left: 5px;
	margin-right: 5px;
	border: 0px;
}

table.moduletable {
	width: 100%;
	/*text-align: center;*/
	color : #000000;
	margin-right: 0px;
	margin-left: 0px;
}

table.moduletable th { 
font-family: Arial; 
font-size : 12px; 
font-weight : bold; 
color : #000000; 
text-align : center; 
background-image: url(../images/Prod_Menu_header.gif); 
height: 39px; 
padding-top: 6px; 

} 

table.moduletable td {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	/*text-align: center;
	padding-left: 0px;*/
}

/* Polls Style
**************/

.poll {
	color : #000000;
	line-height : 12px;
	font-weight: bold;
}

/* Sections Style
*****************/

.sectiontableheader {
	background-color : #c3b590;
	color : #000000;
	font-weight : bold;
	font-size: 11px;
	line-height: 13px;
}

.sectiontableentry1 {
	font-size: 11px;
	background-color : #fff5db;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff5db;
}

.sectiontableentry2 {
	font-family: Arial;
	font-size: 11px;
	background-color : #fff5db;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3b590;
}

.pagenav {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a.pagenav:link, a.pagenav:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a.pagenav:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #c3b590;
	text-decoration  : underline;
	background-color: transparent;
}


.small {
	font-size : 11px;
	color : #000000;
}

.smalltext {
	font-size : 11px;
	color : #000000;
}

.smalltext2 {
	font-size : 11px;
	color : #c3b590;
}

.smalldark {
	font-size : 11px;
	color : #000000;
	text-decoration : none;
}

.createdate {
	font-size : 10px;
	color : #000000;
	text-decoration : none;
	font-weight : medium;
}

.modifydate  {
	font-size : 10px;
	color : #000000;
	text-decoration : none;
	font-weight : medium;
}

/* Content Styles
*****************/

.contentpane {
	font-size: 11px;
	color: #ffffff;
	background-color: fff5db;
}

.contentpaneopen {
	font-size: 11px;
	color: #ffffff;
	background-color: fff5db;
}

.contentheading, .componentheading {
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
	color : #000000;
	text-align : left;
	line-height: 16px;
	padding-left: 0px;
}
.category {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a.category:link, a.category:visited {
  color            : #000000;
  font-weight      : bold;
}

a.category:hover {
	color            : #c3b590;
	text-decoration  : none;
	background-color: transparent;
}

/* Form Styles
****************/

form { /* borrowed from mambosolutions.com -- to fix empty space issues */
	display:inline; 
	margin: 0px; 
	padding: 0px; 
} 

.button {
  font-family      : Arial;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #000000;
}

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

/* Links
*********/

a:link, a:visited {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
}

a:hover {
	color            : #c3b590;
	text-decoration  : none;
	background-color : transparent;
}

/* For content item titles that are hyperlink instead of Read On
****************************************************************/

a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
 	color: #000000;
	text-align:left;
	}

a.contentpagetitle:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	color            : #c3b590;
	text-decoration  : none;
	background-color : transparent;
	}

.description {
	font-size: 11px;
	color: #000000;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #7C6B9F;
	border-left: outset 2px #7C6B9F;
	border-right: outset 2px #7C6B9F;
	border-top: outset 2px #7C6B9F;
	border-bottom: solid 1px #7C6B9F;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}
.offtab {
	background-color : #292929;
	border-left: outset 2px #292929;
	border-right: outset 2px #292929;
	border-top: outset 2px #292929;
	border-bottom: solid 1px #292929;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #7C6B9F;
	font-family: Arial;
	font-size: 11px;
}

.tabheading {
	background-color: #292929;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
	font-weight: bold;
	font-size : 10pt;
	color : #FFFFFF;
	text-align: center;
}