body
{
	background-color: black;
	color:	white;
	text-align: center;

}

#main
{
	margin: 0 auto;
	border-width: 0 1px 1px 1px;
	border-color: white;
	border-style: solid;
	width:	680px;
	min-height: 400px;
	text-align: left;
	background-color: black;
	background-image: url('images/degcount700.png');
	background-repeat: repeat-y;
	padding: 10px;
}

#mainwrap
{
	margin: 0 auto;
	border-right:	solid 2px #666666;
	border-bottom:	solid 2px #333333;
	width: 704px;
}

/**************************Tabs*********************************/
/* general settings */
ul#tabnav 
{ 
	text-align: left; /* set to left, right or center */
	margin: 0 auto; /* set margins as desired */
	border-bottom: 1px solid white; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	width: 682px;
}

/* do not change */
ul#tabnav li 
{ 
	display: inline;
}

/* settings for selected tab */
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3 
{ 
	border-bottom: 1px solid #000000; /* set border color to page background color */
	background-color: #000000; /* set background color to match above border color */
}

/* settings for selected tab link */
body#idx li.tab1 a, body#exp li.tab2 a, body#con li.tab3 a 
{ 
	background-color: #0b0b0b; /* set selected tab background color as desired */
	color: white; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
	border-top: solid 1px white;
}

/* settings for all tab links */
ul#tabnav li a 
{ 
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid white;
	background-color: black;
	color: white;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

/* settings for hover effect */
ul#tabnav a:hover
{ 
	background: white; /* set desired hover color */
	color: black;
}
/**************************End Tabs*****************************/

#top
{
	text-align: center;
	width; 700px;
}

table.data
{
	border: solid 2px white;
	border-collapse: collapse;
}
table.data td, th
{
	border: solid 1px white;
	font-size: small;
	padding:2px;
}
