﻿/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
.container{width: 1000px;margin: 0 auto;}
.center{text-align: center}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}
.clearfix{display:block;}
* html .clearfix{height:1%;}
/**************************************/
/*              HEADER                */
/**************************************/
.top1{background: #fff url(../images/top-01.jpg) no-repeat;height:40px;}
.top2{background: #fff url(../images/top-02.jpg) no-repeat;height:252px;}

/**************************************/
/*             NAVIGATION             */
/**************************************/
.menu{float: left;background-color: #E9E7E0;width: 231px;}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.centercolumn{background-color: #E9E7E0; }
.rightcolumn{float: left;width: 749px;background-color: #fff;padding-left: 20px;padding-bottom: 20px;}
.conhead{margin: 0 auto;}
.BreadCrumb{margin: 10px 0;padding: 5px;border-left: 5px #A5BC52 solid;font-size:small;}
.conbody{background: #fff url(../images/menu.jpg) left top repeat-y;padding:0 20px;}
/**************************************/
/*               FOOTER               */
/**************************************/
.footer{padding-top: 2px;font-family: Arial, Helvetica, sans-serif;height: 100%;background-color: #666666;font-size: x-small;text-align: center;color: #FFFFFF;clear:both;}
.footer div.sponsors div{padding:2px;font-size:small;font-weight:bold;background:#313131;border-bottom:#fff 1px solid;}