/* award-1.com base.css *//* updated june 2005:  changed h1-h3 font sizes */ 	html, body {         color: black;        background: white;         margin: 0;		padding-bottom: 0;		border: 0;	    font: 12px/17px Geneva, Arial, Helvetica, sans-serif;	}		p {		font: 12px/17px Geneva, Arial, Helvetica, sans-serif; 	}		h1 {		font: 2em Arial, Helvetica, sans-serif;		color: black;		background-color: transparent;	}		h2 {	    font: 1.8em Arial, Helvetica, sans-serif;		color: teal;		background: transparent;	}		h3 {		font: 1.5em Arial, Helvetica, sans-serif;		color: blue;		background-color: transparent;	}		h4 {		font: 1.3em Arial, Helvetica, sans-serif;		color: navy;		background-color: transparent;	}    ul {        list-style-type: square;    }    ul ul {        list-style-type: disc;    }    ul ul ul {        list-style-type: none;    }    label {        font-family: Arial, Helvetica, sans-serif;        font-size: 100%;        font-weight: bold;        color: #334d55;        background-color: transparent;    }		a:link {		color: teal;		background-color: transparent;		text-decoration: none;	}		a:visited {		color: navy;		background-color: transparent;		text-decoration: none;	}		 a:hover, a:active {        text-decoration: none;         border-bottom: #cc0000 1px dashed;         color: #cc0000;    }		a:link img, a:visited img, img {	 	border: 0;	}		.SectionProducts {		color: black;		font: .8em Geneva, Arial, Helvetica, sans-serif;		padding: 10px;		margin: auto;		clear: both;		width: 680px;		height: auto;		text-align: center;	}		.sectionProductsSub {		border-top: thin solid teal; 		padding-top: 20px;		padding-bottom: 20px;	}		.bold {		font-weight: bold;	}		.boldital {		font-weight: bold;		font-style: italic;	}		.featuredCells {		width: 50%; 		border: thin solid teal; 		background: #F0F0F0;	}        #header {        background: #f0f0f0;         border-bottom: teal 4px solid;         width: 100%;         padding: 10px;         height: 63px;    }        #menu {    	text-align: center;    }		#menu a {		border: thin dashed #c0c0c0;		padding: 5px;	}		.itemNav {		margin-top: .4in;		margin-bottom: .4in;		text-align: center;		font-weight: bold;	}		.itemNav a {		border: thin dashed #c0c0c0;		padding: 5px;	}		.itemNav span.nolink {		font-weight: bold;	}		#content {		padding: 10px;		padding-left: .5in;		padding-right: .5in;	}    #footer {        margin-top: 2em;         padding-top: 1em; 		margin-bottom: 0;		padding-bottom: 0;        text-align: center;        border-top: teal 4px solid;         background-color: #f0f0f0;    }    /* hack to fix IE/Win's broken rendering of block-level anchors in lists */    #footer a:link, #footer a:visited {        text-decoration: none;         border: none;         color: #cc0000;    }    #footer a:hover, #footer a:active {        text-decoration: none;         border-bottom: gray 1px dashed;         color: black;    }        #awardlogo {         padding-top: 16px;        padding-left: 10px;    }		#blurb {		text-align: center; 		font-size: 1.2em; 		color: teal;	}		#shaverlogo {		text-align: center;	}        #copytext {        color: teal;        background-color: transparent;        font-size: .8em;        line-height: 1.4em;     	padding-bottom: .4in;    }		table.center { 		margin-left: auto; 		margin-right: auto; 	}		table.center70 {		width: 70%;		margin-left: 15%;		margin-right: 15%;	}

	table.center90 {		width: 90%;		margin-left: 5%;		margin-right: 5%;	}