img {
  border:1;
}

a { 
  color: #00019b;
  text-decoration: none;
}


a:link {
	color: #003333;
}
a:visited {
	color: #003333;
}
a:hover {
	color: #FF9900;
}


li { 
  margin: 0;
  padding: 0;
}

h2 { 
  font-size: medium;
  font-weight: normal;
  border-bottom: 1px solid #aaa;
  margin-right: 50%;
  color: #000;
}

p {
  padding-left:2ex;
}
p, dl, textarea, li { 
  line-height: 135%;
}

h1 { 
  margin: 0;
  padding: 20px 10px 10px 20px;
  text-decoration: none;
  font-family: Georgia;
  background-color: #f5f5f5;
  border-bottom: 2px solid #FF9900;
}

body {
	margin-left: auto;
	margin-right: auto;
	color:            #555;
	font-family: "Monotype Corsiva", "times New Roman";
	font-size:        medium;
	border: 1px solid black;
	border-left: 1px solid black;
	width: 620px;
	
	background-color: #FFFFFF;
background-image: url(back4.jpg);
background-repeat: repeat-x;
	

}

#main {
	background: #fff;
	padding-left: 19px;
	padding-right: 17px;
	padding-bottom: 40px;
	border: 1px solid white;
}

#menu {
	margin: 0px;
	padding: 0px 15px;
	border-bottom: 2px solid #FF9900;
	font-variant: small-caps;
	height: 23px;
	background-color: #003333;	
}

#menu #first a { 
  border-left: none;
}

#menu a { 
  border-left: 1px solid #ccc;
  color: #FFFFFF;
  float: left;
  padding: 1px 10px;
  text-decoration: none;
}

#menu a:hover {
	color: #fff;
	color: #fff;
	background-color: #FFCC33;
}

#menu #current {
	color: #fff;
	color: #fff;
	background-color: #FF9900;
}

#menu li { 
  display: inline;
  margin: 0;
  text-align: center;
}

#menu #first { 
  border-left: none;
}


span.date { 
  margin: 5px 0px 0px 0px;
  color: #a65;
  float:right;
  font-size:small;
  font-family: "Courier";
}

.footer {
	background: #fff;
	border-top: 1px solid;
	font-size: small;
	vertical-align: middle;
	color: #ccc;
	padding: 10px 10px;
	border-top-color: #FFCC00;
}

.footer span {
  text-align:right;
  line-height:100%;
  padding: 0px 10px;
  float:right
}
