/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
body{
	text-align:left;
	background-color:#848484;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.78em;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	padding-bottom:3px;
	border:1px solid #FFFFFF;	
	text-align:left;
	background-color:#E4E4E4;
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 1000px;
	width: 1000px;
}
#header{
	height:70px; 
	position:relative;
	background-color:#FFFFFF;
}

#logo{
	position:absolute;
	top:11px;
	left:11px;
	width:1000px;
	text-align:right;
}

#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 170px;    /*** Critical left col dimension value ***/
	width: 828px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-left: 1px solid #FFFFFF;  /*** Critical left divider dimension value ***/
	border-right: 1px solid #FFFFFF; /*** Critical right divider dimension value ***/	
}

#floatwrapper {
	float: left;
	width: 618px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/	
}
#centercolumn{
	float: right;
	width: 618px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	padding-top:30px;
}

#centerContainer .container {
	margin:5px;
	padding:0 20px 15px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

/* \*/
* html #centerContainer .container {height:1%;}
/* */

#centerContainer td, #centerContainer th {padding: 0.2em 0.5em;}

#centerContainer .container table tr {font-size:0.9em;}


#centerContainer fieldset {	
	margin:0.2em 0;
	padding:0.2em;
	border:1px solid #CCCCCC;
}

#centerContainer legend {
	color: #4C99CC;
    padding:14px;
    font-weight:bold;
    font-size: 0.9em;
}

* html #centerContainer legend {padding:0.5em;}

.button {
    border:1px;
    height:20px;
    color:#FFFFFF;
    background-color:#FF9900;
    font-size:1em;
}

.hidbutton {
   display:none;
}

#copy .container .button {border-color:#CCCCCC;}

#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 170px;    /*** Critical left col/divider dimension value ***/
	margin-left: -170px;    /*** Critical left col/divider dimension value ***/
	padding-top:30px;
}
* html #leftcolumn {
	float:left;	
	padding-top:25px;
}

*>html #leftcolumn {width:151px;}   /*** Fix only for IE/Mac ***/

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #leftcolumn {margin-right: -3px;}
/* */

#leftcolcontainer{
	width: 167px;    /*** Critical left col dimension value ***/
}

h4 img {margin-bottom:-0.5em;}

.sidebarcontainer{
	margin:5px;
	padding:6px;
	border:1px solid #FFFFFF;
	background-color:#EFEFEF;
	font-size:smaller;
}
/* \*/
* html .sidebarcontainer {height:1%;}
/* */


.sidebarcontainer a {
	color:#FF284E;
	font-size:1.2em;	
}

.sidebarcontainer li {list-style-type:none;}

#footer {
	clear:both;
	margin:1px 5px;
	padding:2px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	font-size:0.9em;	 
}
#footer a {
	margin:1px 5px;
	color:#FF284E;
}

div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #FF9900;
}

th {
     background-color: #FF9900;
}

ul
{
	margin:0;
	padding: 5px;
}

table#tbResult tr:nth-child(even) {
    background-color: #FFFFFF;
	color: #333333;
}
table#tbResult tr:nth-child(odd) {
   background-color:#F2F2F2;
   color: #333333;
}


a {text-decoration:none;}

a:hover {text-decoration:underline;}