/* coded by Mark Donovan gigtrak 2006 */

/* main containers */

	body {
		margin: 0px 0px 0px 0px;
		text-align:center;
		background:#fff;
		color:#333;
  		font: 11px trebuchet ms, arial, helvetica, sans-serif;
		}
	
	#container_main {
		width:615px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		text-align:center;
		}
		
	#container_tabs {
		width:605px;
		float:left;
		margin-left:5px;
		background:#fff;
		text-align:left;
		}
	
	#container_center {
		width:603;
		float:left;
		margin-left:5px;
		border-left: solid 1px #ccc; 
		border-right: solid 1px #ccc; 
		border-bottom: solid 1px #ccc; 
		background:#eee;
		}
	
	#container_header {
		height:110px;
		background: #fff url("imgs/plate_green.jpg") no-repeat top;
		}
		
	a:link { 
		font-weight: normal; 
		text-decoration:underline;
		color: #01A7DE;
	}
	
	a:visited { 
		font-weight: normal; 
		text-decoration:underline;
		background-color: transparent;
		color: #01A7DE;
	}
	
	a:hover { 
		text-decoration: underline;
		color: #333;
	}
	
	p, ol, li {
		font-size:11px;
		line-height:18px;
		text-align:left;
		/* border: solid 1px #000; */
		}
	
	
	p1 { color:#FF0000; text-align:right; }

	h1 {
		text-align:left;
	  	font-size:18px;
	  	color:#333;
		margin-top:10px;
		margin-left:10px;
		}
	
	h2 {
		
		text-align:left;
	  	font-size:14px;
	  	color:#555;
		}
	
	h3, label {
		margin-top:0px;
		text-align:left;
	  	font-size:12px;
	  	color:#777;
		}
	
	h4 {
		margin-top:0px;
		text-align:right;
	  	font-size:14px;
	  	color:#555;
		}
	
	input {
		width:160px;
	}
	
/* cells inside content center */
	
	#content_cell_top_left {
		float:left;
		margin: 0px 15px 0px 10px
		/*margin:10px 10px 10px 10px;*/
	}
	
	#content_cell_width_back_dark {
		width:100%;
		height:62px;
		background: #ccc url("imgs/top_dark.gif") repeat-x bottom;
		float:left;
		}
	#content_cell_width_back_light {
		width:100%;
		height:62px;
		background: #eee url("imgs/top_light.gif") repeat-x bottom;
		float:left;
		}
	
	#content_cell_width_back_light_tall {
		width:100%;
		height:90px;
		background: #eee url("imgs/top_light.gif") repeat-x bottom;
		float:left;
		}
	
	#content_cell_width_dark {
		width:100%;
		background:#ccc;
		float:left;
		/*padding:10px;*/
		}
	
	#content_cell_width_light {
		width:100%;
		background:#eee;
		float:left;
		/*padding:10px;*/
		}
		
	#content_cell_top_right {
		margin-left:10px;
		margin-right:10px;
		}
	
	#content_cell_right {
		padding:10px;
		}
		
	#content_cell_split {
		margin:10px 10px 10px 10px;
		}
	#content_cell_split_70 {
		margin:0px 10px 10px 10px;
		width:350px;
		float:left;
		}
	#content_cell_split_box {
		margin:10px 10px 10px 380px;
		text-align:right;
		}
	