body { 
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.mainpage {
	background: #ffffff;
	padding: 0;
}

table, tr, td, div, p {
	color: #3F2668;
	font: 13px/18px Verdana, Helvetica, sans-serif;
	letter-spacing: .05em;
}

H1, H2, H3, H4 {
	color: #3F2668;
    font-weight: bold;
}

H1 {
    font-size: 1.5em;
	border-bottom: solid 1px #3F2668;
}
H2 {
    font-size: 1.2em;
}
H3 {
    font-size: 1.0em;
}
H4 {
    font-size: .8em;
}

LI {
	margin-bottom: 1px;
}
a:link, a:visited {
	color: #cc7733;
	text-decoration:none;
}

a:hover {
    text-decoration:underline;
    color:#f33;
}
/*  blocking main areas of the layout */
.mainpage {
	   background: #623F99;
}
#pageborder {
	width: 796px;
    margin: 0;
	padding: 0;
	border: none;
	background: url(../images/body.jpg) repeat-y;
}
#pagecontainer {
	width: 796px;
	margin: 0;
	padding: 0;
	background: url(../images/footerBottom.jpg) no-repeat top left;
}
#pagetop {
	margin: 0;
	padding: 0;
	background: url(../images/top.jpg) no-repeat top left;
}
#headercontainer {
    font-family: "Times New Roman", Times, serif;
	width: 790px;
	height: 80px;
    margin: 0;
	padding: 90px 0 0 0;
}
#maincontainer {
	margin: 0px;
	padding: 0;
	width: 796px;
	text-align: left;
	background: url(images/footerBottom.jpg) no-repeat bottom left;
}
#maintop {
	margin: 0;
	padding: 0;
}
#mainbottom {
	margin: 0;
	padding: 0;
}



#leftcol {
	width: 140px;
	float: left;
	color: #630;
	margin: 0 0 0 20px;
	padding: 0;
}
#leftcol td {
	line-height: normal;
}

#rightcol {
	width: 150px;
	float: right;
	   margin-right: 25px;
	   margin-top: 15px;
}

#maincol {
	padding: 10px 15px 15px 5px;
	margin: 0 0 0 180px;
}
.mainscreen {
/*	background: url(../images/screen.gif) repeat;
*/	margin: 0;
	padding: 0;
}
#footercontainer{
	width: 796px;
	FONT-SIZE: 9px;
	padding: 0;
	margin: 0;
	background: url(../images/footerBody.jpg) repeat-y;
}
#footercontainer div{
	padding: 0;
	margin: 0;
	background: url(../images/footerTop.jpg) no-repeat top left;
}
#footercontainer div div{
	padding: 0;
	margin: 0;
	background: url(../images/footerBottom.jpg) no-repeat bottom left;
}
#footercontainer div div div {
	padding: 3px 0 6px 0;
}
#footercontainer p {
	FONT-SIZE: 9px;
	color: #630;
	padding: 0;
}

#footercontainer a:link {color: #88f;}
#footercontainer a:visited {color: #88f;}
#footercontainer a:hover {color: #f33;}
#footercontainer a:active {color: #f00;}

.clearit {
	clear: both;
}
/* Topmenu */

/* top menu */
#menucontainer {
  color:#fff;
  font-weight:bold;
  font-size: 11px;
  height: 64px;
  margin: 0;
	padding: 0px;
	width: 650px;  !important
}
ul#mainlevel-nav {
margin: 0;
float: right;
list-style: none;
	padding: 0;
height: 64px;
}
ul#mainlevel-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

ul#mainlevel-nav a{
float: left;
	display: block;
}
/*
ul#mainlevel-nav a span{
float: left;
}
*/
ul#mainlevel-nav li a{
height: 41px;
width: 100px;
	margin: 0;
	padding: 20px 0 0 0;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	background:  url(../images/button.png) no-repeat ;
	font: bold 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #630;
	letter-spacing: .01em;
}
/*
ul#mainlevel-nav li a span{
}
*/

ul#mainlevel-nav a:hover, ul#mainlevel-nav a.sfhover {
	text-decoration: none;
	color: #f33;
	background-position:100% -60px;
}

ul#mainlevel-nav a:hover span, ul#mainlevel-nav a.sfhover span{
	text-decoration: none;
	color: #f33;
}
ul#mainlevel-nav a#active_menu-nav {
	color: #960;
	background-position:100% -60px;
}

ul#mainlevel-nav li a span {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul#mainlevel-nav li a span{float:none;}
/* End IE5-Mac hack */


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #600;
	text-align: left;
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #f33;
}

a#active_menu {
	color: #b53;
}

a.sublevel:link, a.sublevel:visited {
	/* this styling is for menu items that HAS A PARENT */
	display: block;
	margin: 0;
	padding:  0 0 4px 10px;
	font-size: 10px;
	font-weight: normal;
	color: #800;
	text-align: left;
	line-height: normal;
	background: url(../images/smenu1.gif) no-repeat top left;
}

a.sublevel:hover {
	color: #f33;
	text-decoration: none;
}

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

.smalldark {
   font-size:11px;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #333;
	border: 1px solid #bbb;
}

/* General styling: cats, sects, items */
.createdate {
  font-size: 11px;
}

.modifydate {
  font-size: 11px;
}

a.readon:link, a.readon:visited {
	color: #630;
	text-decoration: none;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

a.readon:hover {
	color: #f33;	
  text-decoration: underline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

/* forms */
.inputbox {
  background:#E9E8F6;
  border-bottom: solid 1px #f5f4Ff;
  border-top: solid 1px #A6A3D0;
  border-right: solid 1px #f5f4Ff;
  border-left: solid 1px #A6A3D0;
  font-size:12px;
}

.button {
  background:#A6A3D0;
  font-size:12px;
  font-weight: bold;
  color: #3f2668;
}
.buttonheading {
  white-space: nowrap;
}

	
/* sections */
.sectiontableheader {
  font-weight:bold;
  font-size: 14px;
  color:#3F2668;
  height:20px;
  vertical-align:middle;
  border-bottom:solid 1px #666;
}

.sectiontableentry1 {
  background:#E3E2F0;
  padding-top: 3px;
  vertical-align:middle;
}

.sectiontableentry2 {
  background:#d3d2e0;
  padding-top: 3px;
  vertical-align:middle;
}
.sectiontableentry1 td, 
.sectiontableentry2 td{
  padding: 2px;
  border-bottom:solid 1px #c3c2d0;
  border-right:solid 1px #c3c2d0;
  border-top:solid 1px #f3f2ff;
  border-left:solid 1px #f3f2ff;
}

/* content */
.title {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
font-weight: bold;
/*margin-left: 4px;*/
color: #3F2668;
}

.contentpane {
    padding:20px;
}

.contentheading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
 	color: #3F2668;
	border-bottom: solid 1px #3F2668;
	letter-spacing: .1em;
	text-align:left;
	vertical-align: middle;
	margin: 0;
	padding: 4px 0 4px 4px;
	height:20px;
}
.contentheading td {
 	color: #3F2668;
}

.contentdescription {
    font-size: 12px;
    padding-bottom: 2px;
}

table.contenttoc {
	color: #3F2668;
	background-color: #333;
	border: solid 1px #666;
}

table.contenttoc td {
	font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align:left;
  padding: 3px;
}

table.contenttoc th {
  font-family: Verdana, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #3F2668;
	text-align: left;
	text-indent: 15px;
	height: 24px;
}
table.contentpaneopen {
	width: 90%;
	margin: 0;
	padding: 0;

}

.content_rating {
	font-weight: normal;
	font-size: 10px;
}

.content_vote {
	font-weight: normal;
	font-size: 10px;
}

.logo {
	margin: 0;
	padding: 0;
}

/* categories */
.category {
	color: #3F2668;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.category:link, a.category:visited {
	color: #630;
  font-weight: bold;
  font-size: 11px;
}

a.category:hover {
	color: #f33;
	font-size: 11px;
	font-weight: bold;
}

/* blog */
a.blogsection:link, a.blogsection:visited {
	color: #630;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	}

a.blogsection:hover {
	color: #f33;	
	text-decoration: underline;
	font-size: 10px;
}

/* component */
.componentheading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: .1em;
	font-weight: bold;
 	color: #3F2668;
	border-bottom: solid 1px #3F2668;
	text-align:left;
	vertical-align: middle;
	margin: 0;
	height:24px;
}

/* modules */
.moduletable {
   font-size: 12px;
   padding-left: 2px;
   padding-right: 2px;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 0px;
   margin-right: 5px;
   width: 100%;
}
.moduletable-nav {
   font-size: 12px;
   padding: 0;
   margin: 0;
   width: 100%;
}
table.moduletable-menu, table.moduletable-menu td table,
.moduletable-menu tr, .moduletable-menu td,
table.moduletable-nav tr, .moduletable-nav td {
   font-size: 12px;
   padding: 0;
   margin: 0;
}
.moduletable th {
   font-size: 14px;
   font-weight: bold;
   text-align: left;
   text-indent:10px;
   height: 27px;
   vertical-align: middle;
   color:#630;
}

.moduletable td, .moduletable td p {
   font-size: 13px;
    color:#630;
}

/* poll */
.poll {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
        padding-top: 2px;
	font-weight: normal;
	color: #630;
	line-height: 14px
}

.pollstableborder {
	border: 1px solid #630;
}

/* weblinks */
a.weblinks:link, a.weblinks:visited,
a.category:link, a.category:visited {
	color: #66f;
  text-decoration: none;
  font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

a.weblinks:hover, a.category:hover {
	color: #f33;	
  text-decoration: underline;
}

.pathway {
  color:#eef;
  font-weight:bold;
  font-size: 10px;
  height: 20px;
  background: #bec7fd;
    border-top: none;
	padding-top: 6px;
}

a.pathway:link, a.pathway:active {
 color: #eef;
 text-decoration: none;
 font-weight: bold;
  font-size: 10px;
  border: none;
}

a.pathway:hover {
 color: #cce;
 text-decoration: underline;
}

/* newsfeeds */
.newsfeedheading {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #3F2668;
}

.newsfeeddate {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #808088;
	font-weight: normal;
}

.fase4rdf {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F2668;
	font-weight: normal;
}

a.fase4rdf:link {
	font-size: 12px;
	font-weight: bold;
	color: #46e;
}

a.fase4rdf:hover {
	font-size: 12px;
	font-weight: bold;
  color: #f33;
}

/* module suffix nav */
table.moduletablenav td {
    color: #000099;
    font-weight: bold;
    padding-left:2px;
}

table.moduletablenav a:link, table.moduletablenav a:active {
    color: #46e;
    text-decoration: none;
    font-weight: bold;
}

table.moduletablenav a:hover {
    color: #68f;
    text-decoration: underline;
}

table.moduletablenav li {
}

table.moduletableinner {
 color: #000000;
	background-color: #e0e0ff;
	border: solid 1px #6666cc;
	padding-left:3px;
	padding-right:3px;
	margin:5px;
}

table.moduletableinner th {
  font-size: 16px;
	font-weight: bold;
	color: #7ab;
	text-align: left;
	text-indent: 5px;
	height: 24px;
	padding-top:3px;
	padding-bottom:3px;
}

table.moduletableinner td {
    color: #000000;
    font-weight: normal;
    padding-left:2px;
}

table.moduletableinner a:link {
    color: #46e;
    text-decoration: none;
    font-weight: bold;
}

table.moduletableinner a:hover {
    color: #68f;
    text-decoration: underline;
}

table.moduletableinner li {
}
/* end module suffix nav */
