body{
margin:0;
padding:0;
background-image: url(../pix/bg.png);
}

b{font-size: 110%;}
em{color: red;}

#topsection{
background: #515151;
border-bottom: 1px solid #4d4d4d;
height: 17px; /*Height of top section*/
padding-bottom: 1px;
background-image: url(../pix/topGradient.gif);
background-repeat: repeat-x;
}

#disclaimer{
text-align: right;
vertical-align: top;
padding-right: 140px;	
line-height: 1.2em;
font-family: "Trebuchet MS", Tahoma, Calibri;
font-size: 8pt;
color: #7a7a7a;
}

#contentwrapper{
float: left;
width: 100%;
height:100%;
}

#contentcolumn{
margin-right: 740px; /*Set right margin to (LeftColumnWidth + RightColumnWidth)*/
}

#leftcolumn{
float: left;
width: 600px; /*Width of left column in percentage*/
margin-left: -742px; /*Set left margin to -(LeftColumnWidth + RightColumnWidth)*/
background: #FFFFFF;
border-left: 1px solid #4f4f4f;
border-right: 1px solid #4f4f4f;
border-bottom: 1px solid #4f4f4f;
}

#rightcolumn{
float: left;
width: 140px; /*Width of right column in pixels*/
margin-left: -140px; /*Set margin to -(RightColumnWidth)*/
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
font-family: Tahoma;
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube h1{
font-size: 16pt;
font-weight: lighter;
color: #677D3D;
}

.innertube h2{
font-size: 14pt;
font-weight: lighter;
color: #677D3D;
margin-bottom: 0px;
}

.innertube p{
font-size: 9pt;
color: #4F4F4F;
}

.greenbar{
background-image: url(../pix/gb.png);
background-repeat: repeat-x;
height: 104px;
margin-top: 400px;
}

#logo{
font-family: Tahoma;	
font-size: 28pt;
font-weight: bolder;
color: #FFFFFF;
margin-top: -88px;
margin-right: 10px;
height:62px!important;
float:right;
}

input, select{
font-family: Tahoma;	
font-size: 12pt;
font-weight: lighter;
color: #4F4F4F;
}

button{
font-family: Tahoma;	
font-size: 12pt;
font-weight: bold;
color: #F6F6F6;
border: 1px solid #666;
background: #515151;
background-image: url(../pix/topGradient.gif);
background-repeat: repeat-x;
cursor: hand;

}

#results {
	width: 580px;
	margin: 0px;
	height: 1000px;
	border: 0px solid #000;
}

/* TABS */

#tabNavMain {
	font-size: 9pt;
	border: 1px solid #666;
	clear: both;
	background: #F6F6F6;
	padding: 0.5em;
}

#tabNavMainContents {
	padding: 1.5em;
	background: #F6F6F6;
	min-height: 300px;
}

#tabNavMainContentsCollapsed {
	
	background: #F6F6F6;
	min-height: 10px;
}

#tabNav {
	position: relative;
	width: 100%;
	height: 3em;
	width: 20em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabNav ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 20em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabNav ul#primary li  {
	display: inline;
	list-style: none;
}

#tabNav ul#primary a,#tabNav ul#primary span,#tabNav ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 75%;
	font-weight:bold;
	text-decoration: none;
	color: #333;
}

#tabNav ul#primary span,#tabNav ul#primary a.current,#tabNav ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #F6F6F6;
	padding-bottom: 6px;
	margin-top: 0;
}

#tabNav ul#primary a {
	background: #F5F5F5;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tabNav ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #F1F1F1;
	padding-bottom: 5px;
}

