

/* "body" is a selector */
body {

	/* and these are rules or "hints" to apply to whatever is "selected" */

	/* measurements are usu. in pixels, points, em units, percents */
	
	/*
		1 measurement--all four sides;
		2 measurements--top/bottom, left/right;
		4 measurements--top, right, bottom, left
	*/
	margin:0px;
	padding:0px;
	
	/* colors are rgb hex--either 3 or 6 digits depending on simpleness */
	color:#000;
	background-color:#fff;
	
	/* we took font size away from the reader and made ie's font sizing not work */
		font:verdana 
	font-size:10pt;
}

a {
	color:#000;
}

#banner {
	width:810px;

	margin-left:auto;
	margin-right:auto;
	background-color:#C9C4C4;
	background-image:url(/img/candy/aw_2006_head_bg.gif);
	background-repeat:repeat-x;
}

#banner ul {
	margin:0px;
	padding:.2em 0em;
}
#banner ul li {
	display:inline;
	padding:0px 10px 1.5px 1px;
	margin:0px;
	font-family:verdana,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	list-style: none;
}

/* an anchor inside a list item inside an unordered list inside an element with id banner */
#banner ul li a {
	color:#333333;
	text-decoration:none;
}

/* pseudo: hover over an a inside ... */
#banner ul li a:hover {
	text-decoration: underline;
}
/* an h1 inside an "id" (#) element named banner */
#banner h1 {
	margin:0px;
	padding:40px 5px 5px 111px;
	font: 200% times-roman;
	color:#000000;
	
}

#content {
	padding:2em 5px 1em 5px;
	color:#000;
	width:790px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	font: 10.5pt verdana,sans-serif;
	color:#000
}
	#content a {
	text-decoration:none;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {

	margin:0px 0px 1em 0px;
	padding:0px;
	/* a rule in "shorthand" form: weight, size, family */
	font: bold 145% verdana;

	color:#000000;
}

#content h2 {
	font: bold 135% verdana;
	padding:10px 0px 20px 0px;
	margin:0px;
	color:#000000;
	clear:left;
}
#content h3 {
	font: bold 120% verdana;
	padding:10px 0px 10px 0px;
	margin:0px;
	color:#000000;
}
#content address{
padding:2em 5px 1em 5px;
	color:#000;
	width:790px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	font: 10.5pt verdana,sans-serif;
	color:#000
	}
/* para or ul or address inside an element with id content */
#content p,#content ul,#content address {
	margin:.25em 0 .75em 0;
		color:#000000;	
}

#content ul {
	padding-left:0px;	color:#000000;
}
#content ul li {
	padding:0px 0px 6px 0px;
	margin:0px;
	list-style: none;
	font:100% verdana;
	
}
#content ul li a {
	text-decoration:none;
}
#content ul li a:hover {
	text-decoration: underline;
}
#pagebox {
	padding:1em;
	margin:0px;
	background-color:#ffffff;
}

#footer a {
	text-decoration:none;
	background-color:transparent;
	color:#fff;
}

#footer a:hover {
	color:#66f;
}

#footer p {
	margin:0;
	padding:8px 0px;
	text-align:center;
}

	#table a {
	text-decoration:none;
}

#table a:hover {
	text-decoration: underline;
}


#table {
	padding:2em 5px 1em 5px;
	color:#000;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	font: 10.5pt verdana,sans-serif;
	color:#000
}