﻿html{height: 100%; margin-bottom: 10px; margin-top:10px;}
body
{
	/* background: #ffffff url( 'images/bg.png' ) repeat-x; */
	background: #ffffff url( 'images/bg-checks.gif' ) repeat;
	color: #000000;
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
    text-align:center;
    padding: 0; 
    margin: 0 auto; 
}
h1 {font-size: 15px;text-decoration: none;}
h2 {font-size: 15px;text-decoration: none;color:Gray;}
h3 {font-size: 12px;text-decoration: none;}
h4 {font-size: 11px;text-decoration: underline;}
h5 {font-size: 11px;text-decoration: underline;}
h6 {font-size: 11px;text-decoration: underline;}
a:link{color: Blue;}
a:visited{color: Blue;}
a:active{color: Blue;}
a:hover{color: Blue;}

/* =================================================================================== */
/* Begin Master Top CSS */
/* =================================================================================== */
#MultiColor
{background-image: url(images/bgBlue.jpg); background-repeat:repeat;}

#topLogo
{clear:both; border: solid 0px orange; height: 179px; background-image: url(images/bg.png); background-repeat: repeat-x; background-attachment: fixed;}

/* =================================================================================== */
/* Begin Bar Left CSS */
/* =================================================================================== */
#barLeft
{
	border: solid 0px blue; height: auto; width: 195px; float:left; margin: 8px 0px 0px 0px;
}

#barLeft fieldset
{
	margin:0 0 -1em 0;
	padding:0 0 1em 0;
	border-style:none;
	border-top: 0px solid #bfbab0;
	background-color:#f2efe9;
	
}
#barLeft fieldset.alt
{
	background-color:#e6e3dd;
}

#barLeft legend span
{
/*	position:relative;
 	border: solid 0px black;
	font-size:135%;
	left:0.74;
	left:-10px;
	top:5px;
	margin:0.5em;*/
}

#barLeft legend
{
	color:#545351;
	font-weight:bold;
}

/* =================================================================================== */
/* Begin Content CSS */
/* =================================================================================== */
#barContent
{
	border-left:dashed 0px silver; border-right:dashed 0px silver; 
	border-bottom:solid 0px silver;border-top:dashed 0px silver; 
	width: 520px; height:100%; float:left; margin: 12px 0px 5px 5px; padding: 10px 10px 5px 10px;
}

#barBlogContent
{
	border-left:dashed 0px silver; border-right:dashed 0px red; 
	border-bottom:solid 0px silver;border-top:dashed 0px silver; 
	width: 700px; height:100%; float:left; margin: 12px 0px 5px 5px; padding: 10px 10px 5px 10px;
}

/* =================================================================================== */
/* Begin Bar Right CSS */
/* =================================================================================== */
#barRight
{
	border: solid 0px green; width: 195px; height:auto; float:right; margin: 8px 0px 0px 0px;
}

#barRight fieldset
{
	margin:0 0 -1em 0;
	padding:0 0 1em 0;
	border-style:none;
	border-top: 0px solid #bfbab0;
	background-color:#f2efe9;
	
}
#barRight fieldset.alt
{
	background-color:#e6e3dd;
}

#barRight legend span
{
/*	position:relative;
 	border: solid 0px black;
	font-size:135%;
	left:0.74;
	left:-10px;
	top:5px;
	margin:0.5em;*/
}

#barRight legend
{
	color:#545351;
	font-weight:bold;
}

#barFooter
{background: #F9F9F7 url(  'images/footerbg.png' ) repeat-x;}

.itemBold
{ font-weight:bold; }

.errorText
{ color:Red }