﻿body {
}
.test
{
	background-color: #ffff99;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.reasonNumber
{
	color: white;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	background-color: navy;
	text-align: center;
}

.reason
{
	color: navy;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}

.reasonTextx
{
	color: navy;
	font-family: Tahoma;
	font-size: 16px;
}


h1 
{
    color: Navy;
    font-family: Tahoma;
    font-size: 2em;
    font-weight: normal;    
}

h2 
{
    color: Navy;
    font-family: Tahoma;
    font-size: 1.75em;
    font-weight: normal;
}

h3
{
    color: Navy;
    font-family: Tahoma;
    font-weight: normal;
}
.widthlessbox {
	margin: 0 25%; /* NO WIDTH! Opens up a world of possibilities! */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
		
.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2
{
    background: url(sbhead-l.gif) no-repeat top left;
    margin: 0;
    padding: 22px 30px 5px 30px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
}

.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.content {
    vertical-align:top;
    padding: 5px 5px 5px 5px;
}

.login {
    vertical-align:top;
    padding: 5px 5px 0px 0px;
}

