body {
	background-color: white;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-y;
	
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000066;
}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000066;
}
	
img.border {
	border: double gray;
	border-spacing: 5px;
}

a {
	background-color: none;
	text-decoration: underline;
	color: #000099;
}

a:link {
	background-color: none;
	text-decoration: underline;
	color: #000099;
}

a:visited {
	background-color: none;
	text-decoration: underline;
	color: #000099;
}

a:hover {
	background-color: none;
	text-decoration: underline;
	color: #000099;
	
}

a.sub {
	background-color: none;
	border-bottom: 1px dotted #808080;
	border-top: 1px dotted #808080;
	text-decoration: none;
	color: #000099;
	font-size: 11px;
}

a.sub:link {
	background-color: none;
	border-bottom: 1px dotted #808080;
	border-top: 1px dotted #808080;
	text-decoration: none;
	color: #000099;
	font-size: 11px;

}

a.sub:visited {
	background-color: none;
	border-bottom: 1px dotted #808080;
	border-top: 1px dotted #808080;
	text-decoration: none;
	color: #000099;
}

a.sub:hover {
	background-color: none;
	border-bottom: 1px dotted #808080;
	border-top: 1px dotted #808080;
	text-decoration: underline;
	color: white;
	background-color: #0033CC
	
	}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/blue_background_fuzzy.gif);
	width: 100%;
	height: 97px;
	border-bottom: 1px solid black;
	
}
#logo {
	position: absolute;
	left: 0px;;
	width: 305px;
	top: 0px;
	height: 90px;
	z-index: 1;
}

#casalogo {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 216px;
	height: 97px;
	z-index: 2;
}

#menu {
	position: absolute;
	margin-top: 97px;
	left: 0px;
	width: 165px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#top10 {
	position: absolute;
	top: 120px;
	right: 0px;
margin-left: 800px;
	width: 250px;
	height: 250;
margin-right: 0px;
	background-color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: Maroon;
	border-left: 1px #666666;
	padding-left: 10px;
z-index: 2;

<!--
}

#top10 {
	position: absolute;
	top: 120px;
	right: 0px;
margin-left: 800px;
	width: 250px;
	height: auto;
margin-right: 10px;
	background-color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: Maroon;
	border-left: 1px dotted #666666;
	padding-left: 10px;
	z-index: 2;
}		
-->

#content2col {
	position: absolute;
	margin-left: 175px;
	width: 600px;
	height: auto;
	top: 110px;
	overflow: clip;
	padding-right: 20px;
	margin-right: 20px;
	}
#content {
	position: absolute;
	margin-left: 175px;
	margin-right: 175px;
	width: 425px;
	height: auto;
	top: 110px;
	overflow: clip;
	}


#footer {
	position: relative;
	height: 65px;
	width: auto;
	margin-top: 100px;
	text-align: center;
	bottom: 5px;
	border-top: 1px solid #0033CC;
	padding-top: 10px;

}

