.narrow {width:600px}
.tight {width:300px}

body 
{
width:700px;
font-family: 'Droid Sans', arial, serif;
}

li {
margin: 10px 0px;
}

.narrowcenter {text-align:center; width:700px}
.narrowright {text-align:right; width:700px}
.narrowleft {text-align:left; width:700px}

.white {background-color:white}

.justify { text-align:justify; }

.rdaterm {
border-bottom: 1px solid #666666;
padding: .3em;
font-size: .85em;
}

.floatright {
 float: right;
 margin: 10px 10px 10px 10px;
 clear: right;
 }

.floatleft {
 float: left;
 margin: 10px 10px 10px 10px;
 clear: left;
 }

/* Links
----------------------------------------------- */
a:link, a:visited {
  color:#03c;
  text-decoration:none;
  border-bottom:1px dotted #69f;
  }
a:visited {
  color:#906;
  border-color:#c6c;
  }
a:hover {
  color:#f00;
  border-color:#c00;
  }

a:link img, a:visited img {border-width:0;}

h2 a:link, h2 a:visited {border-width:0; color:#03c;}

h3 a:link, h3 a:visited {border-width:0; color:#03c;}

h2 a:hover, h3 a:hover {color:#f00; border-bottom-width:1px;}

a.noborder:link, a.noborder:visited {border-width:0;}

a.thumbnail:link, a.thumbnail:visited {border-width:0;}

blockquote
{
        margin: 15px 30px 0 20px;
        padding: 15px 20px 15px 20px;
        border-left: 8px solid #ffdd33;
        background-color: #eaeae7;
	font-style: italic;
}


