body {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color:#e7e7e7;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 994px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	min-width: 1028px;
	min-height: 600px;
}
#header {
	background: #828d58;
	padding: 0 0px;
	text-align: right;
	min-width: 1028px;
	height: 87px;
}
#header form {
	height: 67px;
	padding-top: 20px;
	padding-right: 40px;
	width: 300px;
	float:right;
}
.imgtop {
	border-left: 3px white solid;
	border-right: 3px white solid;
	float:right;
}
#mainContent h1 {
	color: #828d58;
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing: .3em;
	margin-right: 70px;
}
#sidebar1 {
	float: left;
	width: 200px;
	padding: 35px 10px;/*border: solid blue thin;*/
	
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}
#mainContent {
	margin: 0px 1% 0px 22%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	font-size: 11px;
	padding-left: 10px;
	color: #666;
	/*border: thin green solid;*/
	min-height: 460px;
}
#footer {
	background:#fff;
	margin: 0px auto;
	/*border: thin red solid;*/
	padding: 0px;
	margin-bottom: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #828d58;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
}
#footer a:hover {
	color: #000;
	font-weight: normal;
	text-decoration:none;
	line-height: 1em;
	padding-left: 0px;
	background:none;
}
#footer a {
	color: #828d58;
	text-decoration:none;
	font-weight: normal;
	line-height: 1em;
	padding-left: 0px;
	background:none;
}
#footer a:active {
	color: #828d58;
	text-decoration:none;
}
#footer a:visited {
	color: #828d58;
	text-decoration:none;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#menu {
	width:190px;
	float:left;
	padding-left: 10px;/*border: thin solid orange;*/
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style: none;
	margin: 5px;
	padding: 0px;
	background-color: #566422;
}
#menu ul li a {
	list-style: none;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color:#fff;
	padding-left: 15px;
	padding-right: inherit;
	line-height: 2.9em;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu a:hover {
	list-style: none;
	font-size: 10px;
	font-weight: bold;
	color:#000;
	padding-left: 15px;
	padding-right: inherit;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#FFF;
	display:block;
}
#menu ul li a.selected {
	list-style: none;
	font-size: 10px;
	font-weight: bold;
	color:#000;
	padding-left: 15px;
	padding-right: inherit;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#FFF;
	display:block;
}
h2 {
	color:#828d58;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	color:#566422;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#ra {
	font-size: 10px;
	color: #666;
	min-height: 400px;
}
$ra p {
}
#mainContent #ra a {
	color: #666;
	font-weight: bold;
	text-decoration:none;
	line-height: 2em;
	padding-top: 0px;
	padding-left: 10px;
	background:url(images/arrow_back_clr.jpg) no-repeat center left;
	margin: 0px;
}
#mainContent #ra a:hover {
	padding-left: 10px;
	background:none;
	color: #000;
	margin: 0px;
}
#ra a.selected {
	padding-left: 10px;
	background:url(images/arrow_fwd.jpg) no-repeat center left;
	color: #000;
	margin: 0px;
}
#ra h3 {
	color:#828d58;
	margin: 10px 0px;
	padding: 1px 10px;
	text-transform: uppercase;
}
#ra h2 {
	color:#828d58;
	margin: 0px 0px 0px 0px;
	padding: 1px 0p 0px 10px;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	font-size: 15px;
}
#ra hr {
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px -10px;
	display:block;
	border-top: none;
	border-left: none;
	border-right: none;
	min-width: 240px;
	color: #000;
	height: 1px;
}
#ra img { padding-left: 0px; margin-left: 0px
}
#back a {
	color: #666;
	font-weight: bold;
	text-decoration:none;
	line-height: 2.2em;
	padding-left: 10px;
	background:none
}
#back a:hover {
	padding-left: 10px;
	color: #000;
	background:none
}
#copy {
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 25px;
	color: #666666;
	margin: 0px;
	width: 400px;
}
#copy ul {
	margin: 0px 1px 10px 1px;
	padding: 1px;
}
#copy ul li {
	list-style-image: url(images/arrow_fwd.jpg);
	margin: 0px 1px 0px 25px;
	padding: 0px;
	line-height: 1.5em;
}
#copy h1 {
	font-size: 12px;
	text-transform:uppercase;
	color:#666;
	letter-spacing:normal;
	width: 450px;
}
#mainContent a {
	color: #666;
	font-weight: bold;
	text-decoration:none;
	padding-left: 10px;
	background:url(images/arrow_fwd_up.jpg) no-repeat center left;
}
#mainContent a:hover {
	padding-left: 10px;
	background:url(images/arrow_fwd.jpg) no-repeat center left;
	color: #000
}
#mainContent td a {
	color: #666;
	font-weight: bold;
	text-decoration:none;
	line-height: 1.5em;
}
#attylist a {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	line-height: 1.5em;
	background:url(images/arrow_fwd_up.jpg) no-repeat center left;
}
#attylist a:hover {
	color: #828d58;
	font-weight: bold;
	text-decoration:none;
	line-height: 1.5em;
	background:url(images/arrow_fwd.jpg) no-repeat center left;
}
#attybio {
	
	font-size: 11px;
	padding-top: 15px;
	padding-right: 0px;
	line-height: 1.5em;
}
#attybio a {
	font-weight: normal;
	color: #666;
	text-decoration:none;
	line-height: 1.1em;
	padding-left: 0px;
	background:none;
	font-size:11px;
}
#attybio a:hover {
	font-weight: 400;
	padding-left: 0px;
	background: none;
	color: #000;
	font-size:11px;
}
#attybio h3 {
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #828d58;
	font-weight:400;
	margin: 0;
	padding: 0;
	text-transform:none;
}
#attybio h4 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #828d58;
	font-weight:bold;
	margin-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#attybio ul {
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
}
#attybio ul li{
	padding-top: 2px;
	padding-bottom: 2px;
}
#articles a {
	color: #666;
	font-weight: bold;
	text-decoration:none;
	line-height: 1.2em;
	padding-left: 0px;
	background: none;
}
#articles a:hover {
	padding-left: 0px;
	color: #000;
	background: none;
}
#articles {
	font-size: 11px;
	color: #666;/*border: thin solid brown;*/
}
#articles h1 {
	margin: 0;
	padding: 10px 0;
	color: #828d58;
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing: .3em;
}
#articles h3 {
	font-size: 12px;
	text-transform:uppercase;
	color:#666;
	letter-spacing:normal;
	font-weight: bold;
}
.search {
	border: none;
	text-transform: uppercase;
	color: #fff;
	background: none;
	padding-right: 2px;
	font-size: 10px;
}
#mainContent li {
	list-style-image:url(images/arrow_fwd.jpg);
}
.authors{
	font-style: italic;
	margin: 0px;
	padding: 0px;
	}
a img {
	margin-top: 2px;
	}
li.pa_sidebar{
	list-style: none;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
	}
ul.pa_sidebarA{margin-left: 0px; padding-top:0px; padding-bottom: 0px; padding-right:0px; padding-left: 10px; width: 250px}
#mainContent #ra a.attypalinks:hover { background-image:none}

