/** CSS for scroll bars **/

body {
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #f8f8ff;
	background-position: top left;
	line-height: 1.5em;
	scrollbar-face-color:#F6D5F0;
	scrollbar-shadow-color:#891F74;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:#891F74;
	scrollbar-darkshadow-color:white;
	scrollbar-track-color:#FFEBFE;
	scrollbar-arrow-color:#891F74;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color:#551A5B
	}

a.h2:hover {color:#0000FF}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

h4 {
	font-size: 1.1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

h5 {
	font-size: 11px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

img {
   	border: 0;
	}


ul {
	list-style-type: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
	}

li {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding-left: 20px;
	margin: .4em 0;
	}

table,td {
   	font-size: 14px;
   	line-height: 1.2em;
	font-family: Arial;
	cellspacing:5px;
	cellpadding:5px;
   	}

form {
   	padding: 0;
   	margin: 0;
   	}

p {
	font-size: 13px;
	margin: 1.2em 0em 1.2em 0em;
	text-align:left;
	}

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 11px;
	}

strong, b {
	font-weight: normal;
	}



/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #EFDFDF;
	border-left: outset 2px #ffcc00;
	border-right: outset 2px #808080;
	border-top: outset 2px #EFDFDF;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #FFFFFF;
	}

.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: pointer;
	font-weight: normal;
	}

.tabpadding {
	}

.tabheading {
	background-color: #ffae00;
	text-align: left;
	}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
	}

/* Links */
a {
        text-decoration: none;
				font-size: 13px;
        color: navy;
        }

a:link, a:visited {
	text-decoration: none;
	font-size: 13px; 
	color: maroon; 
	font-family:  Arial;
	font-weight:bold
	}

a:hover {
	color: #0060F9;
	text-decoration: underline;
		font-weight:bold
	}

/* Horizontal Line */
hr {
	color: #3082FF; height:1px;
	}

hr.separator {
	background: #3082FF;
	height: 1px;
	width: 75px;
	border: 0px;
	}

/* --Default Class Settings-- */

a.mainmenu:link, a.mainmenu:visited, a.mainlevel:link, a.mainlevel:visited {
	color: #FFFFFF;
	font-family:  Arial;
	font-weight: bold;
	font-size: 13px;
   	line-height: 1.4em;
	text-decoration: none;
	}

a.mainmenu:hover, a.mainlevel:hover {
	color: #891F74;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: none;

	}
	
#active_menu {
	color: #891F74;
  	font-weight: bold;
	}	

a.othermenu:link, a.othermenu:visited, a.otherlevel:link, a.otherlevel:visited {
	color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border:none;
	}

a.othermenu:hover, a.otherlevel:hover {
	color: #891F74;
	border:none;
	font-weight: bold;
	text-decoration: none;
	}


a.pathway:link, a.pathway:visited {
	color: #891F74; 
	font-family:  Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	}
	
a.pathway:hover {
	color: #0055E5;
	font-weight: normal;
	text-decoration: none;
	}
	
.pathway-table {
    	background-color: #0099FF;
	font-family:  Arial, Helvetica, sans-serif, Verdana;
    	font-size: 0.9em;
    	font-weight: normal;
    	color: #ffffff;
    	padding: 0 0 0 .1em;
    	border-bottom: 1px solid #000000;
	}

a.sublevel:hover {
	color: #0055E5;
	text-decoration: none;
	}

a.sublevel:link, a.sublevel:visited {
	color: #891F74; 
	font-family:  Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
	font-size: 11px;
	}

/* Content - Sections & Categories */
.contentpane {
	font-size: 13px;
	line-height: 1.6em;
	align:left;
	}

.contentpaneopen {
	width: 100%;
	font-size: 13px;
	border : 0px ridge #F8F8FF;
	line-height: 1.6em;
	}

.contentheading {
	font-family:  Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align:left;
	border-bottom: 1px solid #000000;
	width: 100%;
	}

.contentpagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
	text-align:left;
	width: 100%;
	}

table.contenttoc {
        color: #000000;
	background-color: #e0e0e0;
        }

table.contenttoc td {
        font-family: Verdana, Arial, Helvetica, sans-serif;;
        font-size: 1.1em;
        font-weight: normal;
        text-align:left;
}

table.moduletableothermenu {
	font-family:  Arial;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	border:none;
	color: #891F74;
	text-decoration: none;
}
.contentdescription {
	font-family:  Arial, Helvetica, sans-serif, Verdana;
	font-size: 1.1em;
	color: #000000;
	text-align: left;
	}

/* Links */
a.blogsection:link, a.blogsection:visited {
	color: #0014A6; 
	font-size:12px;
	font-weight: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	}

a.blogsection:hover {
	color: #FF9900;	text-decoration: none;
	}

a.weblinks:link, a.weblinks:visited {
	color: #551A5B; 
	font-weight: normal;
	font-size:14px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	}

a.weblinks:hover {
	color: #326EC8;	text-decoration: none;
	}

a.readon:link, a.readon:visited {
	color: #0014A6; font-weight: normal;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	text-indent: 2px;
	width: 100%;
	height: 1.6em;
	}

a.readon:hover {
	color: #FF9900;
        text-decoration: none;
	text-align: right;
	text-indent: 2px;
	width: 100%;
	height: 1.6em;
	}

.moduleheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
	width: 100%;
	background-color: #0099FF;
	}

.componentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
 	color: #000000;
	text-align:left;
	}
	
table.moduletable {
	width: 100%;
	margin: 0px;
	font-size: 12px;
   	margin-bottom: 15px;
	}

table.moduletable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #551A5B;
	text-align: left;
	white-space: nowrap;
   	line-height: 2.0em;
	width: 100%;
	padding: 0px;
	}
	
table.moduletable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

/* CSS for Toolbar tabbed menu */
#hmenu {
  	float:left;
  	width:100%;
  	font-size:11px;
  	line-height:normal;
  	}

#mainlevel-hmenu ul {
  	margin:0;
  	padding:10px 10px 0;
  	list-style:none;
  	}

#mainlevel-hmenu li {
  	float:left;
 	background:url("../images/tab_left.gif") no-repeat left top;
  	margin:0;
  	padding:0 0 0 9px;
  	}

#mainlevel-hmenu a {
  	float:left;
  	display:block;
  	background:url("../images/tab_right.gif") no-repeat right top;
  	padding:5px 15px 4px 6px;
  	text-decoration:none;
  	font-weight:bold;
	color:#765;
  	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainlevel-hmenu a {float:none;}
/* End IE5-Mac hack */

#mainlevel-hmenu a:hover {
  	color:#FF9900;
  	}

#hmenu #active_menu-hmenu {
  	color:#000000;
  	}

/** category text format and links **/

.category {
	color: #551A5B; 
	font-family: Arial;
	font-size: 14px;  
	font-weight: bold; 
	text-decoration: none;
	}

a.category:link, a.category:visited {
	font-family: Arial;
	font-size: 14px; 
	color: #551A5B; 
	font-weight: bold;
	}

a.category:hover {
	font-family: Arial;
	font-size: 14px; 
	color: #2962BE;
	text-decoration: underline;
	}

.poll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px
	}

table.sectiontableentry1 td {
	cellspacing:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

table.sectiontableentry2 td {
	cellspacing:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
table.sectiontableheader td {
	cellspacing:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.sectiontableentry1 {
	background-color : #FEF2FE;
	font-size:14px;
	cellspacing:5px;
	}

.sectiontableentry2 {
	background-color : #FDE4FA;
	font-size:14px;
	cellspacing:5px;
	}

.sectiontableheader {
	background-color : #FDE4FA;
	color : #000000;
	font-weight : bold;
	font-size:14px;
	cellspacing:5px;
	}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
        font-family: Verdana, Arial, Helvetica, sans-serif;;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        }

.frontpageheader {
	color: #999999;
	font-size: 11px;
 	}

.newsfeedheading {
        font-family: Verdana, Arial, Helvetica, sans-serif;;
        font-size: 1.3em;
        font-weight: normal;
        color: #000000;
        text-align:left;
        }

.newsfeeddate {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
        font-size: 12px;
	color: #666666;
	font-weight: normal;
	}

.createdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	}

.modifydate {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}


.fase4rdf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;   color: #000000; font-weight: normal;
	}

a.fase4rdf:link {
	font-size: 11px;    font-weight: normal; 
	color: #0014A6;
	}

a.fase4rdf:hover {
	font-weight: normal; 
	color: #FF9900;
	text-decoration: none;
	}

table.searchintro {
  	background-color: #FFFFFF;
	border: none;
	}

table.contact {
	}

table.contentpane, td.contentpane, font.contentpane {
	align:left;
}
table.contact td.icons {
	}

table.contact td.details {
	}

.pagenav {
	color: #386593;
	}

a.pagenav {
	color: #ffcc00;
	}

.pagenavbar {
	background-color: #f0f0f0;
	}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 11px;
	}

.content_vote {
	font-weight: normal;
	font-size: 11px;
	}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 1em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	}

.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #333333;
	maxlength:450;
	wrap:VIRTUAL;
	}

.smalltext {
	font-family: Arial;
    	font-size: 2px;
  	line-height:2px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.entry 	{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #551A5B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

a.entry:hover {color: #FF9900;
	}

a.p 	{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #551A5B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

a.p:hover {color: #FF9900;
	}

/* Begin Blog Images */
.entry.p img {
      padding:15px;
      max-width:100%;
      }

.entry.img.centered {
      display:block;
      margin-left:auto;
      margin-right:auto;
      }
.entry.img.pic {
background:#fff;
border:15px solid #fff;
}
.entry.img.alignright {
      padding:15px;
      margin:0 0 2px 7px;
      display:inline;
      }

.entry.img.alignleft {
      padding:15px;
      margin:0 7px 2px 0;
      display:inline;
      }

.entry.alignright {
      float:right;
      }

.alignleft {
      float:left;
      }

.entry.h1 a, h1 a:hover, #sidebar p img a:hover {
      text-decoration:none;
      border:0;
      }
.entry.div.imgcenter {
        text-align:center;
}

.entry.div.image img, div.imgcenter img {
        border:10px #fff solid;
        padding:4px;
        margin:5px;
}
/* end Blog images */