/* some general styles - setting up the layout */

body {
  background-color: #ffffff;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align:center;
font-family: Arial, Helvetica, Sans-serif;

}

#container {
	position: relative;
	top: 0px;
  width: 560px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#content {
	float: left;
  width: 420px;
  /* min-height:380px; */
  _padding-top: 9px;                               /* show to IE */
  _padding-bottom: 9px;                            /* show to IE */
  margin-bottom: 20px;
  font-size: 75%;
}

#content img {
  padding-top: 3px;
  padding-right: 5px;
}

#menu {
  width: 140px;
	float: left;
}

img {
  border: 0px;
}

a {
  color: #006600;
}

/* end general styles */

/* styles for the header */

#header {
	height: 45px;
	background-repeat: none;
	margin: 0px;
	padding: 0px;
  text-align:center;
}


#header img {
	top: 10px;
  margin-left: -45px;
}

/* end header styles */

/* menu styles */

#mainmenu {
  font-family: Arial, Helvetica, Sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  margin-top: 65px;
	margin-left: 0px;
	list-style: none;
	padding-left: 0px;
}

#mainmenu li {

	margin-left: 0px;
	padding:3px 5px 13px 0px;
	background-repeat: no-repeat;
	background-position: left;
}

#mainmenu a {
	text-decoration: none;
}
#mainmenu a:hover {
  text-decoration: underline;
}

/* end menu styles */



/* start footer styles */

#footer {
	clear: both;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 10px;
	color: #000000;
}

#footer img {
  margin-top: 4px;
  margin-right: 10px;
}

#footer table {
 /* margin-top: -10px; */
  margin-left: 30px;
  _margin-left: 135px;
  margin-bottom: 18px;
  width: 75%;
}

#footer td {
  font-size: 10px;
	border:0px;
	padding:2px;
	margin: 0px;
        
}

/* end footer styles */

/* start content styles - most new styles will go in here */


