@charset "UTF-8";
body {
	background-image: url(http://www.billandgeorge.org/images/background_repeat.gif);
	background-repeat: repeat;
}
.MainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  line-height:1.6em;
  margin:0 0 .75em;
	color: #333333;
}
.BodyBoldCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

LI.list1 {
	font-family: Arial, Helvetica, sans-serif;
	list-style: circle square;
	color:#000;
	font-size: 12px;
} 

.NavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration:none;
	background-color:#fff;
	color:#1d3893;
	font-size:12px;
	font-weight: bold;
}
a:hover, a:active { 
	text-decoration:none;
	color:#fff;
	background-color:#1d3893;
	font-size:12px;
	font-weight: bold;
}

a.nothing:link, a.nothing:visited, a.nothing:hover, a.nothing:active { background-color:#000; }

input
{
color: #1d3893;
background: #f3fabb;
border: 1px solid #1d3893
}

.submit input
{
color: #fff;
background: #1d3893;
border: 1px outset #1d3893
}