body, p, td, th, div, blockquote, dl, ul, ol
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: #000000;
}

#topdivider
{
 clear: left;
 width: 100%;
 color: #000000;
 text-align: right;
 padding: 0px 0 4px 0;
}

#topdivider hr
{
 width: 100%;
 height: 2px;
 color: #808080;
 background-color: #808080;
 border: none;
}

#loginstatus
{
 font-size: 0.9em;
 width: 98%;
 text-align: right;
}

#btmdivider hr
{
 width: 100%;
 height: 2px;
 color: #808080;
 background-color: #808080;
 border: none;
}

#btmdivider
{
 clear: left;
 width: 100%;
 color: #000000;
 padding: 4px 0 4px 0;
}

.centertext
{
 text-align: center;
}

.centerboldtext
{
 text-align: center;
 font-weight:bold;
}

.centerblock
{
 border-collapse: collapse;
 width: 98%;
 margin-left: auto;
 margin-right: auto;
}

.centerNoRepeatBg
{
 background-repeat: no-repeat;
 background-position: center top;
}

.subheading
{
 color: #000000;
 text-align: center;
 font-weight:bold;
}

.errormsg
{
 font-size: 0.8em;
 text-align: center;
 font-weight:bold;
 color:blue;
}

.list_table
{
 border-collapse: collapse;
 background-color: #CCD3D9;
 width: 95%;
 margin-left: auto;
 margin-right: auto;
}

.list_table caption
{
 caption-side: top; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 font-weight: bold;
 text-align: center;
 color: #3333CC;
}

.list_table th
{
 border: 1px solid #AAAAAA;
 padding: 2px 8px 2px 8px;
 background-color: #C1C1C1;
 color: #3F3F3F;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 font-weight: bold;
 text-align: center;
}

.list_table tr.altrow
{
 background-color: #CFCFCF;
 color: #000000;
}

.list_table td
{
 border: 1px solid #AAAAAA;
 border-top: none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 text-align: left;
 color: #000000;
}

.list_table td.red
{
 border: 1px solid #AAAAAA;
 border-top: none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 text-align: left;
 color: #FF0033;
}

.list_table td.small
{
 border: 1px solid #AAAAAA;
 border-top: none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.6em;
 text-align: left;
 color: #000000;
}

.list_table td.itemnbr
{
 border: 1px solid #AAAAAA;
 border-top: none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.7em;
 text-align: center;
 color: #000000;
}

.centertable
{
 width: 99%;
 margin-left: auto;
 margin-right: auto;
 background-color: transparent;
 color: #000000;
 padding: 0 20px 0 0;
 text-align: left;
}

h1
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 font-weight: bold;
 text-align: center;
 color: #000000;
}

h2
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 font-weight: bold;
 text-align: center;
 color: #FF0033;
}

h3
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 font-weight: bold;
 text-align: center;
 color: #000000;
}

span.highlight
{
 background-color:yellow;
}

span.point8
{
 font-size: 0.8em;
}

span.point8-blue
{
 font-size: 0.8em;
 color: #3333CC;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#sidebar1
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.7em;
 font-weight: bold;
 text-align: left;
}

#sidebar1 a:link { color: #23238E; }
#sidebar1 a:visited { color: #238E23; }
#sidebar1 a:hover { color: #FF0033; }
#sidebar1 a:active { color: #330000; }

#bottomlink
{
 color: #99FFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.7em;
 font-weight: bold;
 text-align: center;
}

#bottomlink a:link { color: #99FFFF; }
#bottomlink a:visited { color: #66CCCC; }
#bottomlink a:hover { color: #FF0033; }
#bottomlink a:active { color: #99FFFF; }