/* CSS Document */

body {
	margin: 10px;
	background-position: top;
	background-repeat:repeat-x;
	height: 100%;
	width: 100%;
	font-family:"Times New Roman", Times, serif;
	}

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

/*-- top inside content pane       --*/ .TopPane { width: 100%; padding: 0 7px 0 7px;}
/*-- top inside content pane 2     --*/ .TopPane2 { width: 100%; padding: 0 7px 0 7px;}
/*-- left content pane             --*/ .LeftPane { padding: 0 7px 0 7px; width: 200px; }
/*-- right content pane            --*/ .RightPane { padding: 0 7px 0 7px; width: 260px; text-align:right; }
/*-- left2 content pane            --*/ .LeftPane2 { padding: 7px 7px 7px 4px; width: 25%; }
/*-- content2 pane                 --*/ .ContentPane2 { padding: 17px 17px 17px 17px;   }
/*-- right2 content pane           --*/ .RightPane2 { padding: 7px 0px 7px 2px; width: 25%; }
/*-- bottom inside pane            --*/ .BottomPane { width: 100%; padding: 0 7px 0 7px; }
/*-- left3 content pane            --*/ .LeftPane3 { padding: 0 7px 0 7px; width: 33%; }
/*-- content3 pane                 --*/ .ContentPane3 { padding:  0 0px 0 0px;  }
/*-- right3 content pane           --*/ .RightPane3 { padding: 0 7px 0 7px; width: 251px; }
/*-- bottom2 inside pane           --*/ .BottomPane2 { width: 100%; padding: 0 7px 0 7px; }
/*-- image content pane 1 horiz    --*/ .ImagePane01 { height:1px; padding: 7px 7px 7px 7px; }
/*-- image content pane 1 vertical --*/ .ImagePane01V { height:1px; padding: 0 7px 0px 7px; }
/*-- image content pane 2          --*/ .ImagePane02 { height:0px; padding: 7px 0px 7px 0px; }
/*-- image content pane 2 vertical --*/ .ImagePane02V { height:1px; padding: 4px 7px 0px 7px; }
/*-- image content pane 3          --*/ .ImagePane03 { height:0px; width: 100%; vertical-align: center;  padding: 7px 0px 0px 0px; }
/*-- image content pane 3          --*/ .ImagePane04 { height:0px; width: 100%; padding: 0px 4px 0px 4px; height: 24px; }
/*-- footer content pane           --*/ .FooterPane { width: 100%; height: 26px; padding: 0 7px 0 7px; vertical-align:middle; }
/*-- panel pane                    --*/ .PanelPane { padding: 0 0px 0 0px; }


/*-- most of the text on site          --*/ .normal, .Normal { font-family: "Times New Roman", Times, serif; font-size: 12px; color: #000000; text-align: left; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #000000; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: "Times New Roman", Times, serif; font-weight: bold; font-size: 12px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 12px; color: #777; background: transparent; font-weight: bold; padding: 0;}


/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #000000; font-family: "Times New Roman", Times, serif; font-weight: normal; font-size: small; text-decoration: underline; font-weight: normal; }
/*-- default links hover               --*/ a:hover { color: #000000; font-family:"Times New Roman", Times, serif; font-size: small; font-weight: normal text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #000000; font-family: "Times New Roman", Times, serif; font-weight: normal font-weight: normal; font-size: small; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #990000; font-family: "Times New Roman", Times, serif; font-size: small;	text-decoration: none; }