/* CSS global reset for all browsers */ 
* {
	padding: 0;
	margin: 0;
	}
	
body, html  { 
   margin : 0px; 
 	 padding : 0px;  
 	 font-size : 12px; 
 	 color : #000; 
 	 text-align: center; 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 background-color: #333333; 
} 

/*#logo	{
	background: url(../images/footer.gif) top left no-repeat;
	width: 800px;
	height: 50px;
	text-indent: auto;
	}*/
	
#logo		{
	border-bottom: 1px solid #999999;
	float: left;
	background-image: url(../images/footer.gif);
	width: 800px;
	height: 50px;
	padding:0px;
	margin:0px;
	vertical-align: middle;
	text-indent:0px;
	}
	/* text-indent: -5000px;*/

#tablet	{
	width: 800px ! important;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	height-min: 100%;
	padding:0px;
	}
	

	
#container	{
	border: 1px solid #999999;
	width: 800px ! important;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	min-height: 600px;
	background: #660000;
	}
	
#header	{
  border-bottom: 1px solid #999999;
	width: 800px;
	padding: 0em;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	
  }
	/*background: url(../images/search.gif) top right no-repeat;*/

#headtext {
 bottom:0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size : 20px;
 font-weight:bold;
 color:#990000;
 height:40px;
 float: left;
 padding: 11px 0px 10px 18px;
 word-spacing:0px;
 letter-spacing:31px;
 }
 
 /*
 #headtext {
 bottom:0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size : 18px;
 font-weight:bold;
 color:#990000;
 height:40px;
 float: left;
 padding: 12px 0px 8px 42px;
 word-spacing:50px;
 letter-spacing:10px;
 }
 */
 	
	
#search {
  margin-top: 0px;
  width: 130px;
	height:50px;
	text-align: left;
	float: right;
	vertical-align:middle;
	}
	
		
/*main content*/

#sidebarleft { 
    width:150px; 
		vertical-align: top;
		float: left;
		background: transparent;
		padding-bottom: 20px;
		}

/**/

#bodytext {
		border-left: 0px solid #000000;
		border-top: 0px solid #000000;
		border-bottom: 0px solid #000000;
		border-right: 0px solid #990000;
    float:right; 
		text-align:left;
		padding-left: 0px; 
		width: 630px;
		background: #FFFFFF;
		font-size: 10px;
		vertical-align: top;
		}
		
#footer
	{
	border-top: 1px solid #999999;
	float: left;
	background-image: url(../images/footer.gif);
	width: 800px;
	height: 50px;
	padding:0px;
	margin:0px;
	vertical-align: middle;
	}


#copyright {
  color:#990000;
	font-weight: bold;
	vertical-align: middle;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
	}

		
tbody { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


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

div.pathway {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	padding: 10px 10px 0px 0px;
}

a.pathway:link, a.pathway:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
}

a.pathway:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	background-color: transparent;
}

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

/**/
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align:middle;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 5px 0px 5px 18px;
	width: 170px;
	text-decoration: none;
}
/**/
a.mainlevel:hover {
  background-color: #FFFFFF;
	text-decoration: none;
	color: #003366;
}
/**/
a.sublevel:link, a.sublevel:visited {
	display: block;
	vertical-align:middle;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
	text-align: left;
	padding: 1px 0px 3px 28px;
	margin: 0px;
	text-decoration: none;
}
/**/
a.sublevel:hover {
  background-color: #FFFFFF;
	text-decoration: none;
	color: #003366;
}
/*
a.sublevel:link, a.sublevel:visited {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CCFF;
	text-align: left;
	text-decoration: none;
}

a.sublevel:hover {
  background-color: #99CCFF;
	text-decoration: none;
	color: #990000;
}*/

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

table.moduletable {	
  width: 100%;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	border-width: 0px;
	border-color: #99CCCC;
	height:100%;
}

table.moduletable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #990000;
	text-align : center;
	text-align:top;
	height: 15px;
	padding-top: 0px;
}
/**/
table.moduletable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6699CC;
	text-align: left;
	background-color: transparent;
  padding-top:0px;
}

/* bottom module table*/

table.moduletable_btm {	
  width: 600px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-width: 0px;
	border-color: #99CCCC;
	vertical-align:top;
}

table.moduletable_btm th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #990000;
	text-align : left;
	text-align:top;
	height: 15px;
	padding-top: 20px;
	padding-left: 35px;
	vertical-align:top;
}
/**/
table.moduletable_btm td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	background-color: transparent;
  padding-left:50px;
	padding-top: 10px;
	padding-bottom: 15px;
	vertical-align:top;
}

a.newsfeed_btm:link, a.newsfeed_btm:visited {
  font-size:16px;
	color: #990000;
	}

.newsfeed_btm {
  font-size: 12px;
	font-weight: normal;
	color:#000000;
	}



/*End of Bottom Module*/


table.moduletable_nav {	
  width: 100%;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	border-width: 0px;
	border-color: #99CCCC;
	height:100%;
}

table.moduletable_nav th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #990000;
	text-align : center;
	text-align:top;
	height: 15px;
	padding-top: 0px;
}
/**/
table.moduletable_nav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	text-align: left;
	padding: 20px 0px 0px 20px;
	background-color: transparent;
	width:100%;
}
table.moduletable_log {	
  width: 100%;
	text-align: left;
	margin-top:25px;
	border-width: 0px;
	border-color: #99CCCC;
	height:100%;
}
/**/
table.moduletable_log td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
	text-align: left;
	padding: 0px 0px 0px 9px;
	background-color: transparent;
	width:100%;
}

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

.poll {
	color : #990000;
	line-height : 12px;
	font-size: 11px;
	font-weight: bold;
	background-color: transparent;
}

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

.sectiontableheader {
	background-color : transparent;
	color : #990000;
	font-weight : bold;
	font-size: 14px;
	line-height: 30px;
	width:100%;
	
}

.sectiontableheader_tables {
	background-color : #FFFFFF;
	border: 0px solid #999999;
	color : #990000;
	font-weight : bold;
	font-size: 12px;
	line-height: 15px;
}

.sectiontableentry1 {
	font-size: 10px;
	background-color : #CCCCCC;
	border: 0px solid #990000;
	padding: 10px;
	margin-left: 15px;
	margin-right: 25px;
	width:100%;
}

.sectiontableentry2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color : #DDDDDD;
	border: 0px solid #990000;
	margin-left:15px;
	margin-right: 25px;
	padding: 10px;
	width:100%;
	
}


a.sectiontableentry1_tables:link, a.sectiontableentry1_tables:visited {
	font-size: 12px;
	font-weight: bold;
	background-color : transparent;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding: 10px;
	width:100%;
}

a.sectiontableentry1_tables:hover {
  color: #990000;
	text-decoration  : underline;
}

a.sectiontableentry2_tables:link, a.sectiontableentry1_tables:visited {
	font-size: 12px;
	font-weight: bold;
	background-color : #DDDDDD;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding: 10px;
	width:100%;
}

a.sectiontableentry2_tables:hover {
  color: #990000;
	text-decoration  : underline;
}



.pagenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	color: #990000;
}

a.pagenav:link, a.pagenav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

a.pagenav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color            : #666666;
	text-decoration  : none;
}

/*****************************************************************************************************/
h4 {
 font-size:12px;
 font-weight:bold;
 } 
.blog {
 padding-left: 0px;
 margin:0px;
 }
.blog_more {
	padding-left:50px;
	padding-top: 30px;
	}
#overDiv {
  width:600px;
	padding:25px;
	}

#adminForm {
  padding:30px;
	width:600px;
	}	

.adminform {
  padding:30px;
	width:600px;
	}	
/**/
.small {
	font-size : 8px;
	color : #6699CC;
}

.smalldark {
	font-size : 8px;
	color : #003366;
	text-decoration : none;
}

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

.modifydate  {
	font-size : 8px;
	color : #003366;
	text-decoration : none;
}

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

.contentpane {
	font-size: 10px;
	background-color: transparent;	
	color: #000000;
	margin-left: 30px;
	padding: 0px 0px 0px 0px;
	width:85%;
	
}

.contentpaneopen {
	font-size: 10px;
	color: #000000;
	margin-left: 30px;
	padding-left: 0px;
	width:85%;
}							 

.contentpane_tables {
	font-size: 10px;
	background-color: transparent;	
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px 15px 100px 25px;
}

.contentpaneopen_tables {
	font-size: 10px;
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	padding-left:25px;
}	

.searchintro {
	font-size: 10px;
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px 15px 0px 15px;
}

.contentheading {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #990000;
	text-align : left;
	vertical-align: top;
	padding-left: 0px;
	padding-top: 25px;
	padding-bottom: 10px;
}

.contentdescription {
	}

.componentheading {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #990000;
	text-align : left;
	line-height: 16px;
	margin-left: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.componentheading_tables {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #990000;
	text-align : left;
	line-height: 16px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

a.category:link, a.category:visited {
  color: #003366;
	fon-size: 16px;
  font-weight: bold;
}
	
a.category:hover {
	color: #990000;
	text-decoration  : underline;
}

.category_tables {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

a.category_tables:link, a.category_tables:visited {
  color: #003366;
	fon-size: 16px;
  font-weight: bold;
}
	
a.category_tables:hover {
	color: #990000;
	text-decoration  : underline;
}
/* Form Styles
**********************************************************************************************************/

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

#emailform {
  margin: 0px;
	}

.button {
  font-family      : Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #336699;
  color            : #FFFFFF;
	margin-left: 0px;
	padding: 0px;
}

/**/
.buttonheading {
	border: 1px;
	border-color:#FFFFFF;
  font-weight      : bold;
  background-color : #FFFFFF;
	margin-left: 0px;
	padding: 0px 5px 0px 0px;
}


.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #FFFFFF;
	margin-right: 5px;
	margin-bottom:1px;
	padding: 0px;
	padding-bottom: 2px;
}

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

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

a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

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

a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #990000;
	text-align:left;
	padding-top:25px;
	padding-bottom:5px;
}
	
a.contentpagetitle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: #336699;
	text-decoration  : none;
	background-color: #ffffff;
}

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

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #ffae00;
	border-left: outset 2px #ff9900;
	border-right: outset 2px #808080;
	border-top: outset 2px #ff9900;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tabheading {
	background-color: #ffae00;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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 : 10px;
	color : #003366;
	text-align: center;
}