body {
   font-family: Arial, Helvetica, sans-serif;
   background-color:#996633;
   font-size: 14px;
   line-height: 1.16;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left:10px;
   margin-right:10px;
   padding: 0px;
}

td {
   font-family: Arial, Helvetica, sans-serif;
}

th {
   font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4{color:#5E484A; margin:5px 0px 15px 5px;}
h1{font-size:16px}
h2{font-size:14px}
h3{font-size:12px}
h4{font-size:10px}
h1 a:link, h2 a:link, h3 a:link{color:#5E484A}
h1 a:visited, h2 a:visited, h3 a:visited{color:#5E484A;}
h1 a:hover, h2 a:hover, h3 a:hover{color:#5E484A}

img{margin:10px}



.main_wrapper {
   width: 890px;
   margin: 0 auto;
   background-color: #b4c5c4;
   border: 1px #996633 solid;
}

.top_wrapper {   padding: 0px 0px 0px 0px;
            font-size:2px;
   }

.left_wraper {  width: 150px;
         float:left;
         height: 100%;
         background-color: #b4c5c4;
         
}

.right_wrapper { width: 740px;
      float:right;
      min-height: 350px;
      height: 100%;
      border: 0px, 0px, 0px, 0px;
      background-color:#FFFFFF;
}

.banner {
   border: none none none none;
}

#pagecontent{
   padding-top: 15px;
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
      font-size: 12px;
   line-height: 1.16;

   }
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/************* sectionLinks styles **************/
#main_nav_links {
   line-height: 1.166;
   border-top: 1px solid;
   border-top-color:#6c8c8b;
   margin-top 0px;
   padding-top 0px;
   }

#main_nav_links a{
   display: block;
   width: 140px;
   margin: 0px;
   padding: 3px 0px 3px 10px;
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
   border-top: 1px solid;
   border-bottom: 1px solid;
   border-top-color: #DDE6E4;
   border-bottom-color: #6C8C8B;
}

#main_nav_links a:link, #main_nav_links a:visited {
   color: #21536A;
   font-weight:bold;
}

#main_nav_links a:hover{
   background-image:  none;
   background-color: #FFFFCC;
}
/************* relatedLinks styles **************/

.relatedLinks{
   margin: 0px;
   font-size:10px;
   font-weight:normal;
   color: #21536A;
   padding: 10px 5px 10px 10px;
}

.relatedLinks h3{
   font-size:10px;
   color: #000000;
   font-weight:bold;
   padding-bottom: 0px;
   margin:10px 0px 10px 0px;
}

.relatedLinks a{
   display:block;
   padding-left: 10px;   
   text-decoration: none;
   color: #21536A;
}

.relatedLinks a:hover{
   text-decoration:underline;
}

/********** Rounded Corners stuff **********/

.bl {background: url(images/bl.gif) 0 100% no-repeat #e68200; width: 20em}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat} 
.tr {background: url(images/tr.gif) 100% 0 no-repeat}

/*Added For Page Development*/
.filelist{margin:10px}
.filelist li{list-style:square}
.filelist a:link, .filelist a:visited, .filelist a:hover{color:#5E484A}

#login{text-align:center; margin-top:30px; color:#21536A; font-weight:bold;}
#login table{margin:auto; border:1px #21536A solid; width:300px;}
#login td{background-color:#b4c5c4;}
.error{font-weight:bold;color:#FF0000;}
.tac{text-align:center}
.tar{text-align:right}
.tal{text-align:left}
.mt10{margin-top:10px}
.fr{float:right}
.cb{clear:both}