@charset "UTF-8";
/* CSS Document */

/*********
BODY
*********/
    BODY {
	margin-top: 0px;
	background: #FFFFFF url(images/BGSwatch.jpg) no-repeat center top;
    }
/*********
CONTAINER
*********/
    #Container {
       width: 940px;
	   overflow: hidden;
       margin: 0 auto;
	   margin-top: 58px;
	   margin-bottom: 10px;
	   text-align: left;
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   color: #333;
	   line-height: 14px;
    }
/*********
Logo
*********/
	#Logo {
		width: 220px;
		height: 74px;
		margin-bottom: 20px;
		float: left;
	}
/*********
NAV BAR
*********/
	#NavBar {
		width: 700px;
		height: 62px;
		float: left;
		margin-left: 20px;
		margin-top: 11px;
		margin-bottom: 20px;
	}
/*********
BANNER TAB
*********/
	#BannerTab {
		width: 27px;
		height: 69px;
		margin: 0 auto;
		position: relative;
		left: -483px;
		top: 260px;
	}

/*********
HEADER
*********/
	#Header {
		width: 940px;
		height: 299px;
		margin-bottom: 21px;
		clear: both;
	}
/*********
BOTTOM ADS
*********/
	#BottomAd1 {
		width: 306px;
		height: 140px;
		float: left;
		margin-right: 10px;
	}
	#BottomAd2 {
		width: 306px;
		height: 140px;
		float: left;
		margin-right: 10px;
	}
	#BottomAd3 {
		width: 306px;
		height: 140px;
		float: left;
	}
/*********
BODY COPY
*********/
	#BodyCopy {
		width: 800px;
		margin: auto;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 20px;
		text-align: justify;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		color:#333;
	}
/*********
HEADERS H1
*********/
	h1 {
		font-family:Arial, Helvetica, sans-serif;
		text-align: left;
		font-size: 20px;
		border-bottom:thin;
		border-bottom-style:solid;
		margin-bottom: -5px;
		color:#3c79a3;
	}
/*********
FOOTER
*********/
	#Footer {
		width: 765px;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#333;
	}
/*********
LINKS
*********/
	a:link { 
	color: #0099cc; text-decoration: underline; 
	}
	a:hover { 
	color: #006699; text-decoration: none 
	}