body
{
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#header
{
	width: 100%;
	height: 90px;
	background-image: url(../images/headBack.gif);
	background-repeat: repeat-x;
	position: relative;
	border-bottom: 1px solid #58697b;
	z-index: 1;
}
#rrLogo
{
	width: 224px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/rrLogoArrow.gif);
	background-repeat: no-repeat;
	z-index: 2;
}
#qasCorner
{
	width: 130px;
	height: 45px;
	position: absolute;
	top: 0px;
	right: 0px;
	/*background-image: url(../images/qasCorner.gif);*/
	background-repeat: no-repeat;
	z-index: 2;
}
#homer
{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 48px;
    right: 4px;
    z-index: 2;
}
#menuHolder
{
	height: 32px;
	z-index: 2;
	position: absolute;
	top: 30px;
	left: 226px;
}
.menuBtn
{
	width: 97px;
	height: 32px;
	float: left;
	padding-top: 8px;
	text-align: center;
	font-size: .8em;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/btnShell.gif);
	background-repeat: no-repeat;
	margin-right: 3px;
	z-index: 3;
}
#copyright
{
	position: absolute;
	top: 77px;
	left: 226px;
	font-size: .65em;
	color: #FFFFFF;
	z-index: 3;
}
.menu:link
{
	color: #ffffff;
	text-decoration: none;
}
.menu:visited
{
	color: #CCCCCC;
	text-decoration: none;
}
.menu:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.basic:link
{
    color: #264f7a;
	text-decoration: underline;
}
.basic:visited
{
    color: #58697b;
	text-decoration: underline;
}
.basic:hover
{
    color: #1462b5;
	text-decoration: none;
}
#content
{
    width: 100%;
    position: relative;
    text-align:center;
    margin-top: 4px;
}
#innerContent
{
    width: 800px;
    position: relative;
    margin: 0 auto;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px dashed #e1dede;
    border-right: 1px dashed #e1dede;
}
#footer
{
    width: 800px;
    position: relative;
    margin: 0 auto;
    text-align: left;
    margin-top: 4px;
    border-top: 1px solid #58697b;
}
p,.text
{
    font-size: .9em;
    color: #000000;
}
.small
{
    font-size: .7em;
    color: #000000;
}
h1
{
    font-size: 1.2em;
    color: #58697b;
    font-weight: bold;
}
h2
{
    font-size: 1em;
    color: #58697b;
    font-weight: bold;
}
h3
{
    font-size: .95em;
    color: #58697b;
    font-weight: bold;
}
.clr
{
    clear: both;
}
.imgRight
{
    float: right;
}
.imgB
{
    border: 1px solid #000000;
}
.boxRight
{
    float: right;
    font-size: .8em;
    text-align: center;
    margin-left: 4px;
    margin-bottom: 4px;
}
.bdr
{
    border-style: none;
}
li
{
    font-size: .9em;
}
sup
{
    font-size: .9em;
}