/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;
	font: inherit;
	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    background-color: #333333;
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div#head_links a {
    background: none repeat scroll 0 0 #F0EF97;
    color: #000000;
    display: inline;
    font-weight: bold;
    padding: 3px;
}

div#instruct2 li {
    color: #000000;
    text-shadow: none;
	font-size:13px;
}

div#instruct2 h2 {
    color: #000000;
    font-size: 19px;
    text-shadow: none;
}

html body div.content div#instruct2 {
    bottom: 73px;
    height: 0;
    padding-left: 43px;
    padding-right: 47px;
    position: relative;
}

html body header div#head_links a.ql {
    text-decoration: none;
    background: #1BBCBB;
}

html body div.content div#instruct2 li b {
    color: red;
}

div#left_logo center h3 {
    bottom: 120px;
    position: relative;
}