@media screen,print {
body {
background-color: #000066;
font-family: Arial, Helvetica, sans-serif;
color: #99ccff;
	scrollbar-face-color: #003399; 
	font-weight: normal; 
	scrollbar-highlight-color: #99ccff;
	scrollbar-shadow-color: #000066;
	scrollbar-3dlight-color: #99ccff; 
	scrollbar-arrow-color: #feba49; 
	scrollbar-track-color: #000066; 
	scrollbar-darkshadow-color: #000000;
}

/* CSS Table Layout */

#layout {
position: relative;
margin: 0;
padding: 0;
}

	#title {
	position: relative;
	width: 750px;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	}

	#container {
	position: relative;
	}

		#navigation {
		position: relative;
		float: left;
		width: 145px;
		background-color: #003399;
		border: 5px solid #003399;
		}

		#bodytainer {
		position: relative;
		float: left;
		width: 595px;
		display: inline;
		}

			#body {
			position: relative;
			padding: 5px;
			font-size: 12px;
			}

			#footer {
			position: relative;
			font-size: 10px;
			font-style: italic;
			background-color: #003399;
			border-top: 5px solid #003399;
			border-right: 5px solid #003399;
			border-bottom: 5px solid #003399;
			}

a.menulink {
display: block;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
width: 135px;
text-align: left;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000066;
background-color: #feba49;
border-top: solid 1px #003399;
border-bottom: solid 1px #003399;
}

a.menulink:hover {
border-top: solid 1px #003399;
border-bottom: solid 1px #003399;
color: #feba49;
background-color:#003399;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none; }
a:hover{color:#008000; }

h2 {color: #feba49; }
h4 {color: #feba49; }

th {
font-family: Arial, Helvetica, sans-serif;
color: #feba49;
font-size: 12px;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

div.categoryid {
text-align: center;
font-size: 12px;
font-weight: bold;
color: #feba49;
}
}

@media handheld {
body {
background-color: #000066;
font-family: Arial, Helvetica, sans-serif;
color: #99ccff;
	scrollbar-face-color: #003399; 
	font-weight: normal; 
	scrollbar-highlight-color: #99ccff;
	scrollbar-shadow-color: #000066;
	scrollbar-3dlight-color: #99ccff; 
	scrollbar-arrow-color: #feba49; 
	scrollbar-track-color: #000066; 
	scrollbar-darkshadow-color: #000000;
}
}