html{
height:100%;
}

body{
/**background:black url('images/bg1.jpg') no-repeat scroll 50% 0;**/
width: 980px;
margin: 0px auto 0px;
padding: 0px;
height:100%;
background:black;
}

#bannerHolder{
position:absolute;
top:0px;
margin-left:50%;
margin-top:25px;
left:-450px;
}

#bannerTag{
border:1px solid white;
width:900px;
height:150px;
}

#tickerTapeHolder{
position:absolute;
top:0px;
margin-left:50%;
margin-top:0px;
left:-450px;
/**border:1px solid white;**/
width:896px;
height:10px;
padding:2px;
vertical-align:center;
}

#tickerTape{
color:white;
font-size:10px;
font-family:Verdana;
vertical-align:center;
}

#leftBar{
position:absolute;
top:0px;
margin-left:50%;
margin-top: 175px;
left:-450px;
border:0px solid white;
width:200px;
/**background-image:url('images/banner2.jpg');**/
background-position: bottom;
background-repeat: no-repeat;
}

#linksMenu{
padding-bottom:5px;
padding-top:5px;
/**background-image:url('images/banner2.jpg');**/
background-position: bottom;
background-repeat: no-repeat;
}

.leftbarItem{
border:1px solid white;
width:200px;
margin-top:10px;
}

#mainContent{
position:absolute;
top:0px;
margin-left:50%;
margin-top: 175px;
left:-240px;
width:690px;
padding-bottom:30px;

}

#linkbarHolder{
position:absolute;
top:0px;
margin-left:50%;
margin-top:185px;
left:-450px;
width:900px;
border:1px solid white;
}

#footerHolder{
height:30px;
margin-top:20px;
margin-bottom:20px;
text-align:center;
color:white;
padding-right:95px;
}

.contentItem{
border:1px solid white;
margin-left:0px;
margin-right:0px;
margin-top:10px;
padding:5px;
}

.menuTitle{
background:#abbff;
display:block;
border-left:0px solid yellow;
text-decoration:none;
font-size:10px;
font-family:Verdana;
color:#abc7ff;
text-align:left;
padding-left:3px;
}

.menuItem{
display:block;
border-left:0px solid red;
text-decoration:none;
font-size:10px;
font-family:Verdana;
color:white;
text-align:left;
padding-left:15px;
}

.menuItem:first-letter{
text-color:red;
color:red;
}

.menuItem:hover{
color:yellow;
}

.menuTitle:hover{
}

ul {
  list-style: none;
  margin: 5px;
  padding: 0px;
  display:block;

}
ul li {
  margin: 0px;;
  padding: 0px;
display: block; /* this gets rid of the gaps */
vertical-align: bottom;
}

.icon{
vertical-align:middle;
}


/** FORMS **/

.txtbx{
	color:#abc7ff;
	font-family:Verdana;
	font-size:10px;
	background:black;
	border:1px solid white;
}

.normbutton{
	color:#abc7ff;
	font-family:Verdana;
	font-size:10px;
	background:black;
	border:1px solid white;
}

.normTxtArea{
	color:#abc7ff;
	font-family:Verdana;
	font-size:10px;
	background:black;
	border:1px solid white;
}

.normSelect{
	color:#abc7ff;
	font-family:Verdana;
	font-size:10px;
	background:black;
	border:1px solid white;
}

/** TEXT **/

.txt0{
color:#abc7ff;
font-size:14px;
font-family:Verdana;
font-weight:0;
padding-top:5px;
padding-bottom:5px;
}

.txt1{
color:white;
font-size:10px;
font-family:Verdana;
}

.txt2{
color:red;
font-size:10px;
font-family:Verdana;
}

.txt3{
color:#abc7ff;
font-size:10px;
font-family:Verdana;
}

a{
 font-size:10px;
 font-family:Verdana;
 color:white;
 text-decoration:none;
}

a:hover{
 text-decoration:underline;
}

.bold {
   font-weight: bold;
}

.italics {
   font-style: italic;
}

.underline {
   text-decoration: underline;
}

.strikethrough {
   text-decoration: line-through;
}

.overline {
   text-decoration: overline;
}

.sized {
   text-size:
}

.quotecodeheader {
   font-family: Verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

.codebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
   border: 1px solid #BFBFBF;
}

.listbullet {
   list-style-type: disc;
   list-style-position: inside;
}

.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}

.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}

.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}

.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}

.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
} 
