/***** links *****/

a:link 
   {
   text-decoration: underline;
   color: #de8e59;   
   }
   
a:visited 
   {
   color: #de8e59;   
   }

/***** page structure and positioning *****/

div.full
   {
   width: 35em;
   margin-top: -1em;
   }

div.col_left
   {
   float: left;
   width: 25%;908474
   }
   
div.col_right
   {
   float: right;
   width: 75%;
   }
   
.centered
   {
   display: block;
   margin-left: auto;
   margin-right: auto;  
   }

/***** images *****/

img
   {
   border-style: none;
   }

img.row
   {
   float:left;
   }
   
.dot_border
   {
   margin-top: 14em;
   }
   
#nav
   {
   margin-top: -.5em;
   width: 20.65em;
   }

.nav_words
   {
   float: right;
   }
   
.sub_head
   {
   margin: .7em 0 .5em .6em;
   }
   
/***** text handling *****/
   
p
   {
   color: #686054;
   }
   
span
   {
   font-weight: bold;
   }
   
#footer
   {
   color: #de8e59;
   font-size: .75em;
   text-align: center;
   clear: both;
   }
   
.content
   {
   margin: 0 2.5em 1em 2.5em;
   font-size: .82em;
   }
   
ul 
   {
   color: #706b65;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
	
li 
   {
   list-style-type: none;
   background: url(images/dot.png) left center no-repeat;
   padding-left: 1.5em;
   margin-left: .5em;
   }

li.qual
   {
   margin-bottom: .75em;
   }

