body
{
	margin: 0 0 0 5;
	font-size: 62.0%;
	font-family: verdana,arial,san-serif; /* MSIE 5 doesn't center based on auto left/right margins,       but 'text-align:center' does center top-level divs: */ /*  text-align: center;    Specify a min-width for the body as wide as the 'wrapper'      element itself. This prevents negative (i.e. inaccessible)      left-margins in narrow browser windows when using       Navigator 6+/Mozilla on Win32: */
	min-width: 1000px;
	text-align: center;
	background: #eee;
}

html
{
	min-width: 1000px;
}

.container
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	border-left: 0px solid #c2c2c2;
	border-right: 0px solid #c2c2c2;
	border-bottom: 0px solid #c2c2c2;
	background: url(../images/mandb_yrepeat.gif) repeat-y;
	height: auto;
	min-height: 600px;
	height: 90%;
	text-align: left;
}

.containerX
{
	position: absolute;
	left: 50%;
	left: expression(document.body.clientWidth < 910 ?   "450px" : "50%" );
	top: 0px;
	width: auto;
	margin-left: -500px;
	min-width: 900px;
	border-left: 0px solid #c2c2c2;
	border-right: 0px solid #c2c2c2;
	border-bottom: 0px solid #c2c2c2;
	background: url(../images/mandb_yrepeat.gif) repeat-y;
	height: auto;
	min-height: 600px;
	height: 90%;
	text-align: left;
}


p
{
	text-align: left;
}

.divmenulink
{
	width: 128px;
	font-size: 1.4em;
}

.dynamicMenu {
    z-index:10000;
}

table.contenttab
{
	position: absolute;
	background-image: url(../images/mandb_yrepeat.gif);
	background-repeat: repeat-y;
	top: 126px;
	left: 0px;
	padding-left: 166px;
	height: auto;
	border-left: 0px solid #c2c2c2;
	border-right: 0px solid #c2c2c2;
	border: 0px solid red;
	z-index: 400;
}

.roleadmin
{
	z-index: 10000;
}

.content
{
	/*   position: absolute;     float: left; */
	display: block;
	background: #cecef6;
	font-size: 1.2em;
	top: 128px;
	left: 172px;
	right: 0px;
	width: 792px; /* width:100%; */
	height: auto;
	min-height: 520px;
	z-index: 300;
	padding-left: 10px;
	padding-right: 30px;
	margin-right: 30px;
	border: 0px solid #c00;
	background: url(../images/incontentpic.gif) repeat-x;
	z-index: 300;
}

.newsbox
{
	position: absolute;
	top: 160px;
        top: expression( '60px' ); 
	left: 760px;
	width: 210px;
	height: 200px auto;
	border: 1px solid #f1f1f1;
	padding: 5px;
	color: #000;
	font-size: 1.0em;
	background: #cecef6;
	z-index: 100000;
}

.newsboxtitle {
    padding:3px;
    background: #010080;
    color:#fff;
    font-weight:700;
}

.newsbox1_title
{
	font-weight: 800;
	font-size: 10pt;
	padding-top:8px;
}

.newsbox1_summary
{

}

.newsbox1_text
{
	font-size: 10pt;
}

.newsbox1_link
{
	text-align: right;
	border-bottom:1px solid #c2c2ee;
}

.newsbox2_title
{
	font-weight: 800;
	font-size: 10pt;
	padding-top:8px;
	color: #c00;
	
}

.newsbox2_summary
{

	color: #aa0022;
}

.newsbox2_text
{
	font-size: 10pt;
	color: #aa0022;
}

.newsbox2_link
{
	text-align: right;
	border-bottom:1px solid #c2c2ee;
}

.newsbox3_title
{
	font-weight: 800;
	font-size: 11pt;
	color: #d00;
}

.newsbox3_summary
{

	color: #c00;
	font-size: 9pt;
}

.newsbox3_text
{
	font-size: 10pt;
}

.newsbox3_link
{
	text-align: right;
	border-bottom:1px solid #c2c2ee;
}

.news_title
{
	font-weight: 800;
	font-size: 11pt;
}

.news_summary
{
   border:1px solid #bbb;
   border-bottom:0px;
   background: #D6D6FF;
   padding:5px;
   font-style:italic;	
}

.news_text
{
	font-size: 10pt;
	border:1px solid #bbb;
   border-top:0px;	
   background: #DCDCF8;
   padding:5px;
   	
}

.news_link
{
	text-align: right;
}

.news_titleinactive
{
	font-weight: 800;
	font-style: oblique;
}

.news_summaryinactive
{
	font-style: oblique;
	text-indent: 10px;
}

.news_textinactive
{
	font-style: oblique;
}

.news_linkinactive
{
	text-align: right;
	font-style: oblique;
}

fieldset 
{
    border:1px solid #eee;
    padding:4px;
}

legend 
{
    border:1px solid #eee;
    padding:2px;
    color:#444;
}

.leftmenu
{
	position: absolute;
	top: 170px;
	left: 17px;
	width: 125px;
	font-family: verdana,arial,sans-serif;
	color: #000;
	text-align: left;
	font-size: 12pt;
	min-height: 501px;
	padding-right: 6px;
	z-index: 500000;
	border: 0px solid #0f0;
}



.toppic
{
	position: absolute;
	background: #b8d3cc url(../images/mandb_top.jpg) no-repeat;
	height: 231px;
	width: 1000px;
	border: 0px solid blue;
	left: 0px;
	top: 0px;
	z-index: 10;
}



.toppic2
{
	background: url(../images/toppic2.gif) no-repeat;
	position: absolute;
	top: 126px;
	left: 0px;
	width: 1000px;
	height: 105px;
	z-index: 600;
}



input.logpanelbutton
{
	border: 0px;
	background: transparent;
	font-size: 8pt;
}

.userinfo
{
	font-size: 9pt;
}

.loginpanel
{
	background: #afa;
	font-size: 9pt;
	border: 2px solid #c2c2c2;
	padding: 2px;
}

.titletext
{
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: Transparent;
	z-index: 5000;
	color: #204466;
	font-family: verdana,arial,sans-serif;
	font-size: 2.2em;
}




.footer
{
	position: relative;
	bottom: 0px;
	left: -22px;
	background: url(../images/footer.jpg) no-repeat;
	height: 20px;
	width: 856px;
	color: #eee;
	z-index: 200000;
	border-left: 0px solid #c2c2c2;
	border-right: 0px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

.FooterText
{
	position:absolute;
	top:0px;
	left: 20px;
	font-size: 7pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	color: #3366ff;
}

span.copynotice
{
	font-size: 0.6em;
	color: #ddd;
}


.editbutton
{
	/* position:absolute;     top:5px;     right:400px; */
	font-family: Verdana,sans-serif;
	font-size: 1.0em;
	z-index: 1000;
}



.pagelist
{
	/*  position:absolute;   top:90px; */
	left: -50px;
	width: 550px;
	z-index: 2000;
	font-size: 1.0em;
	border: 1px solid #c2c2c2;
	padding: 3px;
	color: #000;
	background: #fff;
}

.orphanlist
{
	left: -50px;
	width: 550px;
	z-index: 2000;
	font-size: 1.0em;
	border: 1px solid #c2c2c2;
	padding: 3px;
	color: #000;
	background: #fff;
}

.subslist
{
	left: -50px;
	width: 550px;
	z-index: 2000;
	font-size: 1.0em;
	border: 1px solid #c2c2c2;
	padding: 3px;
	color: #000;
	background: #fff;
}

.submenu
{
	font-size: 0.9em;
	padding-left: -25px;
	margin-left: 25px;
}

li.menu
{
	list-style: none;
	margin-left: -35px;
	width:125px;
	line-height: 1.6em;
}

a
{
	
	color: #158F01;
	font-size: 10pt;
}

td
{
	font-size: 1.0em;
}

a:hover
{
	text-decoration:underline;
	color: #23EB01; /* background: #fff; */
}

a:active
{
	color: #ff00ff;
}

a:visited
{
	
}

a.menulink
{
	font-family: "Tw Cen MT" ,Verdana,san-serif;
	text-decoration: none;
	font-size: 12pt; /* color: #158F01;*/
	background: #F7F6F3;
	padding-bottom: 3px;
	display: block;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}



a.menulink:visited
{
	font-family: "Tw Cen MT" ,Verdana,san-serif;
	text-decoration: none;
	font-size: 12pt;
	color: #158F01;
	padding-bottom: 3px;
	display: block;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}

a.menulink:hover
{
	font-family: "Tw Cen MT" ,Verdana,san-serif;
	text-decoration: none;
	color: #fff;
	background: #003399;
	padding-bottom: 3px;
	display: block;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}



a.menulink:active
{
	color: #ffdd00;
}

a.smenulink
{
	font-family: "Tw Cen MT" ,Verdana,san-serif;
	text-decoration: none;
	display: block;
	text-align: left;
	color: #00c;
	font-size: 1.0em;
	padding-left: 25px;
}


a.toplink
{
	text-decoration: none;
	color: #fff;
}

a.toplink:visited
{
	text-decoration: none;
}

a.toplink:hover
{
	text-decoration: none;
	color: #23EB01;
	background: #003;
}
a.toplink:active
{
	color: #ffff00;
}

a.menulink:visited
{
	text-decoration: none;
}


a.smenulink
{
	text-decoration: none;
	font-size: 0.8em;
	color: #006;
	padding-right: 4px;
	background: #EDFFEC;
}

a.smenulink:visited
{
	text-decoration: none;
	background: #EDFFEC;
}


a.smenulink:hover
{
	text-decoration: none;
	border-right: 2px solid #c2c2c2;
	padding-right: 2px;
	color: #aaf;
	background: #223bab;
}
a.smenulink:active
{
	color: #ffff00;
}




td.theader
{
	color: #555;
	font-size: 1.1em;
	border-bottom: 1px solid #c2c2c2;
}


h1
{
	font-family: Georgia,arial,sans-serif;
	font-size: 3.8em;
	color: #204466;
	display: inline;
}

h1.seo
{
	font-family: "Tw Cen MT" ,Verdana,arial,sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #204466;
}

h2
{
	font-family: "Tw Cen MT" ,Verdana,arial,sans-serif;
	font-size: 1.0em;
	color: #204466;
	font-weight: 800;
	display: inline;
}

h3
{
	font-family: "Tw Cen MT" ,Verdana,arial,sans-serif;
	font-size: 1.8em;
	color: #204466;
	font-weight: normal;
	display: inline;
}

h4
{
	font-family: Verdana,arial,sans-serif;
	font-size: 1.0em;
	color: #204466;
	font-weight: normal;
	display: inline;
}

.caldate 
{
	font-size:1.2em;
	font-weight:600;
	width:80%;
	padding-bottom:2px;
	border-bottom:1px solid #c2c2c2;
}

h5
{
	font-family: Verdana,arial,sans-serif;
	font-size: 0.8em;
	color: #204466;
	font-weight: normal;
	display: inline;
}

h6
{
	font-family: Verdana,arial,sans-serif;
	font-size: 0.6em;
	color: #204466;
	font-weight: normal;
	display: inline;
}

textarea
{
	font-family: verdana,arial,sans-serif;
	font-size: 1.0em;
	background: #fbfec7;
	padding: 2px;
}

input.smallbutton
{
	font-size: 0.7em;
	border: 1px solid #888;
	padding-bottom: 1px;
	height: 1.5em;
}

li.biglist
{
	font-size: 1.4em;
}



/* Stuff created by Expression web */
.L2Sstyle1 {
	text-align: center;
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.L2Sstyle2 {
	border-left: 0 solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 0;
	border-top: 0 solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 0;
}
.L2Sstyle3 {
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}




/* sIFR CSS */
/* These are standard sIFR styles... do not modify */

.sIFR-flash
{
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced
{
	visibility: visible !important;
}

span.sIFR-alternate
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true]
{
	display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
/*
.sIFR-hasFlash h1 {
	visibility: hidden;
}
*/
.sIFR-hasFlash h2
{
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3
{
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 38px;
}
/*
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/
