/*IE Hack: */
* html body, html { height: 100%;}

/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
color: #fff;
font-size: 12px;
font-weight:400;}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

BODY {
	background: #000;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Arial Narrow, Arial, Helvetica, Verdana, Geneva, sans-serif;
color: #fc0;
margin:0;
margin-top:10px;
font-style:italic;
font-weight:800;}

H1 {font-size: 26px;}

H2 {font-size: 24px;}

H3 {font-size: 20px;}

H4 {font-size: 17px;}

H5 {font-size: 14px;}

H6 {font-size: 13px; text-align:center; font-style:normal;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 11px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #fc0;
text-decoration: none;}

A:visited {color: #c90;
text-decoration: none;}

A:active {color: #fc0;
text-decoration: none;}

A:hover {color: #ffc;
text-decoration: underline;}

A.white:link {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:visited {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:active {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:hover {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: underline;}

/* horiz. marquee */

INPUT.marquee {color:#fc0;
background-color : #000;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, monospace;
font-size: 1.2 em;
border=none;
}

Table.codebox {
	background-color : #ccc;
	border : solid;
	border-color : #000;
	border-width : 1;
}

.white {color: #fff;
text-decoration: none}

.blue {color: #036;
text-decoration: none}

.green {color: #007B01;
text-decoration: none}

.red {color: #f00;
text-decoration: none}

/* added by webmaster, specific to site */

.footer {font-size: 11px;}

#marquee {color:#fc0;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 43px;
    }
 
html>body #marquee {
    position:relative;
    width:85%;
    }

.logobr{position: absolute;
    bottom:5px;
    right:0px;
    z-index:-1;
    }
    
html>body .logobr {
    position: relative;
    z-index:0;
    }
    
.skin03 {
    position:absolute;
    top:89;
    left:62;
    }

html>body .skin03 {
    position: relative;
    top:0;
    left:0;
    }
    
//.content {
//    position:absolute;
//    top:89px;
//    left:176px;
//    }

html>body .content {
    position: relative;
    top:0;
    left:0;
    padding-left:0;
    }
    
.logo {display:block;}
.logopr {display:none;}

.iefix {position:relative;
    top: -4;
    }

/*from Deluxe Resources */
/* Below is specific to Deluxe Resources Admin pages */

TD.head {
	background: #c0c0c0;
	color: black;
	font-weight: bold;
}

/* Below is specific to the Deluxe Resources Admin wysiwyg editor */

.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}
/*end deluxe resources */

    
@media print{
	#noprint {display:none;}

    body {color: #000;}
    
    a:link {color:#00c;}
    a:visited {color:#c00;}
    
    H1, H2, H3, H4, H5, H6 {color: #300;}
    .logo {display:none;}
    .logopr {display:block;}
    }
