/* this is for comments*/

body {max-width:900px; 
	height:100%; font-family: "verdana", sans serif;
}

.IE7note{font-size:small;}

/*A note-the site is best viewed in IE8 and the rest
of the known browsers*/

ul li {list-style-type:none; 
}

.table{display:table;
	border-spacing:5px;
}	

.celltop {display: table-cell; 
	width:273px; height:auto;
	padding-left:15px;
}


.cell {display:table-cell; 
	 border-style: solid;
	 border-color:#ff9933;
	border-width:thin;
	padding:15px; 
	width:auto; height:auto;
	list-style-type:none;
}



.row {display:table-row;
}

.disclaim {font-size:60%;}


#wrapper {width:850px;
	border-style: solid; border-color:#ff9933;
	padding:12% 0% 0% 0%;
	background-image: url(topbanner.jpg);
	background-color: #669900;
	background-repeat: no-repeat;
}


#banner /*embedded flash*/{
	padding-top:10px;
	padding-bottom:5px;
	padding-right:0px;
	border-style: solid; border-color:#ff9933;
	background-color:#ff3300;
}



#navigation {width:850px; height:auto;
	font-size:small; line-height:15px;
	background-color:#ff9933;
}



#main {background-color: #ffcc66;
	font-size:medium;line-height:normal;
	width:100%;
}

#back2top{background-color:#ffcc66;
	width:auto; height:30px;}

	
#footer {background-color:#669900;
	padding:5px;
}


/*This document validates as CSS level 2.1 */


