	body {
		margin:0;
		padding:0;
		border:0;			
		width:100%;
		background:#F3F3F3;
		min-width:600px;		
		font-size:90%;
		font-family: arial,sans-serif;
		line-height:1.4em;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	a:active {
		color:#000;
		background:#FFFF00;
		font-weight:bold;
	}
	h1, h2, h3 {
		margin:.9em 0em 1em 0em;
		padding:0px;
		font-family: "Times New Roman",Georgia,Serif;
		color:#004242;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	.small{
		font-size:0.9em;		
	}	
	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background:#FFB473;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.5em 0em 0.5em 0em;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#466FD5;
		color:#fff;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
-moz-border-radius-topright: 10px 10px;
border-top-right-radius: 10px 10px;
-moz-border-radius-topleft: 10px 10px;
border-top-left-radius: 10px 10px;
	}
	#header ul li a:hover {
		background:#06246F;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#A64D00;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#A64D00;
		border-top:3px solid #BF7230;
		margin:0;
		padding:4px 15px !important;
		text-align:center;
	}
	/* column container */
	.colmask {
		position:relative;	
		clear:both;
		float:left;
		width:100%;			
		overflow:hidden;		
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;
	}
	.threecol .colmid {
		right:20%;			
		background:#C6CEDE;
	}
	.threecol .colleft {
		right:60%;			
		background:#fff;
	}
	.threecol .col1 {
		width:56%;			
		left:102%;			
	}
	.threecol .col2 {
		width:16%;			
		left:26%;			
	}
	.threecol .col3 {
		width:16%;			
		left:90%;			
						
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
                text-align:center;
	}


#search-wrap input{width:95%; font-size:18px; color:#999999; padding:4px; border:solid 1px #999999;}
#results{border:solid 1px #003300; padding:5px; background:#FFFFAA;}
#results ul, #results li{padding:0; margin:0; border:0; list-style:none; text-align:left;}
#results li {border-top:solid 1px #DEDEDE;}
#results li a{display:block; padding:3px; text-decoration:none; color:#000000; font-family:serif; font-weight:normal; font-size:17px;}
#results li a small{text-decoration:none; color:#CC0000; font-family:serif; font-weight:normal; font-size:18px;}
#results li a:hover{background:#FFFFCC;}
#results ul {padding:4px;}


#codestable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#codestable td, #customers th 
{
font-size:1.1em;
border:1px solid #98bf21;
padding:5px 7px 2px 7px;
text-align:left;
}
#codestable th 
{
font-size:1.2em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#FFFFAA;
color:#000;
}



