@charset "utf-8";

* html .visualIEFloatFix { height: 0.01%; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#B28DB6;
	color:#303030;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}	
h1,h2,h3,h4,h5,h6,hr,p {margin:0; padding:0}

/* Set table to "fixed" (fastest render) layout */  
.fixed_table {   
    table-layout: fixed;   
}   
.tableHeader {
	font-size: .9em;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
}
.tableHeader th {
	background: #F3F3F3;
	border: 1px solid #F5F5F5;
}

.tableData td {
	background: #FDFDFD;
	border: 1px solid #EEE;
	font-size: .85em;
}
.thrColFixHdr #container { 
background:#fafafa url(img/bodybg01.jpg) repeat-x;
color:#303030;
width: 994px;
padding:0;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */

/*this should center the container in wide screens*/
float: none ;display: block ; margin-left: auto ;
margin-right: auto ;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	/*padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */*/
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/** Buffer between header and text **/
#buffer{
	height: 10px; text-align:center; margin-top:2px; background-color:#fafcff;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fafafa; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fafafa; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/*** Footer ***/

.thrColFixHdr #footer {
	background:#8b8b8b url(img/footerbg.jpg) top left repeat-x;
	clear:both;
	color:#d0d0d0;
	font-size:.8em;
	font-weight:bold;
	margin:0;
	padding:20px 0;
	text-align:center;
	width:100%;
}

.thrColFixHdr #footer a {
	color:#d0d0d0;
	font-weight:bold;
	text-decoration: none;
}
.thrColFixHdr #container #footer .grey a:hover {
	color: #333;
	font-size: .8;
}

/*This style puts a purple division in the sidebar*/




.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}

.flt{float:inherit;}


.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;
}
.thrColFixHdr #container #sidebar1 .announce, .thrColFixHdr #container #sidebar2 .announce{
	background:#B598B4;
	clear:both;
	color:#1e1e1e;
	line-height:1.3em;
	margin: 0px 0px 15px;
	padding:0px;
	width: 150px;
	border: 1px solid #3B0330;
}

.thrColFixHdr #container #sidebar2 .announce p{
	font-size: 0.7em;
	margin: 0px;
	padding: .2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
.thrColFixHdr #container #sidebar1 .announce h5, .thrColFixHdr #container #sidebar2 .announce h5{
	margin: 0;
	padding: 0 0 5;
}


.thrColFixHdr #mainContent img  {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px 6px;
padding:5px;
}

.thrColFixHdr #mainContent p {
	line-height: 1em;
	margin:0 0 15px;
	font-size: .9em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}

#active_display .descrip { font-size:.8em!important; padding: 3px;}
#active_display p {margin: 0!important;}

#sidebar2 .search{ background-color:#D4C8D4; font-size:9px; padding: 2px;}
.headSm {
	font-size: small;
	color: #903;
}
.headColor {
	color: #903;
}

.ThreeColumn {
	font-size: medium;
	padding: 5px;
	width: 100%;
}


.thrColFixHdr #container #mainContent h3 {
	padding-bottom: 2px;
	padding-top: 30px;
}



.activity p {padding: 3px 0;}

.border {
	background: #EDE9ED;
	border: 1px solid #666;
	padding: 2px 5px 5px 2px;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
}

.WideInfo{
	background: #EDE9ED;
	border: 1px solid #666;
	padding: 2px 5px 5px 2px;
	position:relative;
	float: left;
}
/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:700;
	color: #666;
}
.indent {
	text-align: left;
	text-indent: 10mm;
}
.indent_sm {
	text-align: left;
	text-indent: 3mm;
}


.bigBoldOblique {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height: 1.3em;
	word-spacing: .2em;
	font-style: oblique;
}


.small {
	font-size:0.9em!important;
	}
.smaller {font-size:0.75em!important;}
.smallest {font-size:0.6em!important;}
.medium {font-size:1.1em!important;}
.large {font-size:1.4em!important;}
.center {text-align:center;}

.largeCenter {
	text-align: center!important; font-size: 1.3em!important;
	
}

.right {text-align:right;}
.top{ vertical-align: top; }
.red{	color: Red;}
.blue{color: #0063cc;}
.ltblue{color: #03AAE9;}
.grey{color: #b8b8b8;}
.bold{ font-weight: 800; }

.heavy{ font-weight: 600; }
.oblique{ font-style: oblique!important;; }
.obliq_center {
	font-style: oblique!important;
	text-align: center;
}
.three_row{padding-right: 5%}
.thrColFixHdr #container #mainContent p a {
}


.hovermenu ul{
	padding: 0 0 15px 10em;
	margin: 0;
	height: 15px;
	font-family: arial;
	font-size: 0.55em;
	font-weight: bold;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;	color: #999;
}

.hovermenu ul li a:hover{
	color: #333;	
}

.current{
color: #900049!important;
}

/* footer menu format
*/
.footermenu ul{
	padding: 0 10px 5px 10px;
	margin: 0;
	height: 15px;
	font-family: arial;
	font-size: 0.9em;
	font-weight: bold;
}

.footermenu ul li{
list-style: none;
display: inline;
}

.footermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;	color: #999;
}

.footermenu ul li a:hover{
	color: #333;	
}

/*End footer menu format*/


._list ul {
	list-style: none;
}

._list ul li {
	font-size: .8em;
	padding: 0px 0px 3px;
}
.list_space ul li {
	font-size: .9em;
	padding: 0px 0px 5px;
}
