html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #5F0000 url(../images/stripes.gif) repeat;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:50px; 
  background-color:#BCFFFF; 
 width:100%;
} 
 
#leftcol{
 width:158px;
 float:left; 
 position:relative; 
	 text-align:center; 
 
 }

 
#twocols{
 width:642px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:100px; 
 float:right; 
 position:relative; 
 
 }
#logo {
margin-top: 4px;
}
 
#maincol{  
 float: left; 
 display:inline; 
 position: relative; 
 width:542px; 
 }


#footer{
height:50px;
margin: 10px 0px 0px 0px;
font-size: 10px;
color: #FFFFCC;
font-family: Arial, Helvetica, sans-serif;
}
#bottom{
height:25px;
width:100%;
background-color:#933F00;
margin: 5px 0px 0px 0px;
text-align: center;
clear:both;
} 

#topcontent1 {
position: relative;
height:65px;
width:100%;

}
#slogan {
	position: relative;
	height:25px;
	width:100%;
	padding-top: 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
	text-align:left;
}
.contentpadding {
padding-left: 10px;
padding-right: 10px;
}

#headerimage {
	position: relative;
	height:173px;
	width:100%;
	background-color: #666666;
}
#topcontent {
position: relative;
height:160px;
width:100%;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #990000;
background-color: #b8b886;
padding-top: 3px;
}



#maincontent {
width:100%;
background: url(../images/bigfade.gif) repeat;
}



/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
#wrapper:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

#wrapper{display: inline-table;
 background: url(../images/bg.gif) no-repeat;
}

/* Hides from IE-mac \*/
* html #wrapper{height: 1%;}
#wrapper{display: block;}
/* End hide from IE-mac */  



/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



/******************************************************************************** */

#leftcontent {
position: absolute;
overflow: auto;
left:4px;
width:130px;
height: 150px;
top:6px;
background:#FEFEC0 url(../images/topfade.jpg) repeat-y;
text-align: center;

}

#leftcontent th{
font-size: 12px;
font-weight: bold;
color: #e3e3a8;
background: #933f00;
text-align: center;
width: 130px;
display: block;
padding-top: 2px;
padding-bottom: 2px;
}

#leftcontent td{
font-size: 11px;
color: #000000;
text-align: left;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
}

#centerleftcontent {
position: absolute;
overflow: auto;
left:140px;
width:130px;
height: 150px;
top:6px;
background:#FEFEC0 url(../images/topfade.jpg) repeat-y;
text-align: center;
}

#centerleftcontent th{
font-size: 12px;
font-weight: bold;
color: #e3e3a8;
background: #933f00;
text-align: center;
padding-top: 2px;
padding-bottom: 2px;
}



#centerrightcontent {
position: absolute;
overflow: auto;
left:275px;
width:130px;
height: 150px;
top:6px;
background:#FEFEC0 url(../images/topfade.jpg) repeat-y;
text-align: center;
}

#centerrightcontent th{
font-size: 12px;
font-weight: bold;
color: #e3e3a8;
background: #933f00;
text-align: center;
padding-top: 2px;
padding-bottom: 2px;
}



#rightcontent {
position: absolute;
overflow: auto;
left:275px;
width:130px;
height: 150px;
top:6px;
background:#FEFEC0 url(../images/topfade.jpg) repeat-y;
text-align: center;
}

#rightcontent th{
font-size: 12px;
font-weight: bold;
color: #e3e3a8;
background: #933f00;
text-align: center;
padding-top: 2px;
padding-bottom: 2px;
}



#rightcontent, #centerrightcontent, #centerleftcontent, #leftcontent {
border:1px solid #000;
}
.content{ /*padding for content */ 

}
/* End Basic Layout *********************************************************** */

.pathway {
font-size: 10px;
}
#pathway_text {
overflow: hidden;
display: block;
padding-top: 4px;
padding-left: 4px;
height: 18px;
margin-bottom: 15px;
}

a.pathway {
}

/* extras start */

/* mambo core stuff */
a:link, a:visited {
color: #933F00; text-decoration: none;
font-weight: bold;
}
a:hover {
color: #C43C03;	text-decoration: none;
font-weight: bold;
}
.inputbox {
padding: 2px;
border:solid 1px #4F380B;
background-color: #FEFED7;
}
table.moduletable {
margin-bottom: 5px;
}
table.moduletable-events {
padding: 0px;
margin: 0px;
}
table.moduletable-events th {
padding: 0px;
margin: 0px;
}
table.moduletable-newsflash {
padding: 0px;
margin: 0px;
}
table.moduletable-newsflash th {
padding: 0px;
margin: 0px;
}
table.moduletable-newsflash td {
padding: 2px;
margin: 0px;
}
table.moduletablemain {
	margin-bottom: 5px;
		margin-top: 5px;
	width: 157px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
table.moduletablemain th {
color: #E3E3A8;
text-align: center;
padding-top: 1px;
height: 15px;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
background-color: #933f00;
width: 157px;
}

table.moduletablemain td {
color: #4F380B;
font-size: 11px;
padding: 3px;
margin: 0px;
font-weight: normal;
background-color: #ffffcc;
}

table.moduletable th {
color: #E3E3A8;
text-align: center;
padding-top: 1px;
height: 15px;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
background-color: #933f00;
width: 157px;
}

table.moduletable td {
color: #4F380B;
font-size: 11px;
padding: 3px;
margin: 0px;
font-weight: normal;
background-color: #B8B886;
border: 1px solid #E3E3A8;
}

table.moduletable-user {
margin-bottom: 5px;
}

table.moduletable-user th {
color: #E3E3A8;
text-align: center;
padding-top: 1px;
height: 15px;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
background-color: #933f00;
width: 157px;
}

table.moduletable-user td {
color: #4F380B;
font-size: 11px;
padding: 3px;
margin: 0px;
font-weight: normal;
background-color: #B8B886;
border: 1px solid #E3E3A8;
}

table.moduletable-other {
margin-bottom: 5px;
}

table.moduletable-other th {
color: #E3E3A8;
text-align: center;
padding-top: 1px;
height: 15px;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
background-color: #933f00;
width: 157px;
}

table.moduletable-other td {
color: #4F380B;
font-size: 11px;
padding: 3px;
margin: 0px;
font-weight: normal;
background-color: #B8B886;
border: 1px solid #E3E3A8;
}
/* CSS Document */
/* extras start */
#search_outer {
float: left;
width: 165px;
}

#search_inner form {
padding: 0;
margin: 0;
}

#search_inner .inputbox {
border: 0px;
padding: 3px 3px 3px 5px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #ff6600;
}

table.content_table {
width: 100%;
/*padding: 30px;*/
margin: 0px;
}

table.content_table td {
padding: 0px;
margin: 0px;
}

.user1_inner {
border: 1px solid #cccccc;
float: none !important;
float: left;
margin: 0px;
padding: 2px;
}

.user2_inner {
border: 1px solid #cccccc;
float: none !important;
float: left;
margin: 0px;
padding: 2px;
}

table td.body_outer {
padding: 2px;
border: 1px solid #cccccc;
}

.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;
}

.back_button {
float: left;
text-align: center;
font-size: 11px;
font-weight: bold;
width: auto;
background: url(../images/button_bg.png) repeat-x;
padding: 0px 10px;
line-height: 20px;
margin: 1px;
}

td {
text-align: left;
font-size: 11px;
}

/* mambo core stuff */
a:link, a:visited {
color: #933F00; 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;
border: 1px;

margin: 5px;
}

table.contentpaneopen td {
padding-right: 5px;
}

table.contentpaneopen td.componentheading {
padding-right: 5px;
}


table.blog {
width: 100%;
border-collapse: collapse;
border-spacing: 0px;
}
table.blog td {
margin: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 4px;
padding-bottom: 4px;
}
table.contentpane {
margin: 0px;
width: 100%;
/*padding-left: 10px;
padding-right: 10px;
padding-top: 4px;
padding-bottom: 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;
}



.componentheading {
background: #933f00;
color: #e3e3a8;
text-align: center;
height: 19px;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
font-family: Georgia, "Times New Roman", Times, serif;
}

.contentcolumn {
padding-right: 5px;
}

.contentheading {
height: 30px;
font-size: 17px;
font-weight: bold;
color: #933F00;
text-align:center;
}



.contentpagetitle {
font-size: 13px;
font-weight: bold;
color: #cccccc;
text-align:center;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #660000;
}


table.searchinto {
width: 100%;
}

table.searchintro td {
font-weight: bold;
}





table.pollstableborder td {
padding: 2px;
}

.sectiontableheader {
font-weight: bold;
color: #F9F9CE;
background: #933f00;
padding-left: 5px;
}

.sectiontableentry1 {
background-color : #FEFEC0;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;

}

.sectiontableentry2 {
background-color : #E3E3A8;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}

.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;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
color: #5a3d1b;
text-align: left;
padding-top: 5px;
width: 100%;
text-decoration: none;
}

a.mainlevel:hover {
text-decoration: none;
color: #333333;
}

a.sublevel:link, a.sublevel:visited {
padding-left: 1px;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
color: #5a3d1b;
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: none;
font-size: 10px;
border-top: 1px solid #cccccc;
}






/* bottom nav start */
a.topnav-nav:link, a.topnav-nav:visited {
color: #E3E3A8;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
padding: 3px 3px 0px;
font-size: 10px;
text-decoration: none;
}

a.topnav-nav:hover {
font-weight: bold;
text-decoration: none;
color : #ffffff;
}
/* bottom nav end */


