html, body      { margin:0; padding:0; width:100%; height:100%; overflow:hidden; }
.pb				{ background:black url(none); } /* Page Background Color/Image */
.dff	 		{ font-family: Verdana, Arial, Helvetica; } /* Default Font Face */
.dfs	 		{ font-size:95%; } /* Default Font Size - sets the standard font size for the whole page */
.dfc 			{ color:rgb(255,255,255); } /* Default Font Color */
#background     { position:absolute; z-index:1; width:100%; height:100%; }
#scroller       { position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2; }
#content        { padding:20px 10% 20px 10%; }

 a:link			{ color:rgb(255,204,0); text-decoration:underline } /* Default Link Color/Styling */
 a:visited		{ color:rgb(255,255,153); text-decoration:underline } /* Default Link Color/Styling */
 a:active		{ color:rgb(255,51,0)); text-decoration:underline } /* Default Link Color/Styling */
 a:hover		{ color:rgb(255,0,0); text-decoration:underline } /* Default Link Color/Styling */
/*
 a:link			{ color:darkblue; text-decoration:underline } /* Default Link Color/Styling *
 a:visited		{ color:blue; text-decoration:underline } /* Default Link Color/Styling *
 a:active		{ color:red; text-decoration:underline } /* Default Link Color/Styling *
 a:hover		{ color:red; text-decoration:underline } /* Default Link Color/Styling *
*/
.hfs 			{ font-size:110% } /* Header Font Size - sets the header font size as a percentage of the the default size (dfs) */
.hfc	 		{ color:mintcream; font-family:Courier New,Lucida Console, Monospace; } /* Header Font Color */
.hcc	 		{ background:url(./images/hcGradient.gif); background-repeat:repeat; } /* Header Cell Color midnightblue*/
.ffs			{ font-size:75% } /* Footer Font Size - sets the footer font size as a percentage of the the default size (dfs) */

.cfc 			{ color:mintcream; font-family:Courier New,Lucida Console, Monospace; }    /* Category Font Color */
.cfc a:link		{ color:rgb(255,204,0); text-decoration:underline }                        /* Category Link Color/Decoration mintcream*/
.cfc a:visited	{ color:rgb(255,255,153); text-decoration:underline }                      /* Category Link Color/Decoration mintcream*/
.cfc a:active	{ color:rgb(255,51,0); text-decoration:underline }                         /* Category Link Color/Decoration mintcream*/
.cfc a:hover	{ color:rgb(255,0,0); text-decoration:underline }                          /* Category Link Color/Decoration mintcream*/
.ccc		 	{ background:url(./images/hcGradient2.gif); background-repeat:repeat; }  /* Category Cell Color background:slateblue*/

.fcc 			{ background:rgb(0,0,0); } /* Forum Cell Color */
.ffcc 			{ background:rgb(20,20,20); } /* Forum First Cell Color */
.ffacc 			{ background:rgb(20,20,20); } /* Forum First Alternating Cell Color */
.fsacc 			{ background:rgb(40,40,40); } /* Forum Second Alternating Cell Color Gainsboro*/
.iffc 			{ color:white; } /* In Forum Font Color */

.ifl a:link		{ color:rgb(255,204,0); text-decoration:underline } /* In Forum Link darkblue*/
.ifl a:visited	{ color:rgb(255,255,153); text-decoration:underline } /* In Forum Link blue*/
.ifl a:active	{ color:rgb(255,51,0); text-decoration:underline } /* In Forum Link red*/
.ifl a:hover	{ color:rgb(255,0,0); text-decoration:underline } /* In Forum Link red*/

.tbc,
.tbc td			{ border:1px solid #000000; border-collapse:collapse; } /* Table Border Color */
.nb,
.nb td			{ border:0px; } /* Table Border Color */
.putc 			{ background:rgb(30,30,30); } /* Pop-Up Table Color lightsteelblue*/
.putbc,
.putbc td		{ border:1px solid rgb(60,60,60); border-collapse:collapse; } /* Pop-Up Table Border Color */

.hlfc 			{ color:red; } /* HighLite Font Color */
.hlbc 			{ background:yellow } /* (Search) HighLite Background Color */


/* Default Settings - Do Not Edit The Lines Below */
input.radio 	{ color:black }
form			{ margin:0px; border:0px}
.tc				{ margin-left:auto; margin-right:auto } /* Table Center */
.l				{ text-align: left } /* Left Align */
.c				{ text-align: center } /* Center Align */
.r				{ text-align: right }/* Right Align */
.nw				{ white-space: nowrap }/* No Wrap */
/* Default Settings - Do Not Edit The Lines Above */

img				{ border-width: 0px; }
img.Help		{ cursor:pointer; }  
h1, h2, h3, h4, h5, h6
  				{ font-family: Verdana, Arial, Helvetica; text-align: left; color:rgb(255,255,255); }
/* h1				{ color: rgb(255,204,0); }      /* #990000 / 
h2				{ color: rgb(255,255,255); }    /* #FFCC00 /
h3				{ color: rgb(204,51,0); }       /* #009999 /
h4				{ color: rgb(255,255,153); }    /* #009999 /
h5 				{ color: rgb(255,255,0); }      /* #FFCC00 /
h6				{ color: rgb(255,255,255); }    /* #990000 */
button			{ background:url(./images/btnGradient.gif); background-repeat:repeat-x; 
				  color:#ffffff; font-family:Lucida Console, Monospace;
				  font-size:11pt; cursor:pointer; }   /*background-color:#424284; */
button.nav		{ font-size:8pt; margin: 1px; width: 32%; }
button.left		{ font-size:8pt; margin: 1px; width: 100%; }
hr              { border:1px solid #cccccc; }
ul.fplist       { list-style-type:none; list-style-position:outside; }
@media print	{ 
				  body {background-color:#FFFFFF;}
				  .hide {display:none;}
  				}

/* Code for the Drop-down menu - Start */
.ddmx {
    font: 11px tahoma;
}
.ddmx td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-collapse: collapse;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #cccccc;
    background: #000000;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    color: #000000;
    background: #e5e1da;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #e5e1da;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
/* Code for the Drop-down menu - End */
