body
{
  margin: 0;
  padding: 0;
  font-family:helvetica,arial,verdana,geneva,sans-serif;
  font-size:11px;
  color: #000;
}

a
{
  text-decoration:none;
  color:#00498b;
}

a:hover
{
  text-decoration:underline;
}

img
{
  border:0;
}

h1
{
  color:#000066;
  text-transform: uppercase;
  font-size:14px;
}

fieldset 
{
  border:none;
}

legend 
{
  display: none;
}

label
{
  display:block;
  float:left;
  width:90px;
  text-align:right;
  margin:0px 5px 0px 0px;
}

input, textarea, select
{
  font-size:10px;
  border:1px solid #000066;
  margin-left:5px;
  margin-bottom:10px;
}

input:hover, textarea:hover, select:hover
{ 
  border-color:#5d1f5b; 
}

input:focus, textarea:focus, select:focus
{ 
  border-color:#5d1f5b; 
}

.posted
{
  color:#666666;
}

.listitem  
{
  border-bottom:1px solid #d7cfcc;
  padding-bottom:10px;
  margin-bottom:10px;
}

.blogpost
{

}

.blogpost .articleimage
{
  float: left;
  margin: 0 10px 20px 0;
  padding: 3px;
}

.blogpostfoot
{
  border-bottom: 1px solid #cccccc;
  margin:15px 0;
  padding-bottom:10px;
  font-size:10px;
  clear:both;
}

.blogpostfoot a
{
  color:#666666; 
}

.blogpostfoot a:hover
{
  text-decoration:none;
  border-bottom: 1px solid #000;  
}

.blogpostfoot a img
{
  border:0;
}

#container
{
  width: 770px;
  margin: 20px auto;
}

#head
{
  height: 150px;
}

#content
{
  min-height:300px;
  padding: 0;
  border-bottom: 1px solid #000;
}

#foot
{
  height: 50px;
  padding-top: 10px;
  text-align: right;
}

#nav
{
  height: 20px;
  border-bottom: 1px solid #000;
  margin: 10px 0 5px 0;
}

#nav ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#nav ul li
{
  display: block;
  float: left;
  text-align: center;
}

#nav ul li
{
  padding:3px 20px 0 20px;
  height:17px;
  display:block;
}

#nav a
{
  text-decoration:none;
}

#nav ul li a:hover 
{
  border-bottom: 2px dashed #5d1f5b;
}

#nav ul a:active
{
  border-bottom: 2px solid #5d1f5b;
}

#nav ul li a.active
{
  border-bottom: 2px solid #5d1f5b;
}

#logo
{

}

#links
{
  padding:5px 10px;
}

#links .link
{
  font-size:12px;
  margin-bottom:5px;
}

#links .desc
{

}

#links .alink
{
  margin-bottom:10px;
}

#gallery
{
  clear: both;
}

#gallery .imgcol
{
  min-height:80px;
  float:left;
  margin:0px 5px 5px 0px;
}