body {
	background-color: transparent;
	background-image: url(images/ripple2.gif);
}
#main {

	width: 730px;
	padding-bottom: 50px;
}

#header {
	width: 100%;
	height: 174px;

}

h2 {
	color: #999988;
	font-family: "Times New Roman";
	text-align: center;
}


#col1 {
	float: left;
	width: 165px;
	padding: 0%;
	height: 300px;
	margin-left: 8px;
	
}

 #navcontainer { width: 160px; }

#navcontainer ul
{
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
}

#navcontainer a
{
	display: block;
	padding: 3px 0px 3px 10px;
	width: 160px;
	background-color: #FFF;

}

#navcontainer a:link, #navlist a:visited
{
color: #438176;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FFF;
color: #AAAA99;
}


#col2 {
	float: right;
	width: 540px;
	
}

a.link1:link {
	color: #438176;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

a.link1:visited {
	color: #438176;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

a.link1:hover {
	color: #AAAA99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}


a.link2:link {
	color: #AAAA99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

a.link2:visited {
	color: #AAAA99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

a.link2:hover {
	color: #999988;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}



 .textbox1 {
	background: #DCE7E5;
	width: 150px;
	float: left;
	border: 1px solid;
	border-color: #A6B5B3;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding: 8px;
	margin: 5px;
	
}

 .textbox2 {
 	background: #DCE7E5;
	width: 150px;
	float: right;
	border: 1px solid;
	border-color: #A6B5B3;
	font-family: "Times New Roman", Times, serif;
		font-weight: bold;
	padding: 8px;
		margin: 5px;
 }
 
 .photo1 {
	float: left;
	border: 1px solid Black;
	margin: 10px 10px 10px 5px;
	text-align: center;
	font-weight: bold;
}

.photo2 {
	float: right;
	border: 1px solid Black;
	margin: 5px 3px 10px 2px;
	text-align: center;
	font-weight: bold;
}

.photo3 {
	float: left;
	margin: 10px 10px 10px 5px;
	text-align: center;
	font-weight: bold;
}

.photo4 {
	float: right;
	margin: 5px 3px 10px 2px;
	text-align: center;
	font-weight: bold;
}

 
 table {
 border-color: #AAAA99;
 border-style: dashed; border: 1px;
  background-color: #F4F4F1;
 }
 
 td {
 	padding: 10px;
 }
 
#footer {
	margin-top: 30px;
	margin-bottom: 10px;
	
}