#container {
width: 516px;
background-color: #FFFFFF; 
}


#header {
height: 95px;
text-align:right;
background-color: #2BA8D4;
background-image:url(header.gif);
background-repeat: no-repeat;
}


#Dotz {
width: 516px;
height: 5px;
background-image: url(graphics/dotz-955-blue.gif);
background-repeat: repeat-x;
}

/* content */

	#MainContent {
		padding-right: 0px;
		padding-left: 5px;
		background-color: #FFF;
		}
	#MainContentFeature {
		padding-top: 5px;
		padding-bottom: 7px;
		padding-right: 5px;
		margin-left:5px;
		color: #333;
		}
		
	#MainContentFeature a:link {
		color:#000;
		font-weight:normal;
		background-color:#CFECE5;
		}
	#MainContentFeature a:hover {
		color:#000;
		font-weight:normal;
		background-color:#CFECE5;
		}	
	#MainContentFeature a:visited {
		color:#000;
		font-weight:normal;
		background-color:#CFECE5;
		}
	#ContentFeature a:link {
		color:#000;
		font-weight:normal;
		background-color:#CFECE5;
		}
	#ContentFeature a:hover {
		color:#000;
		font-weight:normal;
		background-color:#CFECE5;
		}	
	#ContentFeature a:visited {
		color:#000;
		font-weight:normal;
		background-color:#CFECE5;
		}
		
/* END content */



#bottomNav {
	clear: both;
	height: 150px;
	width: 516px;
	color: #003;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #CFECF5;
	border-top-style:dotted;
	border-top-color: #CDCED2;
	border-top-width:medium;

}
#bottomNav a:link {
		color:#003;
		text-decoration:none
		}
		#bottomNav a:hover {
		color:#003;
		text-decoration:none
		}	
		#bottomNav a:visited {
		color:#069;
		text-decoration:none
		}

.search {
		width: 120px;
		height: 20px;
		}
.hiLiteOrange {
		background-color: #FFF;
		font-size: 115%;
		}
.hiLiteNumber {
		color: #730040;
		font-weight:bold;
		font-size: 135%;
		}
			
.mitt {
	cursor: hand;
	}
	
