
body{
  background: #ffffff url('images/hdrBkg.png') repeat-x;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  letter-spacing:0.03em;
  text-align:left;
  word-spacing:0.07em;

}

* {
  margin: 0;
  padding: 0; 
}

ul {
  margin: 0 0 0 30px; 
}

h1{
  color: #777777;
  font-size: 18px;
  border-bottom: solid 1px #e0e0e0;
  margin: 10px 0 0 5px;
}

p{
  margin: 7px 0 7px 0;
  text-align: justify;
}
td{
  vertical-align:top;
}
.alt{
 background: #fafafa;
}

/****** Site Structure ******/
#page{
	width: 950px;
	margin-left: auto;
	margin-right: auto;	 
}

#header, #content, #nav{

	
}

#header{
       background: url('images/hdrBoxes.png') no-repeat;
        height: 105px;
	padding: 5px 0 0 0;
}



#nav {
  float: right;
  width: 290px;
  min-height: 600px;
  margin-right: 15px;
  padding: 20px 0 0 0;
}


#content{

   width: 600px;
        float: left;
	padding: 20px 10px 10px 10px;
	clear: left;
	min-height: 400px;
}

#footer{
   clear: both;
	text-align: center;
	border-top: solid 1px #ececec;
	width: 80%;
	margin: 10px auto 0px auto;
	font-size: 11px;
}
/****** /Site Structure ******/


/****** Header Content ******/
#titleBox{
   margin: 10px 0 0 30px;
   height: 90px;
   float: left;

}

#contactBox{
  float:right;
  height:90px;
  margin: 15px 10px 0 0px;
  width:280px;
}

#contactBox li{
  list-style: none;
  line-height: 1.9;
}

#header h1{
  margin: 0;
  margin-top: 3px;
  font-size: 20px;
  color: #333333;
  border-bottom: none;


}

#header h1 a{
  color: #333333;
  text-decoration: none;
}

#header h1 a:hover{
  text-decoration: underline;
}
#header h2{
  margin-top: 2px;
  font-size: 17px;
  color: #777777;
}

#header h3{
  margin-top: 2px;
  font-size: 15px;
  color: #777777;
  font-weight: normal;
}
/****** /Header Content ******/

/****** Nav Content******/
#nav li{
  margin: 3px 0 5px 0;
}
#nav a{
	color: #336699;
}

#nav .sel a{
	color: #333333;
	font-weight: bold;	
	text-decoration: none;
}

#nav .navBox{
   border: solid 1px #ececec;
   background: #fafafa;
   padding-bottom: 7px;
}

.navBox .title{
  font-weight: bold;
  border-bottom: 1px solid #ececec;
  margin: 5px;
}

.navBox .left{
  width: 100px;
   float: left;
}
.navBox .right{
  width: 100px;
   float: right;
}

/****** /Nav Content ******/


