/* GENERIC */
*{
	margin:0;
	padding:0;
}
html{
	overflow-y:scroll;
}
body{
	color:#333;
	font-family:"Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size:11pt;
	text-align:center;
	background-color:#808080;
	background-image:url('back.png');
	background-position:center;
	background-repeat:repeat-y;
}
* html body{
  background-color:#757575;
}
p{
	margin:5px 0;
}
hr{
	color:#c0c0c0;
	background-color:#c0c0c0;
	border:0;
	padding:0;
	margin:5px 0 5px 0;
	width:100%;
	height:2px;
}
strong{
	font-weight:bold;
	color:#759e00;
}
em{
  font-style:italic;
}
ul{
  margin-left:25px;
}
li{
  list-style-type:disc;
  list-style-image:url("bullet.png");
  padding:2px 0;
  text-align:left;
}

a:link,
a:visited{
  color:#cc3300;
  text-decoration:underline;
}
a:active,
a:hover{
  color:#cc3300;
  text-decoration:none;
}

/* LAYOUT */
div#container{
	width:740px;
	height:auto;
	margin:0px auto;
	text-align:left;
	background-color:#fff;
}

div#header{
	border:0;
	margin:0;
	padding:5px 0 0 0;
  background-color:#fff;
}
div#header img{
  display:block;
  margin:0;
  padding:0;
}
div#content{
/* content */
	margin:0 0 0 174px;
	color:inherit;
	background-color:#fff;
	padding:20px;
	background:none;
	text-align:justify;
}

div#menu{
	float:left;
	width:160px;
	background-color:#99cc00;
	background-image:url('menu_bottom.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	border:0;
	position:relative;
	left:14px;
	padding-bottom:10px;
	margin-bottom:14px;
}

div#footer{
  clear:both;
  margin:20px 0 0 0;
  width:auto;
  height:100%;
  background-color:#494949;
  background-image:url("back_footer.png");
  font-size:70%;
  color:#808080;
}
div#footer a{
  color:#808080;
  text-decoration:underline;
}
div#footer span.site,
div#footer span.membership{
  padding:5px 15px 5px 15px;
}
div#footer span.site{
  float:left;
}
div#footer span.membership{
  float:right;
}
* html div#footer{
  height:22px;
  /* DO I NEED FOR IE6? */
}

/* FORMS */
fieldset{
	padding:10px;
	border:1px dashed #ffcc00;
	text-align:left;
	margin-top:15px;
	background-color:#ffffff;
}
legend{
	padding:0 5px;
  font-family: "Arial Rounded MT Bold", "Comic Sans MS", serif;
	color:#c30;
}
label{
	font-weight:bold;
	display:block;
}
input.text, textarea{
	border:1px solid #9c0;
}
input.text{
	width:98%; 
  margin-bottom:10px;
	padding:3px;
}
textarea{
	width:97%;
	padding:5px;
	font-family:"Arial", "Tahoma", "MS Sans Serif", sans-serif;
}
button{
	border:0;
	border-radius:10px;
	-moz-border-radius:10px;
  -webkit-border-radius:10px;
	background-color:#ffcc00;
	font-weight:bold;
	color:#ffffff;
	padding:3px;
	text-transform:uppercase;
	width:100px;
	margin-left:200px;
	margin-top:15px;
	font-family: "Arial Rounded MT Bold", "Comic Sans MS", serif;
	font-weight:bold;
	letter-spacing:3px;
}

/* Menu */
.menuItem a:link,
.menuItem a:visited{
  display:block;
  padding:15px 5px 5px 15px;
  height:19px;
  text-decoration:none;
  color:black;
  background-color:#9c0;
  background-image:url('menu_item.png');
  background-repeat:no-repeat;
}
.menuItem a:hover,
.menuItem a:active{
  background-color:#759e00;
  background-image:url('menu_item_hover.png');
}
.current a:link,
.current a:visited,
.current a:hover{
  background-color:#fc0;
  background-image:url('menu_item_current.png');
}

/* Headers */

div#content h2,
div#content h3{
  font-family: "Arial Rounded MT Bold", "Comic Sans MS", serif;
  font-size:24pt;
  color:#c30;
	border-bottom:2px solid #d5d5d5;
	margin:-10px 0 15px 0;
	padding-left:5px;
}
div#content h3{
  font-size:18pt;
  margin-top:5px;
}
* html div#content h2,
* html div#content h3{
/* IE6 spazzes else */
	margin:0 0 15px 0;
}

/* Formatting */

.image{
	border:1px solid #14205a;
}

.testimonial{
  font-style:italic;
  display:block;
  padding:10px 0;
}
.cite{
  font-style:normal;
  display:block;
  padding-left:10px;
  color:#c30;
}