body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	background: #FFF url(images/qar_banner-tile.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}

/* ------------divisions begin---------------*/
#banner {
	margin-top: 0;
	margin-left: 0;
	height: 200px;
	position: relative;
}
	
#container {
	width: 770px;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 202px;
	height: 605px;
}

#sidebar {
	border-right: 2px solid #CCCCCC;
	width: 160px;
	float: left;
	margin: 0;
	padding: 15px 5px 10px 15px;
	
}

#content {
	width: 550px;
	margin: 0;
	padding: 15px;
	float: right;
	clear: right;
}


#footer {
	font-size: 65%;
	color: #999999;
	text-align: center;
	clear: both;
	width: 770px;
	margin-top: 20px;
	padding-top: 8px;
	border-top: 1px solid #CCCCCC;
	position: relative;
}


/* -----text----- */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 120%;
	color: #336699;
	font-weight: bolder;
}
h2 {font-size:110%;
	color: #333333;
}
h3 {
	font-size: 100%;
	color: #333333;
}
h4 {
	font-size: 80%;
	color: #333333;
}
h4.tbl_col_lft {color: #336699}

html>body h4.tbl_col_lft {
	vertical-align: baseline;
}
h4.qar_conatact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bolder;
}
	
h5 {font-size: 75%;
	color: #333333;
	margin-top: 5px;
	padding-top: 2px;
}

p {
font-size: 90%;
}

li {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 110%;
	font-weight: normal;
	color: #666666;
	line-height: 1.75em;
}
.arialnarrow {
	font-size: 90%;
	color: #333333;
	letter-spacing: -0.05em;
}

.linksfont-size {
	font-size: 70%;
	color: #333333;
}

/*--------begining of navigation and links----------*/
/*banner navigation*/
#navlinks span{
	font: 75% Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: right;
	margin: 0;
	padding: 3px;
	float: right;
	position: absolute;
	top: 168px;
	right: 20px;
	z-index: 3;
}

#navlinks span a {
	color:#999;
	text-decoration: none;
	font-weight: bold;
}
#navlinks span a:hover {
	color: #99CCFF;
}

/*table links*/
h4.tbl_col_lft a {
	color: #336699;
	text-decoration: underline;
}
h4.tbl_col_lft a:hover {
	color: #99CCFF;
	background-color: #FFFFCC;
}

/*links to quent's bio*/
h5.quent a {
	color: #666666;
	text-decoration: underline;
}
h5.quent a:hover {
	color:#0066CC;
	background-color: #FFFFCC;
}

a {color: #336699;}

/*--------end of navigation and links----------*/

#clock {
	font: 80% Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}

