@charset "utf-8";

a:link        {
	color: #0000CC;
	TEXT-DECORATION: none;
}
a:visited     {color: #0000FF; TEXT-DECORATION: none}
a:active      {color: #0000FF; TEXT-DECORATION: none }
a:hover 	  {COLOR: #000066; TEXT-DECORATION: underline }

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}
.nmbox {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
.text_menu a{
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: normal;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	
}
td {
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	;
	font-size: 12px;
	color:#666666;
}
th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
.heading1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4B92D9;
	font-weight: bold;
}
.bodystyle {
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;;
	color: #282828;
	font-size: 0.8em;
}
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666666;
}
.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#666666;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#33CC33;
	font-weight: bold;
}
.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#666666;
}
.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}
.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color:#666666;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
p {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
.newsdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #00CC00;
}
.newsbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #009900;
}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.tbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 1px;
	padding: 1px;
	height: auto;
	width: auto;
	border: 1px solid #999999;
}
.box3 {
	border: thin solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
.hdblue {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000099;
}
.hdgreen {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#339900;
}
.smallhome {
	font-family: Tahoma, Arial, Verdana;
	font-size: 0.9em;
	font-weight: normal;
	color: #282828;
	list-style-position: outside;
	list-style-image: url(/graphics/icons/arrowlink-small-gray.gif);
}
.table {
border: 1px solid #8B8671;
}
.tableHead {
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
background: #B9B6AA url('/Templates/ttopgrad.gif');
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #4B92D9;
border-left: 1px solid #4B92D9;
border-top: 1px solid #4B92D9;
}
.tableCell {
font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
font-size: 11px;
line-height: 19px;
color: #65604B;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #4B92D9;
border-left: 1px solid #4B92D9;
border-top: 1px solid #4B92D9;
background: url('/Templates/tcellgrad.gif') repeat-x; 
vertical-align: top;
}
.smallright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666666;
	text-align: right;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none;
    border-bottom: 1px solid #61D0E4;
    }
a.info:hover{
    z-index:25;
    background-color:#EAEFFF;
}
a.info span{
    display: none;
    }
a.info:hover span{
    display:block;
    position:absolute;
    top:2em;
    left:-10em;
    width:25em;
    border:1px solid #61D0E4;
    background-color:#EAEFFF;
    color:#000;
    text-align:justify;
    font-size:10px;
    font-weight:normal;
    padding:3px;
    line-height:15px;
    }
a.info:hover b{
    white-space:nowrap;
    display:inline;
    font-size:small;
    }
a.info:hover img{
    float:none;
    vertical-align:middle;
    border-style:none;
    border-width:0;
    }
a.infobig{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none;
    border-bottom: 1px solid #61D0E4;
    }
a.infobig:hover{
    z-index:25;
    background-color:#EAEFFF;
    }
a.infobig span{
    display: none;
    }
a.infobig:hover span{
    display:block;
    position:absolute;
    top:2em;
    left:-10em;
    width:65em;
    border:1px solid #61D0E4;
    background-color:#EAEFFF;
    color:#000;
    text-align:justify;
    font-size:10px;
    font-weight:normal;
    padding:3px;
    line-height:15px;
    }
a.infobig:hover b{
    white-space:nowrap;
    display:inline;
    font-size:small;
    }
a.infobig:hover img{
    float:none;
    vertical-align:middle;
    border-style:none;
    border-width:0;
    }
.smallDetail {
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color:#000000
}
#content {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-align:left;
}
div.autocomplete ul li.selected {
  background-color: #66CCFF;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-align:left;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin: 0 0 5px 0;
  padding:2px;
  cursor:pointer;
  color: red;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-align:left;
}
textarea {
  display:inline;
  margin-left: -5px;
  border: 1px solid;
  border-color: #888888;
}
input {
  border: 1px solid;
  border-color: #888888;
}
select {
  border: 1px solid;
  border-color: #888888;
}
.lblock {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #12A3EB;
	border-right-color: #12A3EB;
	border-bottom-color: #12A3EB;
	border-left-color: #12A3EB;
		margin: 3px;
}
.lblock-header {
	background-color: #12A3EB;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(boxtopbg.gif);
}
.rblock {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #12A3EB;
	border-right-color: #12A3EB;
	border-bottom-color: #12A3EB;
	border-left-color: #12A3EB;
	margin-right: 3px;
}
.rblock-header {
	background-color: #12A3EB;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(boxtopbg.gif);	
}




body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-color: #FFFFFF;
}

.thrColHybHdr #container { 
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
.thrColHybHdr #header {
	padding: 0 10px;  /* 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. */
	background-color: #5B87B4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #12A3EB;
	border-top-color: #12A3EB;
	border-right-color: #12A3EB;
	border-left-color: #12A3EB;
	height: 80px;
	background-image: url(/Templates/bg3.jpg);
	background-repeat: no-repeat;
} 
.thrColHybHdr #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 */
}

.thrColHybHdr #sidebar1 {
	float: left;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;

}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColHybHdr #mainContent {
 	margin: 0 10.5em 0 10.5em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
} 
.thrColHybHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #12A3EB;
} 
.thrColHybHdr #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: #FFFFFF;
	font-size: 0.5em;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
footer   {
	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: #000000;
	font-size: 0.7em;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

/* 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;
}

/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}

/*!!!!!!!!!!! MyCSSMenu Styles [Please Modify!] !!!!!!!!!!!*/

	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		background-color:#D7E3F6;
		border-width:1px;
		border-style:solid;
		border-color:#A2BFE9;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:2px 40px 2px 3px;
		margin:0px 4px 0px 0px;
		color:#112747;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#A2BFE9;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#A2BFE9;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:3px;
		margin:0px 0px 0px -1px;
		background-color:#D7E3F6;
		border-width:4px 1px 1px 1px;
		border-style:solid;
		border-color:#285DA8;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 40px 2px 5px;
		border-width:0px;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		text-decoration:underline;
	}
/* BUTTONS */
.buttons a, .buttons button{

	 font-size:12px;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:1px 1px 1px 1px; /* IE6 */
}
.buttons button[type]{
    padding:1px 1px 1px 1px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:1px 1px 1px 1px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.buttons button[disabled] {
  padding: 0px 1px 0px 1px;
  /*border: 2px outset ButtonFace;*/
  color: GrayText;
  cursor: inherit;
}

/* STANDARD */

/*button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}*/
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */
button.positive, .buttons a.positive{
    color:#529214;
}
/*.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}*/
/*.buttons a.positive:hover, button[disabled].positive:hover{
  padding: 0px 6px 0px 6px;
  border:0px solid GrayText;
  border: 2px outset ButtonFace;
  background-color:#f5f5f5;
  color: GrayText;
  cursor: inherit;
  border:1px solid #dedede;
}*/
.buttons a.positive:active{
    background-color:#529214;
    /*border:1px solid #529214;*/
    color:#fff;
}

/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
/*.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}*/
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}