/* CSS Document: Field Trial */

body {
	background: #003366;
	}
	
#header {
	background: url(../images/default/header.jpg) no-repeat;
	}
	
#footer { color: #000;
					float: center !important; }

#sidebar, #main {
	background: #DFDFE0;
	}
	
#main {
	float: right !important;
	margin-left: 10px !important;
	width: 600px !important;
	}
		
*html #main {
	width: 605px !important;
	margin-left: 5px !important;
	}
	
#sidebar {
	float: none;
	width: 237px;
	margin-left: 540px;
	}
	

	
*html #sidebar {
	margin-left: 545px;
	width: 230px;
	}
	
#footer { color: #fff; text-align: center; width: 490px;}
#footer a { color: #fff; }
	
a { color: #333; }
a:hover { color: #e06f00; }
#main a { color:#333 ; }

/*+--------------------------------------------+
/*|     			 UPCOMING	               |
/*+--------------------------------------------+
*/

h2#upcoming {
	background: #0000FF;
	color: #fff;
	padding: 2px 2px;
	font-family: "Times New Roman", Times, serif;
	}
	
#sidebar p {
	padding: 5px;
	}
	
	
/*
 *= UTILITY
 */
#sidebar p {
 	margin-bottom: 19px;
	}
	



