a img {
  border-style: none;
}

body {
  background: url(../images/background.gif);
  font-family: sans-serif;
}

#container {
  border: 2px #1243a2 solid;
  margin: 25px auto;
  width: 750px;
  padding: 0px;
  background-color: white;
  margin-bottom: 0.5em;
}

#logo {
  display: block;
  margin: 2px auto;
}

#nav {
  border-bottom: 1px #d5d5d5 solid;
}

#nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#nav li {
  float: left;
  margin: 1px 0.15em;
  background: #FFF url(../images/button_background.png) repeat-x;
}

#nav li.on {
  background: #FFF url(../images/button_background_on.png) repeat-x;
}

#nav li a {
  height: 27px;
  line-height: 2em;
  float: left;
  width: 120px;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background: url(../images/button_right.png) no-repeat top right;
}

#nav li.on a {
  background: url(../images/button_right_on.png) no-repeat top right;
}

#nav div.pop {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  padding: 10px;
  background: #1243a2 url(../images/menu_about.jpg) no-repeat bottom right;
}

#nav div.pop ul {
  margin: 5px;
  padding: 5px;
  float: none;
}

#nav div.pop ul li {
  display: block;
  background: none;
  float: none;
  color: white;
  background-color: transparent;
  padding: 5px 3px;
  margin: 0px 3px;
  width: auto;
  height: auto;
  line-height: 1em;
}

#nav div.pop ul li:hover {
  color: #1243a2;
  background-color: white;
}

#nav div.pop ul li a {
  background: inherit;
  color: inherit;
  text-align: left;
  float: none;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}


#content {
  clear: both;
  padding: 15px;
  background-color: white;
  margin: 0px;  
}

#footer {
  font-size: small;
  text-align: left;
  margin: 0px auto;
  margin-bottom: 25px;
  width: 750px;
}

.subnav {
  margin-top: 2px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 85%;
  padding: 1px 2px;
  line-height: 1.7em;
}

.subnav a {
  text-decoration: none;
  padding: 0px 4px;
  padding-right: 6px;
  border: 1px black solid;
  border-left: 1px black solid;
  border-bottom: 1px black solid;
}

.subnav a.on {
  color: #000;
}


/** CONTENT STYLES **/



.caption-image-right	{float: right; margin-left: 10px; font-size: small;  font-family: sans-serif;}
.caption-image-left	{float: left; margin-right: 10px; font-size: small; font-family: sans-serif; }
.caption-image		{width: 20px; font-size: small;  font-family: sans-serif;}
table.caption-image-right, table.caption-image-left {width: 20px;}

.image-caption		{font-size: small;  font-family: sans-serif;}



.paganate-simple {width: 90%; font-size: small; border-top: 2px #FFE784 solid; border-bottom: 2px #FFE784 solid; margin: 0.5em auto; clear: both;}
.paganate-simple td {width: 33.3%; }

div.right {float: right; width: 250px; margin-left: 0.5em; margin-bottom: 0.5em;}
div.left  {float: left; width: 250px; margin-right: 0.5em; margin-bottom: 0.5em;}

div.left img {display: block;}
div.right img {display: block;}

div.right span {display: block; font-size: small;}
div.left span {display: block; font-size: small;}

td,th	{vertical-align: top;}
th	{text-align: left;}




div.blockquote blockquote {
  margin: -40px auto;
  width: 580px;
  font-size: 95%;
}

div.blockquote .close {
  margin-left: 670px;
}

div.blockquote .author {
  font-size: 90%;
  text-align: right;
}


div.sidebar-widgets {
	float: right;
	margin-left: 10px;
}

div.sidebar-widgets div.widget {
	background-color: #EEE;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #900;
	color: white;
}

div.sidebar-widgets div.widget a {
	color: white;
}

div.widget-RelatedLinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

div.widget-RelatedLinks li {
	margin: 0;
	padding: 0;
}

