﻿/* BASELINE STYLESHEET */

/* BLOCK ELEMENTS */
html, div, map, dt, form { display:block; }
body		{ display:block; margin:8px; font-family:Serif; font-size: medium; }
p,dl		{ display:block; margin-top:1em; margin-bottom:1em; }
dd		{ display:block; margin-left:40px; }
address		{ display:block; font-style:italic; }
blockquote	{ display:block; margin:1em 40px; }
h1 { display:block; font-size:2em;	font-weight:bold; margin:0.67em 0; }
h2 { display:block; font-size:1.5em;	font-weight:bold; margin:0.83em 0; }
h3 { display:block; font-size:1.125em;	font-weight:bold; margin:1em 0; }
h4 { display:block; font-size:1em;	font-weight:bold; margin:1.33em 0; }
h5 { display:block; font-size:0.75em;	font-weight:bold; margin:1.67em 0; }
h6 { display:block; font-size:0.5625em;	font-weight:bold; margin:2.33em 0; }
pre{ display:block; font-family:Monospace; white-space:pre; margin:1em 0; }
hr { display:block; height:2px; border:1px; margin:0.5em auto 0.5em auto; }

/* TABLE ELEMENTS */
table	{ border-spacing:0px; border-collapse:separate; margin-top:0; margin-bottom:0; text-indent:0; }
caption	{ text-align:center; }
td	{ padding:1px; }
th	{ font-weight:bold; padding:10px; }
tbody, thead, tfoot { vertical-align:middle; }

/* INLINE ELEMENTS */
strong { font-weight:bold; }
cite, em, var, dfn { font-style:italic; }
code, kbd, samp { font-family:Monospace; }
ins { text-decoration:underline; }
del { text-decoration:line-trough; }
sub { vertical-align:-0.25em; font-size:smaller; line-height:normal; }
sup { vertical-align:0.5em; font-size:smaller; line-height:normal; }
abbr[title], acronym[title] { border-bottom: dotted 1px; }

/* LIST ELEMENTS */
ul { list-style-type:disc; margin:1em 0; margin-left:40px; padding-left:0; }
ol { list-style-type:decimal; margin:1em 0; margin-left:40px; padding-left:0; }
/* Remove tob and bottom margins for nested lists */
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl { margin-top:0; margin-bottom:0; }
/* Use circle when ul nested 2 deep */
ol ul, ul ul { list-style-type:circle; }
/* Use square when ul nested 3 deep */
ol ol ul, ol ul ul, ul ol ul, ul ul ul { list-style-type:square; }

/* END - BASELINE STYLESHEET */

/* ******************************************************************************************************** */
/* RQC                                                                                           */
/* ******************************************************************************************************** */

TD, SPAN, LI, BODY, P { color:#000; background-color:Transparent; }
TD, SPAN, LI, BODY, P { font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
OPTION, SELECT, INPUT, TEXT, TEXTAREA, SUBMIT { color:#000; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

A {color:#006633; text-decoration: none; }
A:visited {color:#006633; text-decoration: none; }
A:link	  {color:#006633; text-decoration: none; }
A:visited {color:#006633; text-decoration: none; }
A:hover	  {color:#006633; text-decoration: underline; }

body
{
	background: white;
    margin: 0;
    padding: 0;
    text-align: center;
}

div.sitename
{
    font-size: 16px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #339933;
}

div.imagecaption
{
    font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #006633;
    text-align: center;
	top:420px;
}

div.footerband
{
	background: url("images/rqcfooterright_new.png") top left repeat-x;
    text-align: left;
}

div.poweredby
{
    font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #006633;
    text-align: right;
}

div.developedby
{
    font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #006633;
    text-align: right;
}
