/* ---------- CONTENT BODY ---------- */
/* used for the body text area this will eventually be migrated to content.css for inclusion */
/* into the editspot editor for style selection for ONLY body content styles */
/* please keep all content body styles (user editable content styles) here */


p 
{ font-size: 12px; margin:2px 0px 8px 0px;}
h1
{	font-size: 18px; color: #4a799c;text-transform:uppercase; }
h2
{	font-size: 12px; color: #4a799c; font-style:italic;font-weight:normal;}
h3
{	font-size: 14px; color: #666; font-weight: bold; margin: 4px 0px;}
h4
{	font-size: 12px; color: #669; font-weight: bold; margin: 0px; padding: 8px 0px 0px 0px;}
h5
{	font-size: 11px; color: #000; }
h6
{	font-size: 9px; color: #000; }

.teststyle1
{ color: #ff0; padding: 20px;}


body
{
	margin: 0px;
	color: #000;
	font: normal 11px arial, helvetica, sans-serif;
}

img
{
	border: none;
	margin: 0px;
	padding: 0px;
	/* fix IE adding extra white space: */
	display: block;
}

hr
{	border: 0px; border-top:1px solid #ccc; }

table
{border-collapse: collapse;}
td
{	vertical-align: top;  border-spacing: 0px; margin: 0px; padding: 0px;}

a
{ color: #666; }
a:link, a:visited
{ text-decoration: underline; }
a:hover
{ text-decoration: none; }

/* ---------- GENERAL STYLES ---------- */
.floatleft
{ 	float: left; }

.floatright
{	float: right; }

.clearfloats
{	clear: both; }

.hilight
{	background: #ff0; color: #000; }

img.floatleft
{ margin: 5px; margin-left: 0px; }

img.floatright
{ margin: 5px; margin-right: 0px; }

.imagecaption {float:right;font-size:11px;font-style:italic;color:#666;margin-right:0px;}

.inlineImageCaption {font-size:11px;font-style:italic;color:#666;}

#linkbox
{	width: 150px; margin-left: 10px; margin-bottom: 10px; float: right;
    color: #fff;
}

#linkbox p
{
	padding: 2px 4px; margin: 0px;
}

#linkbox h1
{
	color: #fff;
	padding: 6px 10px;
	font-size: 12px;
	text-transform:uppercase;
	background-color:#6AB9D7;
	display:block;
	text-decoration:none;
	margin: 0px;
	 
}

#linkbox ul
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	background: #d7d7eb;
	border-top: 1px solid #fff;
}

#linkbox li
{
	background: #45799b;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

#linkbox li a
{
	display: block;
	text-decoration: none;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;	 
	padding: 5px 5px;
	margin: 0px;
	color:#fff;
}

#linkbox li a:link,
#linkbox li a:visited
{	color: #fff; }

#linkbox li a:hover
{	background: #3f6782; color: #fff; }

#linkbox li a.current_page
{	background: #3f6782; color: #fff; font-weight: normal; }


