body { 	
	background-image: url('../images/qclogo.jpg');  /* bkgd image */
	background-position: top center;  /* bkgd image to center */
	background-color: #ffffff;		/* bkgd color  */
	background-repeat: no-repeat;	
	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;
	}
	
img {  /* removes border from linked images */
	border: 0px;
	}
	
#container {   /* <div id="container"> */
	width: 720px;
	background-color: #ffffff;		
	margin: 20px auto 15px auto;
	padding: 10px auto 10px auto;
	text-align: left;
	}
	
#content {   /* <div id="container"> */
	width: 718px;
	background-image: url('../images/qcbkgd.jpg');
	background-position: center center;  /* bkgd image to center */
	background-attachment: fixed;  /* bkgd image remains static */
	background-repeat: repeat-y;		
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	text-align: left;
	border: 1px solid #ffffff;
	}

#header {   /* <div id="header"> */
	position: static;
	width: 718px;	
	margin: 0px auto 0px auto;
	}
	
#nav {   /* <div id="nav"> used for side navigation */
	position: 			static;
	width: 					223px;
	background-color:	transparent;
	margin: 				0px 0px 0px 6px;
	padding: 				20px 5px 0px 0px;
	text-align: 		left;
	font-weight:   	normal;
	}
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 436px;
	margin: 0px 0px 0px 0px;
	padding: 20px 16px 10px 20px;
	text-align: left;	
	}
	
.onehalfwidthmaincopyl {    /* 235 px wide division, floatl or floatr, use for  two column layout, use only in main copy */	
	width: 198px;
	margin: 10px 20px 10px 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	}
	
.onehalfwidthmaincopyr {    /* 235 px wide division, floatl or floatr, use for  two column layout, use only in main copy */	
	width: 198px;
	margin: 10px 0px 10px 20px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	}
	
.clearmaincopy {   /* clears all floats in main copy, use in main copy only */
	clear: both;
	width: 436px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}	
	
#footer {   /* <div id="footer> */
	width: 718px;
	background-image: url('../images/qcbkgd.jpg');
	background-position: center center;  /* bkgd image to center */
	background-attachment: fixed;  /* bkgd image remains static */
	background-repeat: repeat-y;	
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	text-align: left;
	}
	
.quarter {  /* 223 wide division */
	position: 			static;
	width: 					223px;
	background-color:	transparent;
	margin: 				0px 0px 0px 6px;
	padding: 				20px 5px 0px 0px;
	text-align: 		left;
	font-weight:   	normal;
	
	}
	
.threequarter {  /* 436 wide division */
	position: static;
	width: 436px;
	margin: 0px 0px 0px 0px;
	padding: 20px 16px 0px 20px;
	text-align: left;	
	}

	
.fullwidth {  /* 688 wide division */
	width: 688px;
	margin: 0px;
	padding: 10px 16px 10px 16px;
	text-align: left;
	}
	
.fullwidthpadded {   /* 50 px white space added inside fullwidth division */
	width: 588px;
	margin: 0px auto 0px auto;
	padding: 10px 66px 10px 66px; 
	text-align: left;
	}
	
.halfwidthpadded {   /* 20 px white space added inside 288 px halfwidth division.  Can not be used inside a fullwidthpadded */
	width: 288px;
	margin: 0px;
	padding: 10px 36px 10px 36px;
	text-align: left;
	}
	
.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;
	}
	
.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 */
	}
	
img.floatr {
	padding-left: 20px;
	}
	
img.floatl {
	padding-right: 20px;
	}
	
.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:						#29663e;
  	text-decoration:	none;
		padding:					0px 5px 0px 5px;
  	}
	
a:visited {  /* color of visited link */
		color: 						#29663e;
		text-decoration: 	none;
		padding:					0px 5px 0px 5px;
		}

a:hover {  /* color of link when hovered*/
		color: 						#173673;
		text-decoration: 	none;
		padding:					0px 5px 0px 5px;
		background-color: #d9d9d9;
		}
		


.footer a {  /* color of link */
  	color:						#ffffff;
  	text-decoration:	none;
		padding:					0px 5px 0px 5px;
  	}
	
.footer a:visited {  /* color of visited link */
		color: 						#ffffff;
		text-decoration: 	none;
		padding:					0px 5px 0px 5px;
		}

.footer a:hover {  /* color of link when hovered*/
		color: 						#173673;
		text-decoration: 	none;
		padding:					0px 5px 0px 5px;
		background-color: #ffffff;
		}
		
#nav	a {
  	color:						#ffffff;
		font-size:      	130%;
  	text-decoration:	none;
  	padding:					0px 5px 0px 5px;
		font-family: 			"trebuchet ms", verdana, geneva, sans-serif;
  	}    
		
#nav	a:visited {
 		color: 						#ffffff;
		font-size:      	130%;
		text-decoration: 	none;
		padding:					0px 5px 0px 5px;
		font-family: 			"trebuchet ms", verdana, geneva, sans-serif;
		}   
		

#nav	a:hover {
		color: 						#173673;
		font-size:      	130%;
		text-decoration: 	none;
		padding:					0px 5px 0px 5px;
		background-color: #ffffff;
		font-family: 			"trebuchet ms", verdana, geneva, sans-serif;
		}  
		
		
/* lists */
	
ul {  /* definition of an unordered list */
	margin-top:		0;
	padding-top: 	0;
	margin-left:	10px;
	padding-left:	10px;
	}
		
ul.image {  /* image at the beginning of an unordered list */
	list-style-image: url('../images/bullet.gif');
	}
		
ul.noimage {	 /* no image at the beginning of an unordered list */
 	list-style-type: none;
	}		
	
li {
	margin-top:		0px;
	padding-top: 	5px;
	margin-left:	0px;
	padding-left:	0px;
	}
	
.sublist ul {  /* definition of an unordered list */
	margin-top:		0;
	padding-top: 	0;
	margin-left:	10px;
	padding-left:	10px;
	font-size:    80%;
	}
	
.sublist li {
	margin-top:		0px;
	padding-top: 	0px;
	margin-left:	0px;
	padding-left:	0px;
	font-size:    80%;
	}
	
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;	
	}
	
h1 {  /* headline 1 */
  font-size:      220%;	
	text-align:			center;
	font-weight:    normal;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;
	color: #173673;
	}
	
h2 {  /* headline 2 */
  font-size:      140%;
	text-align:			center;	
	font-weight:    normal;	
	}
	
.tl {   /* text left */
	text-align:	left;
	}
	
.ltl {   /* large text left */
	font-size:      120%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.stl {    /* small text left */
	font-size:      85%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.tc {   /* text center*/
	text-align:	center;
	}
	
.ltc {  /* large text center*/
	font-size:      120%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.stc {   /* small text center*/
	font-size:      85%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.tr {   /* text right*/
	text-align:	right;
	}
	
.ltr {   /* large text right*/
	font-size:      120%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.str {  /* small text right*/
	font-size:      85%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.tj {   /* text justified*/
	text-align:	justify;
	}
	
.blue {
	color: #073693;
	}
	
.green {
	color: #1f4d2f;
	}
	
.navy {
	color: #0b2966;
	}
	
.white {
	color: #ffffff;
	}
	
	
	
