body {  
	background-image: url('../images/cooqibkgd.jpg');
	background-repeat: no-repeat;	
	background-position: top center;
	background-color: #fffced; 	
	margin: 0px;
	font-family: arial, geneva, sans-serif;
	font-size: small;
	color: #143466;
	text-align: center; padding-left:0px; padding-right:0px; padding-top:20px; padding-bottom:20px
	}	

div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
img {
	border: 0px;
	}

#container {   /* <div id="container"> */
	width: 720px;	
	margin: 10px auto 15px auto;
	padding: 10px;
	text-align: left;
	}

#header {   /* <div id="header"> */
	position: static;
	width: 720px;	
	margin: 0px auto 20px auto;
	}	
	
#menu {   /* <div id="menu"> used for side navigation */
	position: static;
	width: 			160px;	
	margin: 		10px 0px 0px 10px;
	padding: 		10px 5px 10px 0px;
	text-align: left;
	}
	
#maincopy {
	position: static;
	width: 486px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 36px;
	text-align: left;
	}
	
.clear {  /* clears all floats */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}	
	
.fullwidth {  /* 688 wide division */
	width: 688px;
	margin: 0px;
	padding: 10px 16px 10px 16px;
	text-align: left;
	}
	
#footer {
	width: 720px;
	margin: 10px auto 0px auto;
	padding: 10px 0px 0px 0px;
	}
	
#subfooter {
	margin: 0px auto 0px auto;
	padding: 10px 20px 0px 10px;
	text-align: left;
	}	

h1 {
  font-size:      220%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;	
	color: 					#3e3f9a;
	}
	
h2 {
  font-size:      200%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;	
	}
	
h3 {
  font-size:      160%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;
	}	
	
h4 {
  font-size:      130%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;
	}	
	
.tl {
	text-align:	left;
	}
	
.tc {
	text-align:	center;
	}
	
.tr {
	text-align:	right;
	}
	
.tj {
	text-align:	justify;
	}
	
.t85 {    /* small text left */
	font-size:      85%;	
	}
	
.t110 {
	font-size:   110%;	
	line-height: 0.5cm;  /* specifies space between lines */
	}	
	
.t120 {   /* large text left */
	font-size:      120%;	
	}	
	
.u {  	/* underline */
	text-decoration:  underline;
	}
	
.height5 {   /* space between lines */
	line-height: 0.5cm;
	}
	
.verdana {	
		font-family: verdana, arial, geneva, sans-serif;
		}
	
.border {
	border: 1px solid black;
	}
	
.red {
	color: #ff1000;
	}
	
.blue {
	color: #3e3f9a;
	}
	
.brown {
	color: #993300;
	}
	
.grey {
	color: #252525;
	}
	
.green {
	color: #005826;
	}
	
.rust {
	color: #993300;
	}
	
.floatl {
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}	
	
img.floatr {   /* floats to the right with white space on the left*/
	padding: 5px 0px 5px 20px;
	}
	
img.floatl {  /* floats to the left with white space on the right*/
	padding: 5px 20px 5px 0px;
	}
	
.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:		#cc9106;
  	text-decoration:	none;
  	padding:					0px;
  	}
	
	a:visited {
		color: 		#cc9106;
		text-decoration: 	none;
		padding:					0px;
		}

	a:hover {
		color: #3e3f9a;
		text-decoration: none;
		padding:	0px;
		background-color: #e5f1f7;
		}
		
#menu	a {
  	color:		#cc9106;
  	text-decoration:	none;
  	padding:					0px;
  	}
	
#menu	a:visited {
		color: 		#cc9106;
		text-decoration: 	none;
		padding:					0px;
		}

#menu	a:hover {
		color: #3e3f9a;
		text-decoration: none;
		padding:	0px;
		background-color: #e5f1f7;
		}
		
ul {
  	margin-top:		0;
  	padding-top: 	0;
  	margin-left:	10px;
  	padding-left:	10px;
		list-style-image: none;
  	}
		
ul.noimage {	 /* no image at the beginning of an unordered list */
 	list-style-type: none;
	}		
		
ul.image {  /* image at the beginning of an unordered list */
	list-style-image: url('../images/bullet.gif');
	}
		
li {
	margin:				0px 0px 0px 0px;
	padding:			5px 0px 5px 0px;
	}
		
table {  /* table with 10 px padding and no margins */
	padding:	10px;	
	margin: 	0px auto 0px auto;
	}	
	
table.product {  /* table with 10 px padding and no margins */
	padding:	0px 10px 0px 10px;	
	margin: 	0px auto 0px auto;
	}	
	
table.size710 {  /* sets a table to 710 px */	
	padding:	0px;	
	margin: 	0px auto 0px auto;
	width:		710px;		
	}
	
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.product {  /* table cell with 10 px padding on top and 15 px padding on the right */
	padding-top:		0px;		
	padding-right:	15px;
	vertical-align:		top;	
	}
	
td.size75  {
	padding-right:	10px;
	width:					75px;
	}
	
td.size115  {
	padding-right:	10px;
	width:					115px;
	}
	
td.size275  {
	padding-right:	10px;
	width:					275px;
	}
	
td.size300  {
	padding-right:	10px;
	width:					300px;
	}
	
td.size435 {  
	padding-right:	10px;	
	padding-bottom:	10px;
	width:					435px;		
	}
	
td.nopad {  
	padding-top:		0px;		
	padding-right:	0px;
	}
	
td.top {  
	vertical-align:		top;	
	}
	
td.bottom {  /* moves text in a td to top*/
	vertical-align:		bottom;	
	}
	
td.half {
	width:	50%;
	vertical-align:		top;	
	}
	
.cookie a:hover {	
		color: #3e3f9a;
		text-decoration: none;
		padding:	0px;	
		background-color: transparent;	
		}
