/* CSS Document */

/* using the * indicates a style for everything */
* {
	padding: 0;
	margin: 0;
	font-size:12px;
}

		
body {
	text-align: left;
	background-color:#cccccc;
	background-image:url(Images/bggradient.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:15px;
}
		

/*CONTAINER HOLDS ALL THE SITE */
#container {
/*	width: 100%;*/
	width: 900px;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;

}

#header {
	position: relative;
	height: 180px;
}
		
#logo {
	float:left;
/*	padding-left:10px;*/
/*	padding-top:10px;*/
}
#content_main {
	height: 400px;
	text-align:left;
	margin:0px;
	width:700px;
	float:left;
	border:none;
	overflow:none;
}

#content_right {
	height: 400px;
	text-align:left;
	background-color:#FFFFFF;
	border:0px;
	margin:0px;
	width:200px;
	float:right;
}

#maintext {
	text-align:left;
	padding:10px;
}
					
#footer {
	clear:both;
	height: 30px;
	border-top-style: solid;
	border-color: #999999;
	border-width: 1px;
	font-size:10px;
}

#footer ul li{
	float:left;
	padding-left:10px;
	text-align:center;
	color:#666666;
}

/*MAIN NAVIGATION*/

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	text-decoration:none;
	list-style-type: none;
}

#menu {
	position: absolute; 
	left:50px;
	margin-top:150px;
	width: 900px; 
}

/*menu item*/
#menu dl {
	float: left;
	width: 100px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color:#000000;
	margin: 1px;
	background-color:#e1e1e1;
}


/*CONTROLS THE LINKED ITEMS not including the rollover for dropdown*/ 

#menu li a, #menu dt a {
	color: 1A68AE;
	text-decoration: none;
	display: block;
	background-color:#ffffff;
}

/* CONTROLS WHAT HAPPENS ON ROLLOVER*/
#menu li a:hover, #menu dt a:hover, {
	background: #ffffff;
	background-image:url(Images/boom.jpg);
	background-repeat:no-repeat;
}

/*TABLE 1 (RESULTS TABLE and profiles)*/
#table1{
cellpadding=0; 
cellspacing=0; 
float:left;
}

#table1 td{
padding-left:10px;
padding-top:2px;
vertical-align:top;
}