

dt 
{
	display: inline;
}

#title_image {
	background:url(../_images/page_bg.gif) center #7F7F7F repeat-y;
	height:221px;
	text-align:center;
	}

#sidebar {
	font-size:1.0em;
	font-weight:bold;
}

#sidebar a
{
	color:#63773A;
	/*color:#87a450;*/
}

#content
{
	font-size:1.1em;
}
#content a
{
	color: #63773A;
	/*color:#6ccff6;*/
	font-weight:bold;
	/*border-bottom-color:#333;*/
}
#content h1
{
	font-size:1.5em;
}
#content h2
{
	font-size:1.4em;
}
#content h3
{
	font-size:1.3em;
}
#content h4
{
	font-size:1.2em;	
	margin:.5em 0 0 0;	
}
#content h5
{
	font-size:1.1em;		
}
#content h6
{
	font-size:1.0em;		
}
.green
{
	color: #87a450;	
}
.blue
{
	color:#6ccff6;
}

.bold, .b
{
	font-weight:bold;
}

.u
{
	text-decoration:underline;
}
/*

*/
#content a:hover {
	border-bottom:dotted 1px #000;
}

#sidebar a:hover,
#sidebar .current_page_item li a:hover,
#sidebar .current-cat li a:hover {
	color:#6ccff6;
}

.home_page_widget
{ 
	width: 95%;
	margin:.5em; 
	padding:.5em;
	font-size:.9em;
}

.headline
{
	font-weight:bold;
	color:#000;
	font-size:1.0em;
}

#content a .moreInformation
{
	font-size:.6em;
}

input[type="checkbox"]
{
	border:none;
}

/*
blockquote {
  background: transparent url(../_images/quoleft.png) left top no-repeat;
  font-family:Lucida Sans;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(../_images/quoright.png) right bottom no-repeat;
}
*/

.important {
	background:#ffcdc5;
	border:1px solid #cd2d12;
	padding:5px;
	margin:.5em 0 .5em 0;
	color:#8c1400;
}

#content ul.checkmarkLists li { background:transparent url(/_images/checkmark-blue.gif) 2px .4em no-repeat;padding-left:25px;}
