html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
  margin: 0;
  padding: 0;
}
body {
  font: .9rem Arial,Tahoma,sans-serif;
  color: #444; /*#244;*/
  margin: 0;
  padding: 0;
  text-align: center;
  background: #e0e0e0 url(/images/bg.png) repeat-y 50% 0;
}


/* GENERAL STYLES
------------------------------------------*/
a {
  color: #17A;
}
a:hover, a:hover {
  color: #0099EA;
  text-decoration: none;
}
a img {border:none;} /* turn off link borders */
.aright {
  float: right;
}
.aleft {
  float: left;
}
.new {
  color: #CC3333;
}
.error, .success, .neutral {
  padding: 6px;
}
.error {
  background-color: #F9E1E1;
  border: 1px solid #EAAEAE;
}
.success {
  background-color: #EDF9E2;
  border: 1px solid #CCEBAD;
}
#container {
  width: 960px;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/* HEADER
------------------------------------------*/
#header {
  background: #FFF;
  height: 74px;
}
#header #logo img {
  margin: 5px 0 0 14px;
}

#header #logo
{
	float: left;
}
#header #contribute
{
	float:right;
	padding:20px 10px 0 0;
}

/* MAIN NAVIGATION
------------------------------------------*/
/*.min_width {
  min-width: 770px;
  
  width: expression( this.parentNode.offsetWidth <= 770 ? "770px" : "auto" );
}*/
#navigation {
  padding-left:10px;
  background: #D2D8E4 url(/images/nav_bg.gif) top left repeat-x;
  border-top:1px solid #777F97;
  height:30px;
  border-bottom: 1px solid #777F97; /*dark: #576241 - light: #9FB591;*/
  overflow: auto;
}
#navigation ul {
  float: left;
	list-style: none;
}
#navigation li {
  float: left;
	list-style: none;
}
#navigation a {
  background: url(/images/nav_sep.gif) right no-repeat;
  float: left;
  font-size: .8rem;
  line-height: 12px;
  text-decoration: none;
  padding: 9px 17px 9px 16px;
  color: #423D49;
}
#navigation a:hover, #navigation .selected a {
  background-color: #e0e0e0;
}
#navigation span {
  float: left;
  background: url(/images/nav_sep.gif) no-repeat;
  width: 1px;
  height: 30px;
}

/* THE SMALL BAR
------------------------------------------*/
#smallbar {
  clear: left;
  height: 40px;
}

h2 {
  line-height: 2;
  padding: 0 25px;
  font-size: 1.5rem;
  font-family: Georgia,Arial Narrow,Arial,sans-serif;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  vertical-align: middle;
}


/* MAIN CONTENT
------------------------------------------*/
#main {

}
#content {
  float: left;
  width: 664px;
  margin: 10px 24px 0 24px;
  line-height: 1.5;  
  display: inline;
}
#content p {
  margin: 0 0 14px 0;
}

h3 {
  color: #dd0000;
  margin: 0 0 .5em 0;
  font: 1.2rem Georgia,Arial Narrow,Arial,sans-serif;
  line-height: 23px;
}

h3 .info {
  float: right;
  font: italic 12px/21px Arial,sans-serif;
  height: 21px;
  color: #999;
  border-left: 1px solid #E4ECF2;
  margin: 3px 8px 0 0; /*31*/
  padding-left: 8px;
  display: inline;
}
h3 .no_border {
  border: none;
}

h4
{
	font-size: 1em;
	font-weight: bold;
	color: #dd0000;
}

#content ul { padding:0 0 15px 20px; }
#content ul ul { padding-bottom: 0 }
/* SIDEBAR
------------------------------------------*/
#sidebar {
  float: left;
  width: 200px; /*229*/
  margin: 0 0 0 25px;
  font-size: 11px;
  display: inline;
}
#sidebar ul li {
  list-style: none;
}
#sidebar p {
  color: #4B798B; /*#70645C;*/
  line-height: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}
#sidebar li {
  /*background: url(/images/sidebar_bg_item_sep.gif) bottom left repeat-x;*/
  padding-bottom: 7px;
  margin: 0 0 16px 0; /*20 l & r*/
  /*border-bottom: 3px double #CCE0E0; */
}

#sidebar ul li ul li {
  padding: 0 0 1em;
  margin: 0;
  border: none;
}

/* sidebar headers */
#sidebar h2, #sidebar h2 a {
  font-size: 12px;
  color: #dd0000;
  height: auto;
  width: auto;
  padding: 0;
  line-height: 15px;
  text-transform: uppercase;
  margin: 12px 0 8px 0;
  border: none;
  font-weight: bold;
}

#sidebar a { text-decoration:underline; color: #555 }


/* FOOTER
------------------------------------------*/
#footer {
  clear: left;
  width: 665px;
  margin: 24px 25px;
  padding-top: 16px;
  text-align: center;
  border-top: 1px solid #E6E6E6;
  color: #AAA;
}
#footer a {
  color: #788;
}
#footer p {
  font-size: 11px;
}

/* elements 
-----------------------------------*/
img.portrait {
  width:150px;
  height: 188px;
  padding:5px;
  border: 1px solid #000;
}

img#sitemeter { display: none }

div.clear {
	clear:both;
}

div.fb-container{
	width: 90px;
	margin:-15px auto 0;
	height: 22px;
}
