/*	General  */
body	{
	margin: 0;
	padding:0;
	background-color:  #33cc99;
	background-image:url(/images/blog_background.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

a:link	{
	color:  #000066;
	text-decoration:underline;
	}
a:visited	{
	color:  #3399cc;
	text-decoration:underline;
	}
a:hover, a:active	{
	color: #33cc99;
	text-decoration:  none;
	}

p, h1, h2, h3, h4, h5, h6, td, th, blockquote, li, form, span, div, textarea{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	text-align:left;
	}
	
h1.footnote	{
	font-size:  medium;
	}
	
sup	{
	font-size:  smaller;
	}
	
p, td, th	{
	color:  #000000;
	}
blockquote	{
	color: #003333;
	}
h1, h4	{
	color:  #000066;
	}
h2, h5	{
	color:  #3399cc;
}
h3, h6	{
	color:  #33cc99;
}
.footnote	{
	font-size: smaller;
	}
.subhead	{
	font-weight: bold;
	color:  #006699;
	}
img.logo	{
	margin-right:5px;
	}
.quote	{
	border:  1px solid #3399cc;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom:5px;
	width:450px;
	padding:5px;
	text-align:center;
}

.quote	p	{
	margin:0;
	}
	
blockquote
	{
	margin: 5px 15px;
	}
img	{
	border:0;
	text-align:center;
	}

img.blog	{
	border: 3px groove #666666;
	}

p.caption	{
	font-style: italic;
	margin: 0;
	}
	
form	{
	padding:0;
	margin:0;
	}
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 165px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 350px;
  text-align: left;
  } 

/* Right column specific  */
#rightcolumn	{
	float:right;
	width:  145px;
	margin: 0 5px;
	padding:5px;
	color:  #999999;
	font-size:smaller;
}

.bordered	{
	border-left:2px solid #999999;
}

/* Left column specific  */
#sidebar	{
	display:inline;
	width:145px;
	margin:0 5px;
	padding:5px;
	border-right:2px solid #33cc99;
	float: left;
	font-size:smaller;
	min-height:200px;
}


#sidebar ul	{
	margin: 0;
	padding:0;
	}
	
#sidebar li	{
	margin: 1em 3px 0 1em;
	padding: 0 0 0 10px;
	background-image:url(/images/bullet.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	}

#sidebar li h5	{
	margin-top:0;
	margin-bottom:0;
	}
	
#sidebar li ul
  {
  margin-left: 1em;
  padding-left: 0;
  }
#sidebar li li
  {
  margin: 0;
  padding: 0;
  background-image:none;
  list-style-type:circle;
  }

/* Main copy specific */

#main	{
	width: 525px;
	margin:0 5px;
	padding:5px 0;
	float: left;
	display:  inline;
	background-color:#ffffff;
}

/*  An empty footer  	*/
#bottomband	{
	height:	2px;
	margin:0;
	padding:0;
	clear: both;
}



/*  border wrapper  */
#topshadow	{
	background-image:url(/images/content_top.gif);
	background-repeat:no-repeat;
	width:  885px;
	height: 15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding:0;
	z-index:1000;
}
#bottomshadow	{
	background-image:url(/images/content_bottom.png);
	background-color:  transparent;
	background-repeat:no-repeat;
	width:885px;
	height: 12px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	padding:0;
	z-index:1000;
}

#sideshadow	{
	background-image:url(/images/content_body.gif);
	background-repeat: repeat;
	background-color:  #ffffff;
	width:  885px;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	padding:0;
}

#mainbody	{
	width:  870px;
	margin-left: auto;
	margin-right:auto;
	background-color:  #ffffff;
}

/*	Header and global navigation specific  */
#header{
	margin:5px 15px;
	position:  relative;
}
#header h1	{
	margin:0;
	padding:0;
	}
/*  Footer  */
#footer	{
	font-size: smaller;
	text-align: center;
	margin:0;
	border:0;
	padding:0;
	color:  #ffffff;
	font-weight:  bold;
}

#footer p	{
		padding:0;
		margin:0;
		text-align:center;
		color:  #ffffff;
}

#footer a:link	{
	color:  #ffffff;
}

#footer a:visited	{
	color:  #cccccc;
}

#footer	a:hover	{
	color:  #cccccc;
	text-decoration: underline
}

#footer	a:active	{
	color:  #cccccc;
	text-decoration: underline
}

