@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	margin:0 auto;
	padding:0;
}
#topBarJfrog {
	margin-top:10px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(tileblueish.jpg);
	width:100%;
	height:95px;
}
#list-menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
} 
#list-menu li {
	margin: 2px 0 0;
} 
#list-menu a {
	display: block;
	width:125px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000000;
	text-decoration: none; /*lets remove the link underlines*/
	color: #FFFFFF;
	background-color: #666666;
} 
#list-menu a:hover {
	border: 1px solid #000000;
	color: #CCCCCC;
	background-color: #1D857C;
	background-image: url(images/background1.gif);
}
#Footer {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	height:18px;
	width:100%;
	background-color: #339933;
	font-size: 12px;
	font-weight: bolder;
	text-indent:20px;
	padding-top: 4px;
}
#Footer a:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	vertical-align:middle;
}
#Footer a:visited {
	color: #CCCCCC;
}

#Footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


#Navigation {
	margin-left: 10px;
	margin-top: 0px;
	height:18px;
	width:100%;
	background-color: #339933;
	font-size: 12px;
	font-weight: bolder;
	text-indent:20px;
	padding-top: 4px;
}
#Navigation a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	vertical-align:middle;
}
#Navigation a:visited {
	color: #CCCCCC;
}

#Navigation a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#topBarFrogPicture {
	position: absolute;
	margin-top:10px;
	right: 10px;
	top: 0px;
}
#list-menu {
	float: left;
	margin-top: 10px;
	width: 150px;
	height: auto;
	background-color:#999999;
	padding: 5px;
}
#MainBody {
	width:70%;
	margin-left:180px;
	padding:5px;
	min-height:350px;
	height:auto;
}
#MainBody a {
	color: #000000;
	font-weight: bold;
}
#MainBody a:visited {
	color: #666666;
}

#MainBody img{
	border:none;
}
.indent {
	position:relative;
	left: 25px;
}
#filler{
	height:400PX;
}#bodyWrapper {
	height: auto;
	margin-left: 10px;
}
