html { 
		min-width: 700px;
			 }

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background-color: #e0edfd;
	color: #000;
	font: small/1.4 "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    background: url(body_bg.gif) #e0edfd top center repeat-y;
}
div#wrapper	{
	color: #333;
	width: 700px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
    background-color: #fdfdff;
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
}
div#maincontent 	{
	width: 700px;
    background-color: transparent;
	padding: 0;
	padding-top: 20px;
	border: 0;
	margin: 0;
	text-align: justify;
}
#maincontent p {
  font-size: 14px;
  padding: 0px 40px;
  text-indent: 3em;
}

#maincontent h1, h2 {
  font: bold 18px Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
  padding: 0px 40px;
}

#maincontent img {
  border: 1px solid black;
  margin: 20px 40px;
}
#maincontent ul {
  margin: 0px 0px 0px 40px;
  list-style: none;
}

#banner	{
	margin: 0px;
	padding: 0px;
	height: 112px;
	width: 700px;
	overflow: hidden;
	clear: both;
}

#topnav	{
  margin: 0px;
  padding: 0px;
    width: 700px;
    float: left;
    background-color: #effafe;
  border: 1px solid #777;
  border-left: 0px;
  border-right: 0px;
}
#topnav ul {
    margin: 0 0 0 30px;
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
#topnav ul li {
  position: relative;
  float: left;
    background-color: #effafe;
  border-right: 1px;
  border: 0px solid #777;
}
#topnav li ul {
  margin: 0px;
  position: absolute;
  top: 1.4em;
  left: 0px;
  display: none;
    background-color: #effafe;
  border: 1px solid #777;
  border-top: 0px;
  width: 180px !important;
  width: auto;
}
#topnav li ul li {
}
#topnav ul li a {
    display: block;
    text-decoration: none;
    float: left;
    padding: 2px 14px;
  color: #777;
  font-size: 11px;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#topnav li:hover ul { 
    display: block;
    color: #187CC9;
  }
#topnav li.over ul { 
    display: block; 
    color: #187CC9;
  }
#topnav a:hover {
  color: #187CC9;
}

#footer {
    clear:both;
	padding: 5px 10px;
	margin: 20px 40px;
    width: 598px;
    background-color: #5C6C7E;
    border: 1px solid black;
    color: #ddd;
	text-align: right;
}
#footer a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}

