body { 
  background: #000;
  color: #FFF;
  text-align: left;
  font-family: Verdana, serif;
  margin: 0;
  font-size: 12px;
}

body, caption, div, p, th, td, dl, dt, dd, ol, ul, li, input, select, textarea {
  font-family: Verdana, serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, serif;
}

.hidden {
  display: none
}

.author {
	font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
	color: #FFF;
}

.title {
	font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
	color: #FFF;
}

.contentTable { 
  color: #FFFFFF;
  font-family: Verdana, serif;
  font-size: 13px;
}

/* Divisions ------------------------------------ */
div#topbar {
	background-color: #004800;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 85px;
	border-bottom: solid #969696 1px;
}

/***************WEBDEV LIST ************/
#programmingList ul
{
list-style-type: none;
text-align: left;
}

#programmingList ul li a, #programmingList a:visited, #programmingList ul li a:visited
{
background: transparent url(img/list-off.gif) left center no-repeat;
letter-spacing: normal;
padding: 3px 0px 3px 10px;
text-align: left;
font: bold 13px Verdana, sans-serif;
text-decoration: none;
color: #DDD;
}

#programmingList ul li a:hover
{
background: transparent url(img/list-on.gif) left center no-repeat;
text-decoration: underline;
font-weight: bold;
color: #FFF;
}

/***********************MAIN***************/
div#mainbody 
{
    position: absolute;
	right: 0;
    top: 190px;
    left: 0;
    width: 100%;
	height: auto;
    margin: 0;
    background: #004800;
    padding: 1em 1em 1em 1em;
    border-top: solid #969696 1px;
    border-bottom: solid #969696 1px;
    font-family: Verdana, sans-serif;
    font-size: 13px;
	color: #FFF;
}

div#mainbody a, div#mainbody a:visited { 
	font-family: Verdana, sans-serif ! important;
    background: #004800;
    font-size: 13px;
	color: #FFF;
    display: inline-block;
	font-weight: bold;
    margin: 0;
    text-decoration: underline;
}

div#mainbody a:hover {
    background: #FFFF99;
	font-weight: bold;
    color: #004800;
    text-decoration: none;
} 

div#mainbody2 
{
    position: absolute;
	right: 0;
    top: 92px;
    left: 0;
    width: 100%;
	height: auto;
    margin: 0;
    background: #004800;
    padding: 1em 1em 1em 1em;
    border-top: solid #969696 1px;
    border-bottom: solid #969696 1px;
    font-family: Verdana, sans-serif;
    font-size: 13px;
	color: #FFF;
}

div#mainbody2 a, div#mainbody2 a:visited { 
	font-family: Verdana, sans-serif ! important;
    background: #004800;
    font-size: 13px;
	color: #FFF;
    display: inline-block;
	font-weight: bold;
    margin: 0;
    text-decoration: underline;
}

div#mainbody2 a:hover {
    background: #FFFF99;
	font-weight: bold;
    color: #004800;
    text-decoration: none;
}

/***********************ADS***************/
div#ads 
{
    position: absolute;
	right: 0;
    top: 92px;
    left: 0;
    width: 100%;
	height: 90px;
    margin: 0;
    background: #004800;
    padding: 0 0 0 0;
    border-top: solid #969696 1px;
    font-family: Verdana, sans-serif;
    font-size: 13px;
	color: #FFF;
}

/***********************ADSDIV***************/
div#adsdiv
{
    position: absolute;
	right: 0;
    top: 182px;
    left: 0;
    width: 100%;
	height: 7px;
    margin: 0;
    background-color: transparent;
    border-top: solid #969696 1px;
    padding: 0 0 0 0;
    z-index:1;
}

/* -------------------------- forms ---------------------------------------- */

textarea, select, input {
	font-family: Verdana, sans-serif ! important;
    background: #004800;
    font-size: 13px;
    font-weight: bold;
	color: #FFF;
}

input.colorLabel {
	font-family: Verdana, sans-serif ! important;
    background: #004800;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
	color: #FFF;
	margin: 0 0 0 0;
	border: solid #004800 1px;
}

input.remaining {
	font-family: Verdana, sans-serif ! important;
    background: #004800;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
	color: #FFF;
	margin: 0 0 0 0;
	border: solid #004800 1px;
}