
body {
	color: #575454;
/*	background: #fff;*/
/*	background-image: url(images/bg.gif);*/
/*	background-repeat: repeat; */
	
}

#container {
	padding-top: 20px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	text-align: left;
	background-color: #ffffff
}

.hide {
	display: none;
}

table#nav {
	display: inline;
}

table#formtable {
	font-size: 0.70em;
}
table#formtable td {
	vertical-align: top;
}
table#formtable td.lbl {
	text-align: right;
}
table#formtable td.input {
	text-align: left;
}
table#formtable tr.req {
	background-color: #E0CAAA;
}

a:link {
	text-decoration: none;
	color: #2A6644;
	background: transparent;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #2A6644;
	background: transparent;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #2A6644;
	background: transparent;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #2A6644;
	background: transparent;
	font-weight: bold;
}

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url(../images/quotes.gif) no-repeat top left;
  }


p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, sans-serif;
}

p.narrow {
	margin-left: 60px;
	margin-right: 60px;
}

p.narrow40 {
	margin-left: 40px;
	margin-right: 40px;
}

h1 {
	font-size: 1.15em;
	font-weight: normal;
}

html p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: 14px;
	line-height: 2;
}

#footer p {
	color: #9D9B9B;
	font-size: 9px;
	margin-top: 9px;
	text-align: center;
}


/*  basic page divisions */
#primarycontent {
/*	background-image: url(../images/under_nav_bg.jpg);*/
/*	background-image: url(images/bg.png);*/
/*	background-repeat: no-repeat; */
/*	background-position: right top;*/
	padding-left: 55px;
	padding-top: 32px;
	padding-right: 50px;
/*	border-right: 1px solid #E5CE80;*/
}
#content {
	text-align: left;
	background: #ffffff;
}

