/* Elements
----------------------------------------*/


body
{	
	background-image:url(../images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000;
	text-align: center;
	margin: 0px;
	scrollbar-base-color: #2C7000;

}



#externalContainer
{
	width: 1110px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#leftSide
{
	float:left;
	width: 150px;
	height:750px;
}


#rightSide
{
	float:right;
	width: 150px;
	height:750px;
}


#mainContainer
{
	width:810px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* Header
----------------------------------------*/
#header
{
	width:810px;
	background-repeat: no-repeat;
	background-position:center;
	padding-left: 0px;
}


/* Nav
----------------------------------------*/
#nav {
	width: 810px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 1px;
	margin-bottom: 0px;
}


		
/* Main Content 
----------------------------------------*/

#mainContent {
	width: 810px;
	padding-bottom: 1px;
	/*margin-top: 200px;*/
	background-image: url(../images/pageBG.jpg);
	background-repeat:repeat-y;
	/*height: 620px;*/
	/*overflow: auto;*/
	overflow-x:hidden;
	overflow-y: auto;
	/*paddint-bottom: 70px;*/
}


/* Elements
----------------------------------------*/



/*--- Link Styles ---*/
a:link, a:visited
{
	color:#990000;
}

a:hover, a:active
{
	color:#0099FF;
	text-decoration:none;
}

h1
{
	color: #006633;
	font-size: 24px;
	font-weight: bold;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	color:#000000;
	/*padding-right: 20px;*/
}


ul
{
	list-style-type: disc;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	padding-right: 60px;
}

ol
{
	/*margin-left:15px;*/
	
}

.greenTitle {
	color: #006633;
	font-size: 24px;
	font-weight: bold;
	
}

.greenTitle2 {
	color:#006633;
	font-size: 16px;
	font-weight: bold;
}



/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}







/*- Menu Tabs--------------------------- */

    #tabsF {
      float:left;
	  margin-left: 0px;
	 /* margin-top: 97px;*/
	  margin-bottom: 0px;
      width:100%;
      line-height:normal;
	  font-weight: bold;
	  
      }
    #tabsF ul {
        margin:0;
        padding:0px 10px 0 0px;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
     /* background:url("../images/nav/tableftF.png") no-repeat left top;*/
      margin:0;
      padding:0 0 0 18px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
     /* background:url("../images/nav/tabrightF.png") no-repeat right top;*/
      padding:5px 15px 0px 6px;
      color:#FFF;
	  	  font-size:12px;
	  font-family: Arial, Helvetica, sans-serif;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -62px;
      }
    #tabsF a:hover span {
      background-position:100% -62px;
	  color:#FF0000;
      }

        #tabsF #current a {
                background-position:0% -62px;
        }
        #tabsF #current a span {
                background-position:100% -62px;
				color:#FF9933;
        }
	


/* Footer
----------------------------------------*/
#footer
{
	/*background-image: url(../images/footer.jpg);
	background-color: #000000;*/
	width: 100%;
	padding-top: 10px;
	height:30px;
}


.footerTxt {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #ffffcc;
	text-align: left;
	text-align: center;
}



#footer a {
	font-family:  "Times New Roman", Times, serif;
	font-size:14px;
	color: #ffffcc;
}

