a.pathway
{
}

#buttons{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
}

#mainlevel-nav {
margin: 0; padding: 0;
width: 350px;
}

#mainlevel-nav li {
list-style:none; 
float: left; 
margin: 0px; 
padding-left: 15px;
padding-right: 15px;
font-size: 11px;
line-height:24px;
height: 26px;
white-space: nowrap;
background-image: url(../images/w.png) ;
}

#mainlevel-nav a {
float: right; 
text-decoration: none;
	color: #999999;
}

#mainlevel-nav a {
float: none;
}

#mainlevel-nav a:hover {
color: #999999;
text-decoration: underline;
}

#mainlevel-nav1 {
margin: 0; padding: 0;
width: 700px;
}

#mainlevel-nav1 li {
list-style:none; 
float: left; 
margin: 0px; 
padding-left: 15px;
padding-right: 15px;
font-size: 11px;
line-height:24px;
white-space: nowrap;
background-image: url(../images/w.png) ;
}

#mainlevel-nav1 a {
float: right; 
text-decoration: none;
	color: #ffffff;
}

#mainlevel-nav1 a {
float: none;
}

#mainlevel-nav1 a:hover {
color: #ffffff;
text-decoration: underline;
}

#buttons>ul#mainlevel-nav1 li a{ width: auto; }

#buttons>ul#mainlevel-nav li a{ width: auto; }

#search_outer
{
	float: left;
	width: 165px;
}

#search_inner
{
	border: 1px solid #000;
	padding: 0px;
	height: 21px;
	height: 23px;
	overflow: hidden;
	background-color: #FFFFFF;
}

#search_inner form
{
	padding: 0;
	margin: 0;
}

#search_inner .inputbox
{
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: trebuchet, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #1E3614;
}

#left_outer
{
	float: left;
	margin-top: 2px;
	width: 165px;
	background-color: #FFFFFF;
	border: 1px solid #0D0805;
}

#left_inner
{
	padding: 1px;
	float: none;
	float: left;
}

table.content_table
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td
{
	padding: 0px;
	margin: 0px;
}

.user1_inner
{
	border: 1px solid #000;
	float: none;
	float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner
{
	border: 1px solid #000;
	float: none;
	float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer
{
	padding: 2px 2px 2px 5px;
	border: 1px solid #000;
	background-color: #FFFFFF;
}

#active_menu
{
	color:#64a5c5;
	font-weight: bold;
}

a#active_menu:hover
{
	color: #64a5c5;
}

.maintitle
{
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error
{
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
	color: #92C86A;
	font-size: 14px;
	font-weight: bold;
}

/** old stuff **/
.back_button
{
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #000000;
	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 #000000;
	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: 13px;
}

body
{
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, "Sans Serif";
	font-size: 13px;
	color: #153978;
}

/* mambo core stuff */
a:link, a:visited
{
	color: #64a5c5; text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color: #64a5c5;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen
{
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

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: #153978;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #d7d7d7;
	width: auto;
	padding: 0px 5px;
	background-color: #f6f6f6;
	line-height: 18px;
	line-height: 16px;
	height: 26px;
	height: 24px;
	margin: 1px;
	cursor: hand;
}

.inputbox
{
	padding: 2px;
	border:1px solid #000000;
	color: #153978;
	font-weight: bold;
}

input#mod_login_remember
{
	border:0px solid #000000;
	color: #153978;
}

.componentheading
{
	color: #082a64;
	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;
	color: #082a64;
	text-indent: 10px;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	background: url(../images/contentheading.gif);
	background-repeat: repeat-y;
}

.contentpagetitle
{
	font-size: 13px;
	font-weight: bold;
	color: #92C86A;
	text-align:left;
}

table.searchinto
{
	width: 100%;
}

table.searchintro td
{
	font-weight: bold;
}


#active_menu_mainm
{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a#active_menu_mainm:hover
{
	color: #FFFFFF;
}

a.mainlevel_mainm:link, a.mainlevel_mainm:visited
{
	background: url(../images/m_bg.gif) no-repeat;
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-right: 30px;
	width: 100%;
	height: 29px;
	text-decoration: none;
}

a.mainlevel_mainm:hover
{
	background-position: 0px -29px;
	text-decoration: none;
	text-align: left;
	padding-left: 30px;
}

table.moduletable_mainm
{
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable_mainm td
{
	width: 206px;
	font-size: 11px;
	text-align: right;
	margin: 0px;
	font-weight: normal;
}

table.moduletable_galery
{
	border: 0px solid #FFFFFF;
	width: 130px;
	margin-bottom: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable_galery td
{
	border: 0px solid green:
	text-align: center;
}

table.moduletable
{
	margin-bottom: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th
{
	color: #082a64;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 35px;
	width: 192px;
	background: url(../images/mod_bg.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	height: 24px;
	text-indent: 10px;
	font-weight: bold;
	font-size: 13px;
}

table.moduletable td
{
	width: 206px;
	font-size: 11px;
	padding-right: 7px;
	text-align: right;
	margin: 0px;
	font-weight: normal;
	color: #ffffff;
}

table.pollstableborder td
{
	padding: 2px;
}

.sectiontableheader
{
	font-weight: bold;
	background: #f0f0f0;
	padding: 4px;
}

.sectiontablefooter
{
	text-align: center;
}

.sectiontableentry1
{
	background-color : #ffffff;
}

.sectiontableentry2
{
	background-color : #f9f9f9;
}

.small
{
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}

.createdate
{
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}

.modifydate
{
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}

table.contenttoc
{
	border: 1px solid #000000;
	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: #64a5c5;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	width: 100%;
	text-decoration: underline;
}

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

a.sublevel:link, a.sublevel:visited{
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

a.sublevel:hover
{
	color: #000000;
	text-decoration: underline;
}

.highlight
{
	color: 003073;
	padding: 0;
	text-decoration: underline;
}

.code
{
	background-color: #ddd;
	border: 1px solid #bbb;
}

form
{
	margin: 0;
 	padding: 0;
}

div.mosimage
{
	border: 0px;
}

.mosimage
{
	border: 0px;
	margin: 5px;
}



.mosimage_caption
{
	margin-top: 2px;
	padding: 1px 2px;
	color: #000000;
	text-transform: normal;
	font-size: 10px;
}
