body {
	color: #666;
	background: #fff;
	margin: 25px 0;
	padding: 0;
	}
.hide	{
	display: none;
	}
.img	{
	display: block;
	border: 0;
	}
a:link	{
	font-weight: none;
	text-decoration: none;
	color: rgb(23,6,123);
	background: transparent;
	}
a:visited	{
	font-weight: none;
	text decoration: none;
	color: rgb(23,6,123);
	background: transparent;
	}
a:hover	{
	font-weight: none;
	text-decoration: underline;
	color: color: rgb(211,183,205);
	background: transparent;
	}
a:active	{
	font-weight: none;
	text-decoration: none;
	color: rgb(23,6,123);
	background: transparent;
	}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	}
h1	{
	margin-top: 1em;
	font-size: 1.5em;
	font-weight: normal;
	color: rgb(23,6,123);
	}
h2	{
	font-size: 1em;
	font-weight: bold;
	color: rgb(23,6,123);
	margin-top: 1em;
  	margin-right: 0em;
  	margin-bottom: .5em;
  	margin-left: 0em;
	}
h3	{
	font-size: .75em;
	font-weight: normal;
	font-style: italic;
	/*margin: 0;*/
	/*line-height: 1.5;*/
	text-align: right;
	/*padding-top: 1px;*/
	margin-top: -.5em;
  margin-right: 0em;
  margin-bottom: 2em;
  margin-left: 0em;

	}
html p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.5;
	}
html ul	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.25;
	list-style: square;
	}
#footer p	{
	font-size: 11px;
	margin-top: 25px;
	}

/* Basic Page Divisions */
#primarycontent {
	padding-left: 25px;
	padding-top: 25px;
	}
#content	{
	background: transparent url(images/arrow.gif) center bottom no-repeat;
	}
#primarycontentquote {
	font-style: italic;
	text-align: left;
	margin-top: 0.5em;
	}
/*Sidebar display attributes*/
#sidebar p	{
	font-style: italic;
	text-align: right;
	margin-top: 0.5em;
	}
#sidebar img	{
	margin: 30px 0 15px 0;
	}
#sidebar h2	{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	text-align: right;
	}
#sidebar h3	{
	font-size: .75em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	line-height: 1.5;
	text-align: right;
	padding-top: 10px;
	}
/*Navigation bar components*/
table#nav	{
	border-bottom: 1px solid rgb(23,26,123);
	border-left: 1px solid rgb(23,6,123);
	}
table#nav td	{
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid rgb(23,26,123);
	border-top: 1px solid rgb(23,6,123);
	}
table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
#nav td a:link, #nav td a:visited	{
	background: transparent url(images/bgpat.gif)repeat;
	display: block;
	margin: 0;
	}
#nav td a:hover	{
	color: #000;
	background: transparent;
	}
td#home a:link, #nav td a:visited	{
	background: transparent url(images/bgpat.gif)repeat;
	display: block;
	margin: 0;
	}
td#home a:hover	{
	color: #000;
	background: transparent
	}
