/* IE and NN6 styles for all other pages */

body {
	background-color:#CCCC99;
	margin:0px 0px 0px 0px;
	}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:150px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-color:#CCCC99;
	}

#menu {
	position:absolute;
	left:0px;
	top:150px;
	width:213px;
	background-color:#CCCC99;
	}

#content {
	position:absolute;
	left:213px;
	top:150px;
	width:616px;
	padding-right:20px;
	padding-bottom:20px;
	background-color:#CCCC99;
	}

#popcontent {
	padding:20px;
	align:center;
	text-align:center;
	}

h1 {
	font-size:22px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:800;
	color:#666633;
	}

h2 {
	font-size:10px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:800;
	color:#666633;
	}

p {
	font-size:16px; 
	font-family:georgia, serif;
	color:#666633;
	line-height:20px;
	}

ul {
	font-size:16px; 
	font-family:georgia, serif;
	color:#666633;
	}

li {
  	font-size:16px; 
	font-family:georgia, serif;
	color:#666633;
  	margin:0px 0px 0px -15px;
	}

a {
	color:#666633;
	border-bottom-width:1px;
  	font-weight:bold;
	}
	
a:link {
	text-decoration:none
	}
	
a:hover {
	color:#666633;
	background-color:#D5DAF0;
	}
	
a:visited {
	color:#999933;
	text-decoration:none;
	}

#menu p {
	color:#333333;
	font-size:16px;
	font-weight:900;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:-5px 0px 0px 20px;
	line-height:40px;
	}
	
#tracking {
	display:none;
	}