@charset "utf-8";

html,body {
	height: 96%; /* Stay a bit off top and bottom and stop a scrollbar in IE. */
}
body  {
	color: #3a3a3a;
	font-size: 100%;
	font-family: Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif;
	background-color: #000000;
	margin-top: 2%;
	margin-bottom: 2%;
}

img {
	border: none;
}

.imgRight {
	float: right;
	padding-left: 10px;
}

/* *************************  START DIV STYLING  ************************* */

div#container   {
	margin: 0 auto;
	padding: 0;
	width: 840px }
#header   {
	background: url("banneronblack.jpg") repeat-x left top;
	text-align: right;
	margin: 0;
	padding: 0;
	width: 840px;
	height: 120px }
#header h1   {
	color: #3a1c73;
	font-size: 150%;
	text-indent: -9999em;
	letter-spacing: 4px;
	visibility: hidden;
	display: none;
	margin: 0;
	padding: 0 }
#header h2    {
	color: #000;
	font-size: 70%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 80px;
	padding-right: 210px }
	

/* Navigation */

div#menu    {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("columncap.jpg");
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	border-top: solid 2px #555555;
	border-bottom: solid 2px #555555;
	margin: 0;
	z-index: 50;
	height: 33px;
	overflow: visible }

ul#nav, ul#nav ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100 }

ul#nav {
	margin: 0 auto;
	width: 600px;
}

ul#nav a   {
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0;
	padding: 10px;
	width: 100px }
ul#nav a:link, ul#nav a:visited  {
	color: #3a1c73;
}
ul#nav a:hover  {
	color: #fff;
	background-color: #3a1c73;
	background: url("buttonhover.jpg");
}
/* 
ul#nav a:active  {
	color: #fff;
	background-color: #a870fc;
	border-right: solid 2px #a870fc;
} 
*/
ul#nav a.current   {
	border-top: 1px dashed #3a1c73 }


ul#nav ul  {
	background-color: #e2dcea;
	background: url("buttoninactive.jpg");
	z-index: 400;
}
#nav li  {
	width: 120px;
	float: left;
	z-index: 400;
}
#nav li ul  {
	position: absolute;
	left: -999em;
	width: 120px; }
#nav li:hover, #nav li.sfhover {
	background-color: #e2dcea;
	background: url("buttoninactive.jpg");
	/*bp border-bottom: 2px solid #555555; */
	z-index: 400;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	border-top: solid 2px #555555;
	margin-top: 0px;
}
#nav li:hover li, #nav li.sfhover li {
	border: none;
}


#cap {
	height: 50px;
	background-image: url("columncap.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

#core      {
	background-image: url("column1wide.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0;
	padding: 0;
	z-index: 50;
	width: 840px;
	clear: both;
	overflow: hidden }

#sidebar  {
	width: 170px;
	height: auto;
	float: left;
	padding: 12px;
	margin: 0 -6px 0 0;
	/* IE Fix. Currently unneeded as sidebar is off. */
	/* _padding: 6px 0px 6px 6px; */
}
#sidebar img { 
	border: 0; /* The images on the left may not have a border. */
}
#sidebar p {
	font-size: 70%; /* The fontsize is 70% of the fontsize of the body tag. */
}
#sidebar a, #sidebar a:link, #sidebar a:visited  {
	color: #3a1c73;
	text-decoration: none;
}
#sidebar a:hover  {
	color: #8572a8;
}
#sidebar h3, #sidebar h4  {
	color: #8572a8;
	font-size: 90%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#sidebar li {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	width: 95%;
	padding-left: 5%;
}
#sidebar ul { 
	list-style: none; 
	padding-left: 0px; 
	margin-left: 0; 
}
	



	
#content    {
	font-size: 80%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	line-height: 20px;
	background-color: transparent;
	margin: 0;
	padding: 0 70px;
	width: 670px }
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6  {
	color: #8572a8;
	font-size: 120%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	vertical-align: middle;
	clear:left; }
#content p,
#content li
{
}
#content h2
 {
	margin-top: 1em;
	margin-bottom: -1em;
	position: relative;
	z-index: 50;
	top: -1em }
#content h3
{
	font-size: 110%;
}
#content h4
{
	font-size: 105%;
}
#content h5
{
	font-size: 95%;
}
#content h6  
{
	font-size: 90%;
}



	
.bottom_ul { 
	list-style: none; 
	padding-left: 20px;
	width: 420px;
	height: 12px; 
	margin: 0; 
}
.bottom_ul li  {
	background-color: transparent;
	padding: 0 10px }
.bottom_ul a { 
		font-size: 70%; 
		display: block; 
		padding: 3px; 
		width: 420px; 
		color: #AAAAAA; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.bottom_ul a:hover  {
	color: #8572a8;
	background: #f8f8f8 url("arrow_right.jpg") no-repeat 98% 50%;
	width: 420px }

#links { 
	clear: both; 
	padding-top: 0px;
	width: 840px; 
	height: 80px; 
	text-align: center; 
	margin: 0;
	background: url('columncapbottom.jpg') no-repeat bottom center;
}
#links ul {
	list-style-type: none;
	margin: 0;
	padding: 0 }
#links li {
	display: inline }
#links a img {
	border-style: none; }
	
#footer { 
	clear: both; 
	padding-top: 0px;
	width: 840px; 
	height: 64px; 
	text-align: center; 
	margin: 0;
	border-top: solid 2px #555555;
	background: url('bottombanner.jpg') no-repeat top center;
}
#footer p  {
	color: #000000;
	font-size: 60%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding-top: 0 }
#footer a { 
		text-decoration: none; 
		color: #000000; 
	}
.centered {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.left {
	float: left;
	padding-right: 10px;
}
.right {
	float: right;
	padding-left: 10px;
}
.testimonial {
	margin: 10px;
	padding: 10px 10px 10px 10px;
	border: dotted 2px #ddccee;
	font-style: italic;
}
.super  {
	font-style: italic }

/* auxiliary PTS styles */
#userList, #newslist {
	border: dotted 1px #999999;
	width: 90%;
	margin: 0 auto;
}
#userList th, #newslist th {
	color: #3a1c73;
	background-color: inherit;
}
#userList td, #newslist td {
	color: #000000;
	background-color: #cccccc;
}
div.newsItem  { margin-top: 1.5em; margin-bottom: 0 }
div.newsItem h3  { margin: 0; padding: 0; border-bottom: solid 2px #555555; text-transform: none !important; }
div.newsItem h4  { font-style: italic; font-weight: normal; text-align: right; margin: 0; padding: 0 0 1em; text-transform: none !important; }
div.tail { font-size: 0.9em; text-align: right; padding-top: 2em }
