
* { margin: 0; padding: 0; }

body {
/* 	background-color:#3FCF41; */
	background:#223B50;
	font-family:Arial,Helvetica,sans-serif;
	font-size:.8em;
	background-image:url(images/banner1.jpg);
	background-repeat:repeat-x;
	color:#fff;
}

div.bulletmenu {
	position:relative;
	top:100px;
	width:15%;
	height:100%;
	float:left;
	background:#223B50;
	border-right:1px dashed #fff;
	margin-top:1em;
}

div.bulletmenu ul {
	list-style: none;
	margin-left:1em;
	padding-left:0px;
	margin-right:1em;
}

div.bulletmenu ul li {
	zoom: 1; /* So IE 5.5 and above haveLayout */
}

div.bulletmenu ul li a {
	display: block;
	color:#fff;
	background-color:transparent;
	text-decoration:none;
	font-weight:bold;
	
	padding-bottom:10px;
	margin-bottom:10px;
	
	border-bottom:1px dotted #fff;
	border-right:1px dotted #fff;
	width:100%;
	_height: 1%; /* For IE 5, so it doesn't move around on :hover */
}

div.bulletmenu ul li a:hover {
	display: block;
	color:#000;
	background-color:#fff;
	text-decoration:none;
	font-weight:bold;
	
	padding-bottom:10px;
/* 	margin-bottom:10px; */
	
	border-bottom:1px dotted #fff;
	border-right:1px dotted #fff;
	width:100%;
	_height: 1%; /* For IE 5, so it doesn't move around on :hover */
}

div.bulletmenu ul li a.currentpage {
	color:#666;
	background-color:#fff;
}

#content {
	position:relative;
	top:100px;
	float:left;
	width:82%;
	margin-left:2%;
	padding-right:3px;
	margin-top:1em;
/*height:100%;*/
}

h1 {
	text-align:center;
	font-size:2em;
}

h2 {
	font-size:1.5em;
	text-align:left;
	margin-top:1em;
}

p {
	margin-top:1em;
             text-indent: 1cm;
}

li {
	margin-left:0em;
	list-style-position:inside;
}

p.footer {
	float:right;
	text-align:right;
	font-size:.8em;
}

a {
	color:#F6DEB4;
	text-decoration:underline;
}

a:visited {
	color:#F6DEB4;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:yellow;
}

p img {
  float: right;
  margin: 1em;
  padding: 0.25em;
  margin-top:0em;
  padding-top:0em;
}

table tr td p {
text-indent:0px;
}

.thumb {
float: left;
width:175px;
margin:1em;
}

.thumb img {
  display:inline;
width:175px;
border:0em;
padding:0em;
}

div.bigPic {
  width:93%;
}

.thumb p, p.bigPicNav {text-indent:0em;}

p.bigPicCaption {margin-bottom:1em;text-indent:0em;}

