/* CSS Document */

    BODY {
  margin           : 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color:#FFFFFF;
  color            : #000000;
  font-size:12px;
}

/*controls the main text in the home page body*/
td {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  padding-left:0px;
  font-size:12px;
}
/*doesn't affect much*/
tr {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
}
p {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}
div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  }

/*controls body of lists like RSS feed contents*/
ul {
/*2-20 both margin and padding are needed for Firefox*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
  	list-style-type:square;
}

li {
	padding:0px 0px 10px 0px;
	font-size:12px;
}
hr {
  height           : 1px;
  width            : 100%;
}

.title {
font-family: sans-serif;
font-size: 24px;
font-weight: bold;
}

/* --Default Class Settings-- */

a:link {
  color:#000099;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  text-decoration:none;
}
a:visited {
	color:#000099;
  font-weight:normal;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
/*  text-decoration:underline;*/
}
a:hover {
  text-decoration  : underline;
}
/*this controls the links for the main menu*/
a.mainlevel{
        color:#FFFFFF;
		font-size:14px;
		line-height:20px;
        background-position: left;
		text-decoration:none;
        text-align: left;
        font-weight: bold;
		padding:0px 0px 12px 0px;
		margin:0px 0px 15px 0px;
 }
a.mainlevel:link{
        color:#FFFFFF;
		font-size:14px;
        background-position: left;
		text-decoration:none;
        text-align: left;
        font-weight: bold;
		padding:0px 0px 12px 0px;
 }
a.mainlevel:visited {
        color:#FFFFFF;
		font-size:14px;
        background-position: left;
        text-align: left;
        font-weight: bold;
		text-decoration:none;
}
a.mainlevel:hover {
        color: #FFFFFF;
		font-size:14px;
        background-position: left;
        text-align: left;
		text-decoration:underline;
        }
/*this controls links on menu at very top*/
a.mainlevel-nav {
        color: #FFFFFF;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
        background-position: left;
        text-align: left;
		border-style:none;
		text-decoration:none;
		font-weight:bold;
		vertical-align:center;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited {
        color: #FFFFFF;
		font-size:14px;
        background-position: left;
        text-align: left;
		text-decoration:none;
		font-weight:bold;
		padding:0px 5px 0px 5px;
		margin:0px 0px 0px 0px;

}
a.mainlevel-nav:hover {
        color: #FFFFFF;
        background-position: left;
        text-align: left;
		text-decoration:underline;
		font-weight:bold;
		padding:0px 5px 0px 5px;
		margin:0px 0px 0px 0px;

        }

/*not used this round*/
a.sublevel:hover {
        color: #000000; text-decoration: underline;
        }

a.sublevel:link, a.sublevel:visited {
        color: #FFFFFF; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
        font-weight: normal;
  	    text-decoration:none;
}

/*this doesn't seem to be used*/
a.contentpagetitle:link, a.contentpagetitle:visited {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #000000;
        text-align:left;
        }

a.contentpagetitle:hover {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align:left;
        color: #7B8DA1;
        text-decoration: underline;
        font-weight: bold;
        }
/*doesn't seem to be used*/
a.category:link, a.category:visited {
  color            : #000000;
  font-weight      : bold;
  text-decoration:none;
}

a.category:hover {
  color            : #7B8DA1;
}


table.moduletable {
        margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
        width: 100%;
        margin-left: 0px;
}

/*real control for top column headings*/
table.moduletable th {
  font-size        : 12px;
  color:#000000;
  text-align       : left;
  width            : 100%;
  padding: 0px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
/*  background-color:#000066;
  background-image:url(/templates/dr_white/images/blue-black1.gif);*/
}
table.moduletable td {
  font-size        : 12px;
  color:#000000;
  text-align       : left;
  width            : 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
/*  background-color:#000066;
  background-image:url(/templates/dr_white/images/blue-black1.gif);*/
}
/*headings-titles in shaded boxes*/
table.moduletable-box th {
  font-size        : 14px;
  color:#FFFFFF;
  text-align       : center;
  text-shadow:Black;
  width            : 100%;
  padding: 0px 0px 3px 10px;
  margin: 2px 0px 0px 0px;
  background-color:#1F4645;
/*  background-image:url(/images/green4.jpg);*/
  /*#F2FFF2*/
  }
table.moduletable-action {
  color:#484824;
  text-align       : left;
  width            : 100%;
  padding: 0px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
  }
  
table.moduletable-action th {
  font-size        : 18px;
  color:#484824;
  text-align       : left;
  width            : 100%;
  padding: 0px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
  }

table.moduletable-action:link, table.moduletable-action:visited {
  font-size        : 12px;
  color:#000000;
  text-align       : left;
  width            : 100%;
  padding: 0px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
  text-decoration:none;
  }
/*  background-color:#000066;
  background-image:url(/templates/dr_white/images/blue-black1.gif);*/
}

table.moduletable td {
        font-size: 12px;
        font-weight: normal;
        padding: 5px 5px 5px 5px;
        margin: 10px 5px 5px 5px;

}
/*rotating images*/
table.moduletablerimage {
        font-size: 10px;
        font-weight: normal;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
		background-color:#000000;
		border-width:1px;
		border-style:solid;
		border-color:#000000;
}
DIV.bannerhead {
		color:#FFFFFF;
}
/*not used first round*/
.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 12px;
}


/*mambo lists*/
.sectiontableheader {
  background-color : #CCCCCC;
  color            : #000000;
  font-weight      : bold;
}

/*1 and 2 control alternate rows of auto generated tables*/
.sectiontableentry1 {
  background-color:#F2FFF2;
}

.sectiontableentry2 {
  background-color:#CBDDEB;
}
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #FFFFFF;
  text-decoration  : none;
  font-weight      : medium;
}
a.small:link, .small:visited {
/*  color            : #3366C0;*/
	color:	#FFFFFF;
  text-decoration  : none;
  font-weight      : medium;
}
.small:hover {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
/*  color            : #3366C0;*/
	color:	#FFFFFF;
  text-decoration:underline;
  font-weight      : medium;
}


.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}

.contentpane {
  background       : #FFFFFF;
  padding-top:0px;
  margin: 10px 0px 10px 5px;
}

.contentpaneopen {
  background       : #FFFFFF;
  padding:0px 0px 0px 10px;
  margin: 0px 0px 10px 5px;
}
/*controls the titles - autoheadings each page*/
.contentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 18px;
  font-weight      : bold;
  color            : #000000;
  text-align       : left;
  margin:10px 0px 10px 7px;
  padding:7px 0px 10px 0px;
  border-style:none;
}

.componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 18px;
  font-weight      : bold;
  color            : #000000;
  text-align       : left;
  margin:3px 0px px 0px;
  padding:10px 0px 0px 5px;
  border-style:none;
}

/*found this as directions for changing home page item spacing*/
.contentheading-front {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 18px;
  font-weight      : bold;
/*  color:#484824;*/
	color:#000000;
  text-align       : left;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}
.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #999999;
  text-align       : left;
}


.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #FCFCFC;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}

.inputbox-signup {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
  padding: 0px 0px 10px 0px;
}

/* 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;
}
.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: normal;
}
.tabpadding {
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
}
.mainpage {
padding: 0px 9px 0px 9px;
margin-top:0px;
background-color:#FFFFFF;
border-color:#CCCCCC;
border-width:2px;
border-left-style:solid;
border-right-style:solid;
}
/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
        background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size : 12pt;
        color : #ff6600;
        text-align: center;
}
DIV.left-top{
font-size:11px;
background-color:#999;
}
DIV.right-top{
font-size:11px;
background-color:#999;
}
DIV.middle{
font-size:11px;
background-color:#FFFFFF;
color:#000000;
}
DIV.bottom-middle{
font-size:11px;
background-color:#FFFFFF;
color:#000000;
}
DIV.takeaction{
font-size:12px;
background-color:#FFFF80;
border-width:thin;
border-style:solid;
border-color:#CC9966;
border-bottom-width:3px;
border-bottom-color:#996600;
border-top-width:1px;
border-right-width:2px;
border-left-width:1px;
color:#000000;
padding:2px 14px 6px 6px;
/*background-image:url(/templates/dr_white/images/postit-small.gif);*/
height:160px;
background-repeat:no-repeat;
}
a.takeactionlink:link,a.takeactionlink:visited {
font-size:14px;
color:#000099;
font-weight:bold;
  text-decoration:none;
/*text-decoration:underline;*/
}
p.menus1{
font-size:12px;
color:#FFFFFF;
background-color:#000000;
}
DIV.signup{
font-size:9px;
border-style:solid;
border-width:0px;
border-color:#999999;
padding:5px 5px 5px 5px;
margin:0px 0px 0px 0px;
background-image:url(/art/bluelt-bkg-177.jpg);
}
/*probably not used*/
DIV.main{
color:#FFFFFF;
background-color:#000066;
border-style:dashed;
}
/*controls the top menu colors*/
.headtop {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color: #FFFFFF;
  background-image:url(/templates/dr_white/images/blue-black1.gif);
  vertical-align:bottom;
}

.lineleft {
padding: 0px 0px 0px 0px;
border-color:#CCCCCC;
border-width:2px;
border-left-style:solid;
background-color:#FFFFFF;
}
.lineright {
padding: 0px 0px 0px 0px;
border-color:#CCCCCC;
border-width:2px;
border-right-style:solid;
background-color:#FFFFFF;
}
DIV.noline {
padding: 0px 0px 0px 0px;
border-style:hidden;
}
H5{
color:#FF0000;
font-size:18px;
}
H2{
font-size:24px;
}
H3{
font-size:18px;
}
A.headerlink:link {
color: white;
  text-decoration:none;
}
A.headerlink:visited {
color: white;
  text-decoration:none;
}
DIV.whitebg {
background-color:#FFFFFF;
font-size:12px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
/*controls the top menu except links*/
table.moduletabletopmenu {
        font-size: 11px;
        font-weight: normal;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}
a.headtop:link, a.headtop:visited {
color:#FFFFFF;
  text-decoration:none;
}
.white{
color:white;
font-weight:bold;
font-size:10px;
}
.white:link, .white:visited{
color:#FFFFCC;
font-weight:bold;
  text-decoration:none;
}
.white:hover {
color:#FFFFCC;
font-weight:bold;
text-decoration:underline;
}
.whiteindent{
color:white;
padding-left:20px;
}
a.bodylink:link,a.bodylink:visited {
color:#000099;
font-weight:bold;
/*text-decoration:underline;*/
  text-decoration:none;
}
a.bodylink:hover {
color:#000099;
font-weight:bold;
text-decoration:underline;
}

/*keep - pathway not used this round*/
.pathway {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}

a.pathway:link, a.pathway:visited {
  color            : #FFFFFF;
  font-weight      : normal;
   text-decoration:none;
}

a.pathway:hover {
  color            : #FFFFFF;
  font-weight      : normal;
  text-decoration   : underline;
}

/*new elements to try*/
.pagenav {
	/* as the name implies, this is for formatting texts for
	   those "<< Start < Previous 1 Next > End >>" links */
	font-weight: normal;
}

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */
	font-weight: bold;
    color: #343A58;
}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #FF9900;
}

.createdate {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

a.readon:link, a.readon:visited {
	/* For formatting the "Read on..." link for blogs and on frontpage. */
	color: #000099;
	text-decoration: none; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}
a.readon:hover {
	color: #000099;	text-decoration: underline;
	font-weight: normal;
	text-decoration:underline;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}
/* Search page */


table.searchintro {
	/* This is for formatting the box with "Search Keyword: test returned 4 matches" box
	   that appears after you have entered a search value. It appears on the mainbody
	   with the search results  */
  	background-color: #FFFFFF;
	font-size:12px;
	border: 1px solid #8D9ABC;
	}
.indentleft {
padding-left:15px;
}
.redwords {
color:#FF0000;
font-size:18px;
font-weight:bold;
}
.redwords2 {
color:#FF0000;
font-size:17px;
font-weight:bold;
}
.redwords3 {
color:#FF0000;
font-size:16px;
font-weight:bold;
}
.noindent {
margin-left:12px;
}
.subheadings {
font-size:18px;
font-weight:bold;
}
.subheadings2 {
font-size:18px;
}
.mainheadings {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size:24px;
}
.thumb1 {
border-width:1px;
border-color:#000000;
border-style:solid;
margin:5px 5px 5px 0px;
width:150px;
}
DIV.quotebox1 {
font-size:13px;
background-color:#CCCCCC;
padding: 5px 5px 5px 5px;
float:right;
border-width:1px;
border-color:#000000;
border-style:solid;
margin:5px 5px 5px 0px;
width:150px;
}
.source {
font-size:11px;
font-style:italic;
}

/*News Flash banner links*/
table.moduletable-news {
        font-size: 10px;
        font-weight: normal;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}
table.moduletabletopnewsflash {
font-size:12px;
font-weight:bold;
border-color:#CCCCCC;
border-style:solid;
border-width:1px 1px 1px 1px;
margin:10px 0px 0px 10px;
padding:0px 3px 0px 0px;
width:95%;
float:left;
}
DIV.photos {
/*border-style:solid;
border-width:2px;
width=400px;*/
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size:10px;
text-align:center;
}
td.topbar {
background-image:url(/images/blue1.gif);
background-repeat:repeat-x;
width:100%;
font-size:10px;
text-align:left;
vertical-align:center;
color:#FFFFFF;
padding:2px 10px 2px 0px;
}
table.moduletable-box {
font-size:14px;
/*background-color:#EDEBDF;*/
background-color:#F2FFF2;
/*border-color:#339966;*/
/*border-color:#256893;*/
border-color:#1F4645;
border-style:solid;
border-width:2px;
margin:10px 0px 13px 10px;
padding: 3px 0px 3px 3px;
list-style-type:circle;
width:175px;
}
table.moduletable-box ul {
list-style-type:none;
padding: 3px;
margin:0px;
}
table.moduletable-box li {
font-size:11px;
list-style-type:none;
padding: 3px;
margin:0px;
}

table.moduletable-box td {
padding: 3px 3px 3px 3px;
background-color:#F2FFF2;
}
table.moduletable-box th {
padding: 0px 0px 0px 0px;
text-align:center;
}
table.maintable {
/*border-color:#044A7B;
border-width:thick;
border-style:solid;*/
}
td.bluebar {
background-color:#256893;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:10px;
}
.mainitem {
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#666666;
}
.test {
color:#F00000;
}
/*subheadings on news items*/
.subhead {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
font-size:13px;
font-weight:bold;
/*color: #484824;*/
/*color:#ED6F23;*/
}
table.moduletable-line {
border-bottom-color:#BABBAB;
border-bottom-style:solid;
border-bottom-width:1px;
}
.blog_more {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
padding-left:5px;
}
.blog_more-front {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:20px 0px 0px 0px;
margin:0px 0px 30px 0px;
}
.readon-front:link, .readon-front:visited {
font-size:10px;
}
td.topbanner {
background-image:url(/images/truevote-bg-lines.jpg);
background-repeat:repeat-x;
}
tr.topbanner {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

/*found this as directions for changing home page item spacing*/
.contentheading-press {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 18px;
  font-weight      : bold;
  color:#484824;
  text-align       : left;
  margin:0px 0px 0px 0px;
  padding:10px 0px 0px 0px;
}
.contentheading-press:after {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  color:#484824;
  text-align       : left;
  margin:0px 0px 0px 0px;
  padding:10px 0px 0px 0px;
  content:"hello this is a test."
}
.subhead-press {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
font-size:13px;
font-weight:bold;
}
.press-head {
font-weight:bold;
font-size:20px;
}
.leftside {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color:#FFFFFF;
  background-color:#1F4645;
/*  background-image:url(/templates/truevote/images/landscape_facp_no_text-20.jpg);
  background-repeat:repeat-x;*/
  margin-bottom:20px;
  width:172px;
  padding-bottom:20px;
}
.leftside:link, .leftside:visited {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
/*  color            : #3366C0;*/
	color:	#FFFFFF;
  text-decoration  : none;
  font-weight      : medium;
  background-color:#1F4645;
}
.leftside:hover {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
/*  color            : #3366C0;*/
  text-decoration:underline;
  font-weight      : medium;
}
table.moduletable-endorse td {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
table.moduletable-endorse a, table.moduletable-endorse a:visited {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	  text-decoration:none;
	color:#FFFFFF;
}
table.moduletable:link, table.moduletable: visited {
	color:#FFFFFF;
}
table.moduletable:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

table.moduletable-nav {
        margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
/*        width: 100%;*/
        margin-left: 0px;
		vertical-align:center;
}

/*Required for spacing on top header bar IE only*/
table.moduletable-nav th {
  color:#000000;
  text-align       : left;
  width            : 100%;
  padding: 0px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
  vertical-align:center;
}
table.moduletable-nav td {
  font-size        : 12px;
  color:#000000;
  text-align       : left;
  width            : 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  vertical-align:center;
/*  background-color:#000066;
  background-image:url(/templates/dr_white/images/blue-black1.gif);*/
}
table.moduletable-signup {
		font-size:10px;
        margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
/*        width: 100px;*/
		vertical-align:top;
		text-align:left;
/*        margin-left: 0px;
		vertical-align:center;*/
}

/*Required for spacing on top header bar IE only*/
table.moduletable-signup th {
  color:#000000;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
table.moduletable-signup td {
  font-size        : 10px;
}
.search {
margin: 4px 0px 4px 0px;
padding: 0px 0px 0px 0px;
width:100px;
}

.search td {
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width:100px;
}

a.mainlevel-nav2 {
	padding:0px 0px 15px 15px;
	}
a.mainlevel-nav2:link, a.mainlevel-nav2:visited {
        color: #006699;
		list-style-position:inside;
		list-style-type:decimal;
		font-size:14px;
		text-decoration:none;
		font-weight:bold;
}
a.mainlevel-nav2:hover {
        color: #006699;
        text-align: center;
		text-decoration:underline;
		font-weight:bold;
        }
.small-white {
	font-size:10px;
	color:#FFFFFF;
	}
	
.greenbox {
	background-color:#FBFA9F;
	font-size:11px;
	padding:3px 3px 3px 3px;
	margin:0px 0px 0px 0px;
	border-style:double;
	border-color:#1F4645;
	width:170px;
	color:#000000;
	}
.-facts th {
	padding-bottom:20px;
	}
		
table.moduletable-box2 th {
  font-size        : 14px;
  color:#FFFFFF;
  text-align       : center;
  text-shadow:Black;
  width            : 100%;
  padding: 0px 0px 3px 10px;
  margin: 2px 0px 0px 0px;
  background-color:#1F4645;
/*  background-image:url(/images/green4.jpg);*/
  /*#F2FFF2*/
  }

table.moduletable-box2 {
font-size:14px;
background-color:#F2FFF2;
border-color:#1F4645;
border-style:solid;
border-width:2px;
margin:0px 0px 13px 10px;
padding: 0px 0px 3px 3px;
list-style-type:circle;
width:175px;
}
table.moduletable-box2 li {
padding: 5px 0px 0px 0px;
margin: 3px 0px 0px -10px;
font-size:11px;
list-style-position:outside;
list-style-type:decimal;
}
table.moduletable-box2 td {
padding: 5px 3px 0px 3px;
margin-bottom:0px;
background-color:#F2FFF2;
}
table.moduletable-box2 th {
padding: 0px 0px 0px 0px;
text-align:center;
}
