﻿body{
margin:0;
padding:0;
line-height: 1.5em;
font-size: 8pt;
font-family:verdana , helvetica, arial;
color: #ffffff;
background-color: #1a1a1a;
}

a:link {
	color: #66ccff;
	text-decoration: none;

}
a:visited {
	color: #66ccff;
	text-decoration: none;

}

a:hover{
	color: #66ccff;
	text-decoration: underline;

}



b{font-size: 110%;}
em{color: olive;}

#maincontainer{
width: 768px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #000000;
}

#topsection{
background: #000000;
height: 336px; /*Height of top section*/
}
#topsection2{
background: #000000;
background-color: #000000;

height: 193px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background-color: #000000;

}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -768px; /*Set margin to that of -(MainContainerWidth)*/
background: #000000;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #000000;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #666;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #666666;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.title{
	font-size: x-small;
	font-weight: bold;
	color:#4585a3;
}

input { 
 background-color: #000000;
 border:thin #4585a3 solid;
 color:white;
 font-size:x-small;
}

select { 
 background-color: #000000;
 border:thin #4585a3 solid;
 font-size:x-small;
 color: #ffffff; 
}
textarea { 
 background-color: #000000;
 border:thin #4585a3 solid;
 font-size:small; 
 color: #ffffff; 
}


form { 
  
 padding: 5px;
  
}