body {
	background: #fff url(images/page-bg.gif) repeat-x;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: 11px;
	line-height: 1.2em;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	}
address {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
    text-align: right;
	}
	address a:link, address a:visited, address a:hover {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
    text-align: right;
	}
a:link {
	color: #990000
}
a:visited {
	color: #990000
}
/* All links must inclde some type of hover interactivity */
a:hover {
	text-decoration: underline;
	}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
}

div#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	}

div#header {
	position: relative;
	height: 411px;
}

div#flash {
	position: absolute;
	left: 0px;
	top: 112px;
}	

div#content {
	padding: 10px;
}

div#sidebar {
	position: absolute;
	width: 279px;
	left: 703px;
	top: 25px;
}

div#footer {
	clear: both;
	height: 32px;
	background: #990000;
}

div#copyright {
	width: 990px;
	margin: auto;
	clear: both;
	position: relative;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	padding-top: 10px;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	text-decoration: none;
	color: #000;
	}
	div#copyright a:hover {
	color: #000;
	text-decoration: underline;
	}
div#owner {
	position: absolute;
	top: 30px;
	right: 20px;
}

/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav{
	position: absolute;
	top: 80px;
	left: 272px;
	width: 719px;
}
ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background: #fff;
	color: #990000;
	display: block;
	width: auto;
	padding: 10px 9px;
	margin: 0px;
	border-right: 1px none #ccc;
	}
	ul#mainnav li a:hover {
	background:  #000000;
	color: #fff;
	}
	ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: #990000;
	color: #fff;
	}



/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 990px;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background: #990000;
	color: #fff;
	display: block;
	width: auto;
	padding: 10px;
	margin: 0px;
	border-right: 1px none #ccc;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:link, ul#utilitynav li a.current:visited {
	background: #000;
	color: #fff;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
img.left2 {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 5px 10px 0;
	border: solid 1px #ccc;
}
div.column {
}
.img {
	padding: 2px;
	margin: 0px 0px 10px 0px;
	border: solid 1px #ccc;
}
.clear { clear:both; }

.center{ text-align:center;}

.centerclear{ text-align:center; clear:both;}

/**********************LOGOS ON THE TOP****************************************/

#certified{	width:405px;
				height:60px;
				position:absolute;
				top:10px;
				left:290px;}
				
				
				
/******************* COLUMNED lists****************************/

.lefty1{ width:200px;
		float:left;
		margin-left:300px;
		padding:0 0 0 15px;}
		
.lefty2{ width:100px;
		float:left;
		padding:0 0 0 15px;}		
				