﻿/* CSS layout */

#container {
		margin: 0 auto;
}

#bar {
	position: relative;
	width: 700px;
	height: 10px;
	font-family: arial, 'sans serif';
	font-size: xx-small;

}
#masthead {
	position: relative;
	width: 700px;
}
#masthead_logo {
	width: 130px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('../images/logorippleA2.gif');
	background-repeat: no-repeat;
}
#masthead_content {
background-color: #CC3300;
	margin-left: 130px;
	height: 69px;
	font-family: arial, 'sans serif';
	font-size: 75%;
	font-style: italic;
	text-align: center;
	font-weight: 700;
	color: white;

}
#container {
	position: relative;
	width: 700px;
}
#left_col {
	width: 130px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* Start of left_col Styles for Navigation */
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#left_col li {
	display: block;
}
#left_col a {
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
	padding: 0px;
	text-align: right;
	display: block;
	background-image: url('../images/menu1.jpg');
	background-repeat: no-repeat;
}
#left_col a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #C83200;
	background-image: url('../images/menu2.jpg');
}
/* End of left_colStyles for Navigation */





#page_content {
	
	margin-left: 150px;
	padding: 10px;
	font-family: arial, 'sans serif';
		font-size: 75%;
	font-style: normal;
	text-align: justify;
}

y;
}

#page_content img {
	
	border-style: solid;
border-width: 0px;
	margin-bottom: 0px;
}
}

	
#page_content a:link {
	color: #0000FF;
}
#page_content a:hover {
	color: #C83200;
}
#footer {
	width: 700px;
	height: 15px;
	background-color: #CC3300;
	font-family: arial, 'sans serif';
	font-size: xx-small;
	text-align: center;
	color: white;
}



