body, html {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*background-color: #FFFFFF;*/
	/*height: 100%;*/
} 

body.background {
	background-color: #636B54;
	text-align: center;
}


/* Template Specific Settings
****************************/
div#container {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-color: white;
	text-align: left;
	border-left: 3px #505050 solid;
	border-right: 3px #505050 solid;
        /*min-width: 760px;
        max-width: 900px;
        width: expression(document.body.clientWidth > 900? "900px": "auto" );*/
}

div#header {

	height: 170px;
	padding: 0px;
	background-image: url(../images/heading_back.jpg);
	background-repeat: repeat-x;
/*	border-style: solid;
	border-color: #F4EDD9;
	border-width: 3px;*/
	/*    border-color: #F08738;*/
}

div#date {

	background-image: url(../images/heading_fade.jpg);
	background-repeat: repeat-x;
	height: 20px;
	border-style: solid;
	border-color: #454545;
	/*border-top: 1px #454545 solid;
	border-bottom: 1px #454545 solid;*/
	border: 0px;

	background-color: #F4EDD9;
	vertical-align: middle;
	/*padding: 3px;*/
}

div#wrapper {
       width:100%;
       float:left;
       margin-right:-240px; 
       background-color: #FFE5D1;
       border: 0px;
}

div#content {
	margin-right:240px;
	padding-bottom: 50px;
	border-top: 1px solid white; /* to stop collapsing margins in Moz */
        background-color: #FFFFFF;
}

div#nav {
	width: 240px;
	float: right;
}

table#content {
        border: 0px;
}

td#content {
        vertical-align: top;
        padding-bottom: 30px;
        width: 520px;
	background-color: #FFFFFF;
        border: 0px;
}

td#nav {
	width: 240px;
        vertical-align: top;
	background-color: #FFE5D1;
        border: 0px;
}

div#footer {
	clear: both;
        color: #FFFFFF;
        padding-top: 10px;
        padding-bottom: 20px;
	background-color: #484848;	
        text-align: center;
        width: 100%;	
}


/* MAMBO STUFF */
/* CSS Document */

#active_menu {
	color:#ff6600;
	font-weight: bold;
}

a#active_menu:hover {
	color: #E15704;
}

.maintitle {

	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

/*#footer {
	text-align: center;
	padding: 3px;
}*/

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}


td {
	text-align: left;
	font-size: 11px;
}


/* mambo core stuff */
a:link, a:visited {
	color: #ff6600; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C43C03;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
        border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

.button {
  color: #ff6600;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	/*background: url(../images/subhead_bg.png) repeat-x;*/
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	/*background: url(../images/contenthead.png) top left repeat-x;*/
	color: #666666;
	text-indent: 0px;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;

	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	/*background: url(../images/subhead_bg.png) repeat-x;*/
	color: #000000;
        text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	/*background: url(../images/menu_bg.png) no-repeat;*/
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #C43C03;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 24px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-align: left;
}

a.sublevel:hover {
	color: #C43C03;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: normal;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}