/*page*/
body { font-family: Arial, Tahoma,  Helvetica, sans-serif;  color:#000; background:#dfdfc7;}

/*panes*/

.menu1pane{background: #dedfc6 url(images/menu1BG.gif) top left no-repeat; }
.imagepane{background: #fff url(images/inside_07.gif) repeat-y top left;}
.menu2pane{background: #fff url(images/home_08.gif) repeat-y top left;}
.contentpane{background: #fff url(images/home_08.gif) repeat-y top left;}
.rightpane{background: #fff url(images/rightTD2lines2.gif) repeat-y;border-left: 1px solid #b5b68c;border-right: 1px solid #000;}
.footerpane{}

.leftTDbg{background: #fff url(images/inside_07.gif) repeat-y top left;}
.rightTDbg{background: #fff url(images/rightTD2lines.gif) repeat-y top right;}
.logospot{background: #dedfc6;}

.mainTD{background: #fff url(images/home_08.gif) repeat-y top left;}
.bottom-leftTD{background: url(images/bottom-left.gif) bottom left no-repeat;}
.bottom-rightTD{background: url(images/bottom-right.gif) bottom right no-repeat;border-left: 1px solid #b5b68c;}

/*text*/
.normal,div,span,p,td,th,li,a{font-family:Arial, Helvetica, sans-serif;font-size:12px;}

/*links*/
a, a:link, a:active, a:visited { text-decoration:underline; color:#1f4632; }
a:hover { color:#1f4632; text-decoration:none;}

a.CommandButton{font-size:12px;font-weight:bold;color:#000;}
.controlpanel a.CommandButton{font-size:10px;}
a.CommandButton:link{color:#1f4632;text-decoration:none;}
a.CommandButton:visited{color:#1f4632;text-decoration:none;}
a.CommandButton:hover{color:#1f4632;text-decoration:underline;}
a.CommandButton:active{color:#1f4632;text-decoration:underline;}

a.skinuser:link{color:#808080;text-decoration:none;font-weight:bold;font-size:9px;}
a.skinuser:visited{color:#808080;text-decoration:none;font-weight:bold;font-size:9px;}
a.skinuser:hover{color:#808080;text-decoration:underline;font-weight:bold;font-size:9px;}
a.skinuser:active{color:#808080;text-decoration:underline;font-weight:bold;font-size:9px;}

a.footer:link{color:#1f4632;text-decoration:underline;font-size:9px;font-weight:bold;}
a.footer:visited{color:#1f4632;text-decoration:underline;font-size:9px;font-weight:bold;}
a.footer:hover{color:#1f4632;text-decoration:none;font-size:9px;font-weight:bold;}
a.footer:active{color:#1f4632;text-decoration:none;font-size:9px;font-weight:bold;}

.StandardButton{background:#A7A9AC;border:1px #000 outset;padding:5px; color:#fff; font-weight:bold;}

h1, h2, h3, h4, h5, h6 {font-family: Arial,sans-serif; font-weight: bold;}
h1{ font-size: 175%; color: #1f4632; }
h2{ font-size: 125%; color: #4b7658; margin-top: 10px;}
h3{ font-size: 115%; color: #4b7658; margin-bottom:2px;padding-top: 10px;}
h4{ font-size: 105%; color: #000;margin:0px; padding:0;}
h5{ font-size: 100%; color: #4b7658;}

/* For links and image popup windows */
.FCKImageGalleryContainer {background: #fff;}
.FCKLinkGalleryContainer {background: #fff;}

/* For Modules */

/* Stock Quotes Module */
.StockRed {color: red;font-size:9px;}
.StockGreen {color: green;font-size:9px;}

/* Announcements Module */
.announceHead{color:#1f4632; font-weight: bold; }
.announceDate{font-weight: bold; font-size:10px;}




/* CSS Tabs */
#navcontainer {
        margin: 0;
        padding: 0;
        height: 72px;
		background: #61524d url(images/BigButtonBG.gif) repeat-y top left;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
		
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
	
}

#navcontainer ul li a {
        
        width: 224px;
        height: 72px;
        border: 0;
        padding: 0;
        margin: 0 ;
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
		text-transform:uppercase;
        font: bold 14px/16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		line-height: 72px;
}

#navcontainer ul li a:hover {
        color: #d2d0b5;
        
}

#navcontainer a:active {
        
        color: #d2d0b5;
}

#navcontainer li#active a {
        
        border: 0;
        color: #d2d0b5;
}
