/*-------------------------------------------------
  Main Stylesheet - 
  Based on the Dynamic Drive CSS Library template
  CSS Fixed Layout #2.1- (Fixed-Fixed)
  Modified to a multipart form for main page
-------------------------------------------------*/
body{
margin:0;
padding:0;
line-height: 1.5em;
background: #EFFFFF;
}
b{font-size: 105%;}

#maincontainer{
	width: 860px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 164px; /*Height of top section*/
background: url(http://fredincolorado.com/homepage/images/header-i70b.jpg);
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contenttop{
    margin-left: 185px; /*Set left margin to LeftColumnWidth*/
    height:  70px;	/*  Room for a small heading */
    padding:  1px 15px ;
	background: #E0FFFF;
	text-align: center;
	line-height: 105% ;
	}

#contentleft{
	position: absolute; 
	top: 236px;
	margin-left: 185px; /*Set left margin to LeftColumnWidth*/
    width:  323px;		/*  Use half of center column */
    padding-top: 2px;
	padding-left: 8px ;
    padding-right: 8px;
	text-align: justify;
	background:  #EFFFFF;
}

#contentright{
	position: absolute; 
	top: 236px;
	margin-left: 524px; /*Set left margin to LeftColumnWidth + contentleft + contentleft padding*/
    width:  320px;		/*  Use half of center column */
    padding-top: 2px;
	padding-left: 8px ; /*total width is left column + leftcontent + rightcontent + left and right padding */ 
	padding-right: 8px ;
	text-align: justify;
	background:  #EFFFFF;
	height: 338px ;
	overflow: auto ;
	
}
#leftcolumn{
	float: left;
	width: 185px; /*Width of left column*/
	margin-left: -860px; /*Set left margin to -(MainContainerWidth)*/
	background: #EFFFFF;
}

a:link {color: #000033;}
a:visited{color:#000033 ;}

.bdy{	font-family: Times New Roman ;
		font-size: 12pt ;
		line-height: 110% ;
		color: #333333 ;
		}

.redheader
{
   font-size:  18pt ;
   color: #FF0033 ;
   padding: 10px ;
   font-weight: bold ;
   line-height: 14pt ;
	   }

.contentbody
{
	font-size:  12pt ;
	height: 12pt ;
	color:#333;
	padding:5px;
	}
.contentbold
{
	font-size:  14pt ;
	color:#333;
	padding:5px;
	font-weight: bold ;
	}
.contentcenter
{
    font-size:  12pt ;
	padding: 0 35px 0 35px;
	font-weight: normal ;
	text-align: center ;
	line-height: 100%;
	color:  #333333;
	}	

/*  Credits: Dynamic Drive CSS Library      */
/*  Blue Blocks Menu template              */
/*  URL: http://www.dynamicdrive.com/style/ */
#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 1px 3px 0px 2px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

#footer{
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
		}

#footer pre{
	color: #FFFF80;
	font-size: 7pt;
	margin-bottom: -7px ;
	}
