/* 
  ================================================
  based on css tutorial from www.projectseven.com
  ================================================
*/
body {
	background-color: #ffff99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 30px 8% 0 220px;
	padding: 0px;
}

#tvwtlform{ 
	position: absolute;
	left: 28px;
	top: 30px;
	width: 800px;
	font-size: 100%
         }
#sidebar {
	position: absolute;
	left: 28px;
	top: 160px;
	width: 155px;
	font-size: 0.9em;
        font-weight: bold;
}
#sidebar h3 {
	font-size: 1.2em;
        text-align: center
}
#logoDiv {
	position: absolute;
	left: 50px;
	top: 20px;
	z-index: 1;
}

#contentdiv {
	line-height: 1.2;
        padding-top: 2px;
	font-size: 0.8em;
        color: #0a4b0a;
}
#contentdiv p {
        font-weight: normal;
}
h1, h2, h3 {
	margin: 0 0 6px;
	color: #009900;
}
h1 { margin: 10px 0 15px;
    font-size: xx-large; 
}
h3 {
	margin-top: 16px;	
}
p {
	margin: 0px 0px 16px;
}
hr  {
 /* color: #009900; */
  height: 4px;
 /* border: 0;*/
 /* background-color: #009900; */
  width: 100%;
  text-align: left;  
}
#footer {
	font-size: .6em;
	margin-top: 36px;
        text-align: right;
}
/* 
table style
*/
#altctb
{ 
background-color:#33cc00;
width:700px;
 }
#altctb td
{ 
vertical-align:top;
background-color:#ffff99;
border: 0.5px solid #009900;
}
/*
menu bar STYLES Begin here:
*/
#navlist {
        margin: 0; /*removes indent IE and Opera*/
        padding: 0; /*removes indent Mozilla and NN7*/
        list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
	display: block; /*make entire box clickable */
	padding: 2px 2px 2px 24px; /* space around text */
	border: 2px solid; /* button border */
	border-color: #ddd #000 #000 #ddd;
	background-color: #b6ec99;
	background-image:  url(altc_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #009900;
	text-decoration: none;
}
#navlist a:hover {
	background-color: #009900;
	background-image:  url(altc_over.jpg);
	color: #b6ec99;
}
#sidebar #navlist .altclink {
	background-color: #009900;
	background-image:  url(altc_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #b6ec99 !important;
	font-weight: bolder;
	cursor: default;
}


