
#container
{
     width: 100%;
     margin-top: 0;
     background-image: url(/images/background_2.jpg);
     background-repeat: repeat-x;
}

#container2
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#headerdiv {

}
     
#headerimg {
	left:0px;
	top:0px;
	border: 0;
	display: block;
}

#navigation
{
	left:0px;
	top:83px;
	width:1000px;
	height:41px;
}


#container3
{
     width: 100%;
     text-align: center;
     margin-top: 0;
     background-color: #e7e7e8;
}

#container4
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background-color: #e7e7e8;
	min-height: 768px;
}

body
{
     margin: 0em;
     font-family: Arial;
     background-color: #e7e7e8;
     color: #444;
}

#left
{
width: 30px;
float: left;
}

#nav
{
  float: left;
  background-color: #e7e7e8;
  width: 200px;
  min-height: 200px;
  color: white;
}
#navimg
{
  position: absolute;
  background-image: url(/images/menubox2.jpg);
  width: 223px;
  height: 382px;
}

#menustrip img
{
  border: 0;                 /* this squashes a Firefox bug */
  display: block;  
}

#main
{
     float: left;
     width: 738px;
     background-color: white;
     min-height: 768px;
     font-size: 10pt;
     line-height: 150%;     
}

h1
{
     font-size: 18pt;
     color: #444;
     margin-top: 18pt;
     margin-bottom: 18pt;
}

h2
{
     font-size: 14pt;
     color: #40a5dd;
     margin-top: 16pt;
     margin-bottom: 16pt;
}

h3.blue
{
     font-size: 11pt;
     color: #40a5dd;
     margin-top: 11pt;
     margin-bottom: 11pt;
}

a
{
     color: #b96167;
}
a:hover
{
     color: #f26649;
}



#mainpad
{
     padding: 52px;
     padding-top: 20px;
}

#bottom
{
     text-align: center;
     font-size: 10pt;
     background-color: #e7e7e8; /* #e7e7e8 */
     padding-top: 26px;
     padding-bottom: 16px;
}

#bottom.full
{
     
}
#bottom.withnav
{
     margin-left: 230px;
     margin-right: 32px;
}

/* top tabs */

#menuul
{
     display: inline;
     list-style: none;
}
#menuul li
{
     float: left;
     height: 33px;
     width: 150px;
     font-family: Arial;
     font-weight: bold;
     font-size: 12pt;
     text-align:center;
     
     background-image: url(/images/tabyellow.jpg);
    background-repeat: no-repeat;
    background-position: 0 -50px;
}
#menuul a
{
     display: block;
     text-decoration: none;
     padding-right: 4px;
     padding-top: 9px;
     padding-bottom: 10px;
     background-repeat: no-repeat;
     width: 150px;
}

#menuul .active a
{
     color: #37393a;
}
#menuul .tab a
{
     color: #eee;
}

#menuul .active a
{
     color: white;
     background-image: url(/images/tabblue.jpg);
}
#menuul .tab a
{
     background-image: url(/images/tabgrey.jpg);
}
#menuul a:hover
{
     color: #37393a;
     background-image: url(/images/tabyellow.jpg);
}

/* side menu bar */

#navul
{
     list-style: none;
     padding-left: 6px;
     margin: 0;
     margin-top: 7px;
}

#navul li
{
     border-bottom: 1px solid silver;
}

#navul .title,
#navul .title-active
{
     /*background-color: #333;*/
     color: white;
     padding-top:6px;
     padding-bottom:6px;
     /*font-size: 12pt;*/
     font-weight: bold;
}
#navul .title-active,
#navul .item-active
{
     background-color: #333;
     color: black;
     font-style: italic;
     border-left: 4px solid #b96167;
     padding: 6px 0 6px 4px;
}
#navul .title-active a,
#navul .item-active a
{

}
#navul .item
{
     color: white;
     padding-top:2px;
     padding-bottom:2px;
}

#navul a:hover
{
     background-color: #f7eb59; 
     color: #37393a;
}

#navul a
{
     display: block;
     text-decoration: none;
     color: white;
     width: 100%;
}

/* h1 ul link lists */

.h3links 
{
     list-style: none;
     float: left;
     margin: 0;
     padding: 0;
     font-weight: normal;
}
.h3links li
{
     padding-left: 26px;
     background-image: url(/images/bullet.png);
     background-repeat: no-repeat;
     background-position: 0px 0%;
     padding-bottom: 12px;
     /*border-bottom: 1px solid silver;*/
}
.h3links li a
{
     text-decoration: none;
     color: #b96167;
     font-size: 10pt; 
     display: block;
}
.h3links li a:hover
{
     color: #f26649;
}
.h3links li a span
{
     font-size: 8pt; 
     line-height: 150%;
}

/* small links */

.h1links 
{
     list-style: none;
     float: left;
     margin: 0;
     padding: 0;
     font-weight: bold;
}
.h1links li
{
     padding-left: 36px;
     background-image: url(/images/bullet.png);
     background-repeat: no-repeat;
     background-position: 16px 0%;
     padding-bottom: 12px;
     /*border-bottom: 1px solid silver;*/
}
.h1links li a
{
     text-decoration: none;
     color: #b96167;
     font-size: 14pt; 
     display: block;
}
.h1links li a:hover
{
     color: #f26649;
}
.h1links li a span
{
     font-size: 8pt; 
     line-height: 150%;
}

/* end */

.small
{
font-size: 8pt;
}

blockquote
{
     font-style: italic;
}

.bold
{
font-weight: bold;
}

.red
{
color: #b96167;
}

.redbold
{
color: #b96167;
font-weight: bold;
}

.newslink
{
     text-align: left;
}
