body {
	background-color: #fafafa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}

ul { 
	margin: 0; 
	padding: 0; 
	list-style : none;
	font-weight: bold;
}
li {
	list-style: square; 
	margin-left: 2.2em;
	font-weight: normal;
}
#contact li {
	list-style: none; 
	margin-left: 12px;
}

h1, h2 {
	font-size: 140%;
	color: #000000;
	border-bottom: 1px dashed #ccc;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0.5px;
}

a {
	color: #f5f5f5;
	font-style: underline;
}

#holder {
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cccccc;
	background-color: #fff; 
	width: 800px;
}

#header {
	height: 80px;	/* this line does not get picked up by IE bloody thing... */
	background-color: #fff;
	background-image: url(images/shad.png);
	background-repeat:no-repeat;
	background-position: top right;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

#footer {	
	color: #000; 
	padding-top: 1em;
	border-top: 1px solid #ccc;
	background: #f1f1f1;
	text-align: center;
}
#ipaw {	
	color: #000; 
	background: #f1f1f1;
	text-align: right;
}

#footer a {	
	color: #000; 
}

#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-color: transparent; /* as far as I know this works */
	width: 529px;
	height: 80px;
	padding-top: 1em;
	border-top: 1px solid #fff; /* this is here until I fix the float */
	border-left: 1px solid #fff; /* this is here until I fix the float */
}

/* menu */
#menu {
	width: 100%;
	background-color: #fff;
	border-bottom:1px solid #cccccc;
	padding-top: 15px;
	padding-bottom:9px;
	text-align: right;
}

#menu a {
	height: 10px;
	padding: 9px;
	background: #f5f5f5;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-right:0;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

#menu a:hover {
	height: 10px;
	padding: 9px;
	background: #ffffff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	margin:2px;
}

#menu .active {
	height:25px;
	padding:9px;
	background: #ffffff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	margin:2px;
}

#content {
	padding-left: 3px; 
	padding-right: 3px;		/* some bug here */
	padding-bottom: 3px; 
	padding-top: 0px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #f0f0f0;
	background-image: url(images/shad4.png);
	background-repeat: repeat-y;
	background-position: top right;
}
#content a:link {text-decoration: underline; color: #0066CC;}
#content a:visited {text-decoration: underline; color: #0066CC;}
#content a:hover {text-decoration: underline overline; color: #0066CC;}
