body
{
 background: #ffffff;
 color: #333333;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 margin: 0px;
 margin: 0px;
 padding: 5px;
 text-align: center;
}
p
{
 padding-left: 10px;
}
.rightImage
{
 border: 1px solid #333333;
 margin-right: 15px;
 margin-left: 10px;
}
.instruction
{
 color: #666666;
 font-size: 10px;
 font-style: italic;
}
.required
{
 color: #ff0000;
 font-size: 12px;
 font-style: italic;
}
.formText
{
 color: #333333;
 font-size: 10px;
}
#outline
{
 width: 700px;
 border: 2px solid #333333;
 background: #ffffff url(images/background.jpg) no-repeat;
 margin-top: 20px;
}
#outerHeader
{
 width: 100%;
 border-bottom: 3px double #333333;
 background: #ffffff url(images/background_top.jpg) no-repeat;
 color: #000000;
 font-size: 16px;
 font-weight: 900;
 font-family: Times, Times New Roman, serif;
 margin: 0px;
 padding: 5px;
 text-align: center;
}
#navColumn
{
 float: left;
 width: 150px;
 margin: 0px;
 padding: 0px;
 text-align: center;
 font-weight: bold;
}
.navButton
{
 background: #eeeeee;
 width: 130px;
 margin: 2px;
 padding: 0px;
}
.navButton A:link
{
 border: 2px solid #eeeeee;
 color: #000000;
 text-decoration: none;
 width: 130px;
}
.navButton A:active
{
 border: 2px solid #eeeeee;
 color: #000000;
 text-decoration: none;
 width: 130px;
}
.navButton A:visited
{
 border: 2px solid #eeeeee;
 color: #000000;
 text-decoration: none;
 width: 130px;
}
.navButton A:hover
{
 border: 2px solid #000000;
 color: #000000;
 text-decoration: none;
 width: 130px;
}
#innerContent
{
 float: right;
 width: 546px;
 background: #ffffff;
 border-left: 1px solid #993333;
 text-align: left;
 margin: 0px;
 padding: 0px;
}
#innerHeader
{
 width: 100%;
 height: 59px;
 background: #990000;
 color: #ffffff;
 font-size: 14px;
 font-weight: bold;
 margin: 0px;
 padding-left: 0px;
 text-align: right;
}
#footer
{
 clear: both;
 width: 100%;
 border-top: 3px double #333333;
 background: #ffffff;
 color: #666666;
 font-size: 10px;
 font-style: italic;
 font-family: Times, Times New Roman, serif;
 margin: 0px;
 padding-top: 5px;
 padding-bottom: 5px;
}
