/* CSS Document */

body {
	background-color: #727f24;
	margin-top:0px;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	color: #CC3300;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	font-weight: bold;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 140%;
	font-weight:bold; 
	color: #EDE6A7;
	margin-top: 2px;
	margin-bottom:2px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 120%;
	font-weight:bold; 
	color: #EDE6A7;
}

li{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 95%; 
}
.contentPane{
	margin:0px 24px 0px 24px;   
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 95%; 
	color: #EDE6A7;
}

.login a:link{
	color:#93A52B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.login a:hover{
	color:#93A52B;
}

.MenuBG{
	background-image:url(http://www.canadiantobaccogrowers.com/portals/77/Skins/NSTC/images/MenuBG.jpg);
	text-align:center;
	overflow:hidden;	
}

.menu {
	overflow:hidden;
}
.mainDiv {
	background-image:url(http://www.canadiantobaccogrowers.com/portals/77/Skins/NSTC/images/BG001.jpg);
	width:768px;
}

/* Main Menu */
.MainMenu_MenuContainer {padding-left:16px;

}
.MainMenu_MenuBar {	
}
.MainMenu_MenuItem {
color:#ffffcc;

}
.MainMenu_MenuIcon {
	width:0px;
	background-color:#93A52B;
}
.MainMenu_SubMenu {
background-color:#93A52B;
}
.MainMenu_MenuBreak {
	width:0px;
	background-color:#93A52B;
	color:#93A52B;
}
.MainMenu_MenuItemSel {
background-color:#93A52B;
color: #CC3300;
}
.MainMenu_MenuArrow {
	width:0px;
	background-color:#000000;
}
.MainMenu_RootMenuArrow {
}

/*.Normal
{
	margin:0px 24px 0px 24px;   
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #EDE6A7;
}*/

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 95%;
    font-weight: normal;
	color: #EDE6A7;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 95%;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 95%;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 95%;
    font-weight: normal;
}

span .Normal p
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 95%;
    font-weight: normal;
	color: #EDE6A7;
}

td .Normal p
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 95%;
    font-weight: normal;
	color: #EDE6A7;
}

td
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 95%;
    font-weight: normal;
	color: #EDE6A7;
}

table
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 95%;
    font-weight: normal;
	color: #EDE6A7;
}