/*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: #204533 url(images/inside_07.gif) repeat-y top left; margin: 0; padding: 0;}
.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{}
.footerpane{}

.leftTDbg{background: #fff url(images/inside_07.gif) repeat-y top left;}
.rightTDbg{background: #fff url(images/rightTD2lines.gif) repeat-y top right;}
.logosection{border:0;}

.mainTD{background: #fff url(images/home_08.gif) repeat-y top left;}
.rightTD{ background: #fff;border-left: 1px solid #b5b68c;border-right: 1px solid #000;}
.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:0; padding:0;}
h3{ font-size: 130%; color: #4b7658; margin:10px 0 3px 0; padding:0;}
h4{ font-size: 105%; color: #4b7658;margin:0px; padding:0;}
h5{ font-size: 100%; color: #4b7658;}

ul{
line-height: 175%;
font-weight:bold;
}

.firstLine{
font-size: 120%;
margin-bottom: 3px;
}

.disc{
color: #6d6d6d;
font-size: 80%;
}

.noBold{
font-weight:normal;
}

/* 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;}



/* ~~~~~~~~~~~~~~~~~~~~~Solpart Menu~~~~~~~~~~~~~~~~~~~~~ */

/* Main Menu */
.MainMenu_MenuContainer{
    background:url(images/smallbrownbuttonbg.gif) repeat-x top left;
	width:224px; /* main button width for vert menu */
}
.MainMenu_MenuBar{ 
    height: 34px;
}
.MainMenu_MenuItem{ /* main buttons */
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
	text-transform:uppercase;
	height: 34px;
	text-align:center;
background: url(images/clear.gif) no-repeat top left;
	border:0; /* border in the submenu */
}
.MainMenu_MenuItem td {
font-size: 12px; /* font size for main buttons */
width: 224px;
}
.MainMenu_MenuIcon{ /* icon on left side of menu */
	display: none; 
}
.MainMenu_SubMenu{
    z-index: 1000; 
	background: #62524e; /* submenu colour */
	height:25px;
}
.MainMenu_MenuBreak{
display: none; 
}
.MainMenu_MenuItemSel{ /* main buttons when hovered over */
    color: #d2d0b5;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
	text-align:center;
	text-transform:uppercase;
background: url(images/clear.gif) no-repeat top left;
	height: 34px; /* Put height here so when you click the main menu button, it doesnt shrink. */
}
.MainMenu_MenuItemSel td {
font-size: 12px; /* font size for submenu */
width: 224px;
text-align:center;
}
.MainMenu_MenuArrow{ /* Shows up in the sub menu, to the right of the words, where is a sub-submenu. */
border:0;
display: none;
}
.MainMenu_RootMenuArrow{ /* Shows up in the sub menu, to the right of the words, when there is a submenu. */
display: none;
}

/* Backgrounds below do not override the backgrounds set above.  */

.MainMenu_RootMenuItemBreadcrumb{ /* Main menu - current page */
color: #d2d0b5;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align:center;
	text-transform:uppercase;
background: url(images/clear.gif) no-repeat top left;
	height: 34px; /* Put height here so when you click the main menu button, it doesnt shrink. */
}
.MainMenu_SubMenuItemBreadcrumb{
/* ? */
}
.MainMenu_RootMenuItem{ /* Overrides BG of .MainMenu_MenuItem */

}

.MainMenu_RootMenuItemActive{ /* Current top level button */

}
.MainMenu_SubMenuItemActive{ /* Current child level button */
background: #62524e url(images/clear.gif) no-repeat top left;
height: 25px;
color: #d2d0b5;
}
.MainMenu_RootMenuItemSelected{ /* Mouseover top level buttons without clicking */

}


/* lines for the submenu but not main menu */
.MainMenu_SubMenu td {
background: #62524e url(images/clear.gif) no-repeat top left;
height: 25px;
 } 

.MainMenu_SubMenuItemSelected{ /* Mouseover child level buttons without clicking */
height: 25px;
color: #d2d0b5;
text-transform:uppercase;
}


.imagepane p {
	padding: 0;
	margin: 0;
}
