* {
	margin:0;
	padding:0;
	}
body {
	 FONT: 15px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	
	/*font: 1em verdana, arial, sans-serif; /* 1em = 16pts */
	
}
/* IE6 doesn't get the nav backgrounds - can't render repeated transparent pngs */
* html #nav #top_of_box , * html #nav_inner , * html #nav #bottom_of_box {
	background:none;
	} 
.float_left {float:left; margin: .3em 0 .3em 0; }      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right; background-color:#cccccc;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */
.float_left_center {float:left; margin: .3em 0 .3em 1em; text-align:center; }  
/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#fff;}
#main_wrapper {background-color:#FFF; margin-top: 10px;}
#header {background-color:#fff;}
#nav {background-color:#fff;}
#content {background-color:transparent;}
#promo {background-color:transparent;}

#pic1
{
BORDER-TOP: #efefef 3px solid;
BORDER-right: #bbbbbb 3px solid;
BORDER-bottom: #000000 1px solid;
BORDER-left: #000000 1px solid;

}
#float_left li {
margin-left:2em;
font-size:.85em; 
list-style-position:outside;
line-height:1.75; /* on 15pt */
}

#pic2
{
float:left;
/*BORDER-TOP: #777777 1px solid;
BORDER-right: #777777 1px solid;
BORDER-bottom: #777777 1px solid;
BORDER-left: #777777 1px solid;*/
margin:10px 5px 5px 0px;
}
 ul, ol, dl {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	
	} 
h1, h2, h3, h4, h5, h6 {
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	color:#18237d;
}
h5 span {
   color:#6702CC;
   font-size: 9px;
   font-family: Lucida;
   vertical-align: 30%
}	
/* TEXT COLORS */
h1 {
	color:#18237d;
	}
h2, h3,h5, h6 {
	color:#18237d;
	}
h4 {
	color:#18237d;
	}
#float_left h3 {
     COLOR: #A8B32D;
}
/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.85em;  12pt */
	line-height:1.5; /* on 15pt */
	margin-top:.75em;
	margin-bottom:.75em; /* 12pts of space */
 	}
table b {
	color:#95a8ff;
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */


/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.85em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	
	padding: .3em .3em .3em .3em;
	border-bottom:1px solid #069;
	}
	.clearthefloat{
clear:both;
}

/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
