/* CSS Document */
body {
	background:#EEEEEE;
	font-family:sans-serif;
	line-height:1.4;
	margin:0px;
	}

@media screen, print {
	body {
		font-size:medium;
	}
	
	#wrapper { 
		width:600px;
	}
	
	#logo {
		background:#0066FF;
		padding-left:0px;
		clear:both;
		text-align:left;
	}
	
	#title {
		background:url(images/shaded.jpg) left repeat-y #0066FF;
		text-indent:5px;
	}
	
	#results {
		margin-left:10px;
	}
	
	.copyright {
		text-align:center;
		font-size:smaller;
	}
	
	h1, h2, h3, h4 {
	font-size:medium;
	}
	
	.hide {
		display:none;
	}
	
	.hidemobile {
		display:block;
	}
	
	p {
	margin:4px;
	text-align:left;
	}
}

@media handheld {
	body {
		font-size:11px;
	}
	
	#wrapper {
		width:100%;
	}
	
	#logo {
		background:#0066FF;
		padding-left:3px;
		clear:both;
		text-align:left;
	}
	
	#title {
		background:#0066FF;
	}
	
	#content {
		text-align:center
	}
	
	#results {
	margin:auto;
	}
	
	.copyright {
		text-align:center;
	}
	
	h1, h2, h3, h4 {
		font-size:12px;
	}
	
	.hide {
		display:block;
	}
	
	.hidemobile {
		display:none;
	}
	
	p {
		text-align:center;
		margin:4px;
	}
}

#menuwrap {
	background:#FFF;
	text-align:center;
	margin:0px;
	padding:3px;
	border-bottom:1px solid #0066FF;
	}

#wrapper {
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	padding-bottom:2px;
	border-bottom:#000000 solid 1px;
	}

#banner {
	border-top:1px solid #000099;
	border-bottom:1px solid #333333;
	text-align:center;
	padding:3px;
	}

#title {
	font-weight:bold;
	padding-left:5px;
	color:#FFFFFF;
	border-top:#FFFFFF 1px solid;
	clear:both;
	}

#results {
	text-align:left;
	list-style:none;
	width:152px;
	clear:both;
	}

#results div {
	width:50px;
	float:left;
	}

.left {
	float:left;
	}

.right {
	float:right;
	margin:5px;
	}

h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
	}

a {
	color:#000000;
	}

#disclaimer {
	padding:2px;
	text-align:center;
	font-size:smaller;
	border-top:#000000 solid 1px;
	border-bottom:#0066FF solid 1px;
	}

.copyright {
	padding:2px;
	border-top:#000000 solid 1px;
	}

#content {
	border-bottom:#0066FF solid 1px;
	}
