BODY{
   font-size: 14px;
   font-family: Helvetica;
   background: white;
}

td{
   font-size: 12px;
   font-family: Helvetica;
}

li{
   font-size: 14px;
   font-family: Helvetica;
   /* background: white; */
}

BODY2{
   font-size: 16px;
   font-family: Helvetica;
   /*background: white;*/
}

h6{
   font-weight: bold;
   font-size: 18px;
   margin: 0;
   text-decoration: underline;
}

a{                                   /* all hyperlinked text */
   font-weight: bold;
   color: blue;
}

a:hover, a:active{                   /* font color of hyperlinks */
   color: #A52A2A;
}

img{                                 /* removes borders around images */
   border-style: none;
}

ul{                                  /* all lists */
   padding: 0;
   margin: 0 0 0 10px;
}

.center{                             /* same as <center> */
   text-align: center;
}

.underline{                          /* same as <u> */
   text-decoration: underline;
}


h1{
   font-weight: bold;
   font-size: 14px;
   margin: 0;
   text-decoration: underline;
}

h2{
   margin: 0;
   height: auto;
   width: 100%;
   border-top: 1px solid #B6B26E;
   border-bottom: 1px solid #B6B26E;
   background: white;
   padding-top: 3px;
   padding-bottom: 3px;
   text-align: center;
   font-weight: bold;
   font-size: 12px;
   letter-spacing: 4px;
   word-spacing: 4px;
}

h3{
   font-weight: bold;
   font-size: 12px;
   margin: 0;
   text-decoration: underline;
}

h4{
   font-weight: bold;
   font-size: 12px;
   margin: 0;
   text-align: center;
}

h5{
   font-weight: bold;
   font-size: 13px;
   margin: 0;
   color: #A52A2A;
}

.Page{                                    /* Center part where all the content is */
   width: 760px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   background: #DEDBA8;
   border: 1px solid #B6B26E;
}

#Top{                                     /* Banner */
   margin: 0px 0px 0px 0px;
   height: 100px;
   width: 760px;
   background: url(img/layout/title_new.jpg);
}

#TopLeft{
   float: left;
   height: 100px;
   width: 300px;
}

#TopRight{
   float: left;
   height: auto;
   width: auto;
   font-size: 12px;
   font-weight: bold;
   margin-top: 80px;
}

#LeftSide{
   float: left;
   margin: 0 0 0 5px;
}
* html #LeftSide{ float: left; margin: 0 0 0 2px; }   /* Internet Explorer margin fix */

.LeftSideTop{                                 /* Rounded edge on top of boxes on left side */
   width: 165px;
   height: 20px;
   background: url(img/layout/leftTop.gif);
   margin: 0 0 0 0;
}

.LeftSideMiddle{
   width: 135px;
   height: auto;
   background: url(img/layout/leftMiddle.gif);
   margin: 0 0 0 0;
   padding: 5px 15px 5px 12px;
}

.border{
   width: 133px;
   padding: 0px 0px 1px 1px;
   border: 3px solid;
   border-color: #AAA #666 #666 #AAA;
}

.open{                                   /* Navigation menu */
   display: block;
}

.closed{                                 /* Navigation menu */
   display: none;
}

.LeftSideMiddle ul{                      /* Navigation menu */
   padding: 0;
   list-style-type: none;
   margin-left: -1px;
   margin-right: -5px;
   margin-bottom: -1px;
   background: #CCC;
   width: 135px;

}
.LeftSideMiddle li{                      /* Navigation menu */


border: 1px solid;
border-color: #FFF #AAA #AAA #FFF;

   font-weight: bold;
   font-size: 13px;
}

.LeftSideMiddle li a{                    /* Navigation menu */
   color: blue;
   text-decoration: none;
   width: 120px
}

.LeftSideMiddle li a:active, li a:hover{ /* Navigation menu */
   color: #A52A2A;
}

.LeftSideMiddle li img{
   vertical-align: middle;
}

.LeftSideBottom{                               /* Rounded edge on bottom of boxes on left side */
   width: 165px;
   height: 20px;
   background: url(img/layout/leftBottom.gif);
   margin: 0 0 0 0;
}





.RightSide{
   float: left;
}

.RightSideTop{                                /* Rounded edge on top of boxes on right side */
   width: 585px;
   height: 20px;
   background: url(img/layout/rightTop.gif);
   margin: 0 0 0 0;
   clear: left;
}

.RightSideMiddle{
   width: 550px;
   background: url(img/layout/rightMiddle.gif);
   margin: 0 0 0 0;
   padding: 0 15px 0 20px;
}

.RightSideMiddle li{
   font-weight: bold;
   margin-left: 25px;
   line-height: 20px;
}

.RightSideHome{
   width: 550px;
   background: url(img/layout/rightMiddle.gif);
   margin: 0;
   padding: 0 15px 0 20px;
}
                                               /* Rounded edge on bottom of boxes on right side */
.RightSideBottom{
   width: 585px;
   height: 20px;
   background: url(img/layout/rightBottom.gif);
   margin: 0;
   clear: left;
}



.person{                         /* corporate.php */
   font-weight: bold;
   font-size: 13px;
   margin: 0;
   background: #F09F12;
   padding: 3px;
   letter-spacing: 4px;
   word-spacing: 4px;
}

.tdSize{                        /* corporate.php */
   width: 200px;
}

.tableColor{                    /* NThacks.php */
   background: #cccccc;
}

.tdColor{                       /* NThacks.php */
   background: #CCCC99;
   font-weight: bold;
}

.IAM1{                          /* IAM.php */
   text-align: center;
   font-weight: bold;
   letter-spacing: 0px;
   word-spacing: 4px;
}

.journalCell{                   /* journal.php */
   text-align: center;
   font-weight: bold;
}



*>.RightSideMiddle{              /* Fixes Mozilla bug by giving the page a minimum height while allowing it to expand */
   padding-top: 700px;
   min-height: 1px;
}
*> .wrapper { margin-top: -700px; }
/* for IE, with IE5/Mac backslash filter \*/
* html .RightSideMiddle { height: 700px; }
/* end filter */


.clearFix:after{                      /* Fixes Mozilla bug that keeps background from expanding with page size */
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{ height: 1%; }
/* End hide from IE-mac #DEDBA8*/


