@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff; }
a {
	color: #993366;
	font-weight: bold;
	text-decoration: none; }
a:hover {
	text-decoration: underline;
	color: #6699cc; }

#bottomNav {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; }
#content {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 1.25
}
#footer {
	clear: both;
	background-color: #666359;
	vertical-align: baseline;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px; }
#footer a {
    color: #ffffff; }
#footer a:hover {
	text-decoration: underline;
	color: #6699cc; }
#frame {
	clear: both;
	text-align: left;
	padding: 0px;
	width: 820px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #666359; }
#header { 
    padding: 0px; 
	position: relative; 
	width: 820px; 
	height: 150px; 
	margin-left: auto; 
	margin-right: auto; }
#mat { 
    overflow: hidden; 
	width: 600px; 
	background-color: #ffffff; 
	color: #000000; 
	left: 20px; 
	top: 0px; 
	position: relative; }
#mat2 { 
    overflow: hidden; 
	width: 780px; 
	background-color: #ffffff; 
	color: #000000; 
	left: 20px; 
	top: 0px; 
	position: relative; }
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	float: right;
	width: 195px;
	font-weight: bold;
	font-size: 10px; }
#sidebar a {
    color: #ffffff; }
#sidebar a:hover {
	text-decoration: underline;
	color: #6699cc; }
#topNav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	width: 65px;
	left: 20px;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; }
#topNav a {
    color: #ffffff; }
#topNav a:hover {
	text-decoration: underline;
	color: #6699cc; }
#wrapper {
    margin: 0px; 
	padding: 0px; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	left: 0px; 
	width: 100%; }

/* HORIZONTAL TABS CONTAINER */
div.tabmenu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 110px;
	left: 40px;
	width: 560px; 
	height: 30px; }
/* Individual Tab */
div.tabitem	{
	background: url(../images/tab_on.png) no-repeat; /* rollover hover image */
	width: 112px; /* tab width */
	height: 30px; /* tab height */
	position:relative; /* creates context for the absolute position of the span element */
	float: left; /* sets the left boundary as the reference point for this container */
	margin: 0;
	padding: 0;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; }
/* Tab Link */
div.tabitem a {
	color: #ffffff; /* link text color */ 
	display: block; /* treats full container width as the strike zone */
    text-decoration: none;  /* disables default link style */
	cursor: pointer;
	overflow: hidden; }
/* Tab Text */
div.tabitem span {
	position: absolute; /* sets a fixed anchor within the container for text insertion */
	left: 0px;
	top: 8px;
	text-align: center;
	width: 108px; }
/* Tab Hover */
div.tabitem a:hover {
	color: #ffffff; }/* hover text color */
/* Default Tab Image */
div.tabitem img {
    width: 112px; /* width for default tab graphic */
    height: 30px;  /* height for default tab graphic */
    border: 0; }
/* Hover Image Treatment */
div.tabitem a:hover img {
    visibility: hidden; }  /* hides default tab image during hover */

.caption {
	font-size: 85%;
	text-align: center; }
.topLFT {
	text-align: left;
	vertical-align: top; }
.white {
	color: #FFFFFF;
}
