body 
{
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 920px;
    background-color: #00000F;
    color: #FFFFF0;
    font: 14px Arial, Helvetica, Verdana, sans-serif;
}

a {
	color: #00000f;	
}

a.navLink 
{
    background-color: #fffff0;
    color: #00000f;
}

#wrapper 
{
    text-align: left;
    width: 920px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    background-color: #FFFFF0;
    color: #333;
}

.logo 
{
    margin: 15px 0 15px 0;
    float: left;
}

#header 
{
    position: relative;
    z-index: 96;
}

#header table
{
    position: absolute;
    right: 20px;
    top: 12px;
}

#header table td
{
    padding-bottom: 3px;
}

#header-bottom 
{
	position: relative;
    border-top: 1px solid #00000f;
    border-bottom: 1px solid #00000f;
    padding-top: 3px;
    padding-bottom: 3px;
    clear: left;
    z-index: 97;
}

#main 
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 10px;
}

#content
{
    margin: 0 170px 0 0;
    background-color: #FFFFF0;
    color: #333;
}

#mainAdvert
{
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    margin: 0;
    padding: 0;
}

#settings
{
	width: 710px;
	height: 32px;
	background-image: url(img/settingsBg.gif); 
	color: #fffff0;
	margin-bottom: 10px;
}

#settings a 
{
	color: white;	
}

#settings .hi 
{
    font-weight: bold;
    color: White;
}

#footer 
{
    width: 920px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #FFFFF0;
    color: #666666;
    text-align: center;
}
.menuItem 
{
    border-top: solid 1px #00000f;
    border-left: solid 1px #00000f;
    border-right: solid 1px #00000f;
}
.menuBorder 
{
    border-bottom: solid 1px #00000f;
}
.darkBox 
{
	position: relative;
    background: #00000f;
    color: #fffff0;
    padding: 0;
}

.darkBox a
{
	color: white;	
}

.rndtop 
{
    background: url(img/topright.gif) no-repeat right top;
    padding: 0;
    margin: 0;
    height: 8px;
}
.rndbtm 
{
    background: url(img/bottomright.gif) no-repeat right bottom;
    padding: 0;
    margin: 0;
    height: 8px;
}
.darkBox p 
{
    margin: 0 4px 0 8px;
    line-height: 1.3;
}
.darkBox .hi 
{
    font-weight: bold;
    color: White;
}

.darkBox h2
{
    font: 18px Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    color: #fffff0;
    margin: 0px 5px 7px 10px;
    padding: 0;
    text-align: left;
}

.darkBox img
{
	border: none;
	margin: 0;
	vertical-align: top;		
}

img.edit 
{
    border: none;
    vertical-align: middle;
}

h1
{
    font-size: 24px;
    color:#00000f;
    margin: 0 0 5px 10px;
    padding: 0;
}

h2
{
    font-size: 20px;
    color:#00000f;
    margin: 5px 0 5px 10px;
    padding: 0;
}

.leftLabel
{
    float: left;
    width: 5.5em;
    margin: 0 1em 0 0;
    text-align: right;
    font-weight: bold;
}

input
{
	margin: 5px;
}

select 
{
	margin-bottom: 5px;
}

.lightBox {
	background: url(img/lightBoxTopLeft.gif) no-repeat top left;
	margin-top: 10px;
}
.lightBoxTop {
	background: url(img/lightBoxTopRight.gif) no-repeat top right;
}
.lightBoxBottom {
	background: url(img/lightBoxBottomLeft.gif) no-repeat bottom left;
}
.lightBoxBottom div {
	background: url(img/lightBoxBottomRight.gif) no-repeat bottom right;
}
.lightBoxContent {
	background: url(img/lightBoxRight.gif) top right repeat-y;
}

.lightBoxContent2 {
	background: url(img/lightBoxRight.gif) top right repeat-y;
}

.lightBoxTop div,.lightBoxTop,
.lightBoxBottom div, .lightBoxBottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.lightBoxContent {
	margin-top: -19px;
}
.lightBoxContent2 {
	margin-top: -5px;
}
.lightBoxBottom {
	margin-top: -5px;
}
.lightBoxContent { padding: 0 10px; }

.lightBoxContent2 { padding: 0 10px; }

.lightBox p {
	margin: 0 0 5px 0;
	padding: 0;	
}

.note {
	border: 1px solid #00000f;
	background-color: #ffffdd;
	font-size: 10pt;
	margin: 10px 0;
	padding: 0 5px 0 15px;
}
