body { 	
	background-image: url('../images/cctop.png');  /* bkgd image */
	background-position: top;  /* bkgd image to center */
	background-repeat: repeat-x;		/* bkgd image does not repeat */  
	/* also bkgd image repeat-y or repeat-x */
	background-color: #ffffff;		/* bkgd color  */
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: small;  /* default font size 10 px */
	text-align: center; /* default text alignment */
	padding-left:0px;   /* default text padding */
	padding-right:0px; 
	padding-bottom:10px
	}

div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
html {  /* this forces vertical scroll bar on firefox*/
  height: 100%;
  margin-bottom: 1px;
	}

#container {   /* <div id="container"> */
	width: 720px;
	background-color: #ffffff;
	margin: 20px auto 15px auto;
	padding: 10px;
	text-align: left;
	}

#header {   /* <div id="header"> */
	position: static;
	width: 688px;	
	margin: 0px auto 0px auto;
	}
	
.menuborder {  /* top and bottom border line on a horizontal menu */
	position: static;
	width: 688px;
	height:	18px;
	margin: 0px auto 0px auto;
	padding: 2px 0px 0px 0px;
	border-top: 1px #4e3d56 solid;
	border-bottom: 1px #4e3d56 solid;	
	}	
	
#nav {   /* <div id="nav"> used for side navigation */
	position: 			static;
	width: 					160px;
	background-color:	#ffffff;
	margin: 				15px 0px 0px 0px;
	padding: 				10px 5px 10px 15px;
	text-align: 		left;
	font-size:     	100%;	
	font-weight:   	normal;
	}
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 486px;
	margin: 10px 0px 0px 0px;
	padding: 10px 16px 10px 20px;
	text-align: left;	
	}
	
.clearmaincopy {   /* clears all floats in main copy, use in main copy only */
	clear: both;
	width: 484px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}	
	
.clear {  /* clears all floats in the container, use in container only */
	clear: both;
	width: 686px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.fullwidthpadded {   /* 50 px white space added inside fullwidth division */
	width: 588px;
	margin: 0px auto 0px auto;
	padding: 10px 66px 10px 66px; 
	text-align: left;
	}
	
.fullwidth {  /* 688 wide division */
	width: 688px;
	margin: 0px;
	padding: 10px 16px 10px 16px;
	text-align: left;
	}
	
#footer {   /* <div id="footer> */
	width: 688px;
	text-align: center;
	font-family: Verdana;
	font-size: 100%;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	padding-bottom: 10px;
	}
	
#superfooter {  /* space below footer */	
	height: 84px;
	background: url(../images/ccbottom.jpg) repeat-x;
	}	
	
img {  /* removes border from linked images */
	border: 0px;
	}
	
.border {   /* adds a 1px black border*/
	border: 1px solid black;
	}
	
.floatl {   /* floats to the left*/
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {  /* floats to the right*/
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
.divcenter{      /* creates an auto centering division */
	margin: 0px auto 0px auto;
	}

.nobottom {   /* forces bottom text to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top text to move up */
	margin-top:	0;
	padding-top:	0;
	}	
	
	
a {  /* color of link */
  	color:	#4e3d56;
  	text-decoration:	none;
  	padding:	0px;
  	}
	
a:visited {  /* color of visited link */
		color: #4e3d56;
		text-decoration: none;
		padding:	0px;
		}

a:hover {  /* color of link when hovered*/
		color: #4f4e3f;
		text-decoration: none;
		padding:	0px;
		background-color: #f3f1d8;
		}
		
.cart	a {
    font-size:      	90%;	
		text-align:				center;
		font-weight:    	normal;
		color:						#000000;
		text-decoration: 	none; 
    display: 					block;
		background: 			url(../images/greenbuy.jpg) center center no-repeat; 
    padding: 					2px 0px 0px 0px;
		margin: 					0px auto 0px auto; 
    width: 						80px; /*helps IE with hover */
    height: 					21px;
  	}
		

.cart	a:hover {
    font-size:      	90%;	
		text-align:				center;
		font-weight:    	normal;
		color:						#cfcca7;
	 	text-decoration: 	none; 
    display: 					block;
		background: 			url(../images/purplebuy.jpg) center center no-repeat; 
    padding: 					2px 0px 0px 0px;
		margin: 					0px auto 0px auto; 
    width: 						80px; /*helps IE with hover */
    height: 					21px;
		}
	
/* lists */
	
ul {  /* definition of an unordered list */
	margin-top:		0;
	padding-top: 	0;
	margin-left:	6px;
	padding-left:	6px;
	}
	
li {
	margin-top:		0px;
	padding-top: 	5px;
	margin-left:	0px;
	padding-left:	0px;
	}
		
ul.image {  /* image at the beginning of an unordered list */
	list-style-image: url('../images/bullet.jpg');
	}
	
ul.image2 {  /* image at the beginning of an unordered list */
	list-style-image: url('../images/greenbullet.jpg');
	}
		
ul.noimage {	 /* no image at the beginning of an unordered list */
 	list-style-type: none;
	}	
	
li.line {	 
	border-bottom: 1px #4e3d56 solid;	
	}	
	
	

/* tables */		

table {  /* table with 10 px padding and no margins */
	padding:	10px;	
	margin: 	0px auto 0px auto;
	}	
	
td {  /* table cell with 10 px padding on top and 15 px padding on the right */
	padding-top:		10px;		
	padding-right:	15px;
	vertical-align:		top;	
	}
	
td.bottom  {
	vertical-align:		bottom;	
	}
	
td.lined {   /* lined table  */
	border:		1px solid black;	
	padding:	5px;
	vertical-align:		top;	
	}	
	
h1 {
  font-size:      190%;
	font-family: 		arial, verdana, geneva, sans-serif;			
	font-weight:    normal;
	color: 					#4e3d56;
	font-style:			italic;
	padding-top:		5px;
	}
	
	
h2 {  /* headline 2 */
  font-size:      180%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;	
	}	

	
h3 {  /* headline 3 */
  font-size:      160%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;
	}	
	
h4 {  /* headline 3 */
  font-size:      140%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;
	}	

.tl {   /* text left */
	text-align:	left;
	font-weight:    normal;
	}
	
.tc {   /* text center*/
	text-align:	center;
	font-weight:    normal;
	}
	
.stc {  
	text-align:	center;
	font-weight:    normal;
	font-size:      80%;
	}
	
.tr {   /* text right*/
	text-align:	right;
	font-weight:    normal;
	}
	
.tj {   /* text justified*/
	text-align:	justify;
	font-weight:    normal;
	}
	
.t85 {    
	font-size:      85%;	
	}
	
.t110 {
	font-size:   110%;	
	line-height: 0.5cm;  /* specifies space between lines */
	}	
	
.t120 {   
	font-size:      120%;	
	}		
	
.red {
	color: #c90000;
	}
	
.green {
	color: #a69f35;
	}
	
.purple {
	color: #4e3d56;
	}
	
.navy {
	color: #0000a9;
	}

	

	
