/* RESET -- BEGIN */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
/* 	outline: 0; */
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* RESET -- END */



body {
	margin:0px;
	padding:0px;
	background:#808080 url(../images/content_background.png) repeat-x;
	font:12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height: 150%;
	color:#444;
}

h3 {
	font-size: 14px;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-bottom: 4px;
}

p {
	padding-top: 4px;
	padding-bottom: 4px;
}

#content {
	background:#FFF;
	
	position: relative;
	top: -17px;
	margin-bottom: -17px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	padding-bottom: 20px;
	
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

#copyright {
	font:7px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color:#777;
	
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
	padding-top:10px;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #357df5;
}

#content a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

#content #header {
	padding-left:30px;
	padding-right:30px;
	text-align: left;
}

div.qkonlinesubsection {
	background:#FFF;
	
	position: relative;
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	
	padding-top:14px;
	padding-bottom:14px;
}

div.qkonlinesubsection a {
	text-decoration: none;
	font-weight: bold;
	color: #357df5;
}

div.qkonlinesubsection a:hover
{
	text-decoration: underline;
	font-weight: bold;
}


div.horizdivider {
	height: 1px;
	border-top: solid;
	border-top-color: #e6e6e6;
	border-top-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

