@charset "UTF-8";
body  {
	background: #FFFFFF;
	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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
}
img
{  border-style: none;
}
	

.twoColFixLtHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 20px;  /* 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. */
	text-align: center;
	border-width: 0px;
	border-style: none;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 20px;
}
.twoColFixLtHdr #container #sidebar1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #960501;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
	height: auto
];
} 
.twoColFixLtHdr #container #mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	line-height: 12px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #960501;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent #newsticker-new a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent table a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #currenttraining {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #D96640;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #currenttraining a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D96640;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #currenttraining a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #membertable #content-containertable a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent table a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #960501;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #membertable #content-containertable #legislation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	margin-left: 0px;
	list-style: margin-left;
	width: 580px;
	padding-right: 15px;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #960501;
}
.twoColFixLtHdr #container #mainContent #contactus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 666666;
	text-decoration: none;
	list-style-type: circle;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	vertical-align: middle;
} 
.twoColFixLtHdr #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 */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.twoColFixLtHdr #footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #960501;
	text-decoration: none;
	text-align: center;
}
.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;
}
.horizontal_dotted_line {
	border-bottom: 1px dotted #80c080;
	width: 400px;
	;
}
.twoColFixLtHdr #container #mainContent #memberships p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #memberships h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #membertable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	width: 600px;
	overflow: scroll;
	height: 294px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #membertable  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #membertable a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #960501;
	text-decoration: none;
}
.twoColFixLtHdr #container #membertable #content-containertable p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	width: 530px;
}
.twoColFixLtHdr #container #mainContent #membertable #content-containertable div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	height: 540px;
	overflow: auto;
}
.twoColFixLtHdr #container #mainContent #sectionaltable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	overflow: auto;
}
.twoColFixLtHdr #container #mainContent #sectionaltable {
	overflow: auto;
}
.twoColFixLtHdr #container #mainContent #membertable ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #960501;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #membertable a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-decoration: none;
}
#form1 #mainContent #membertable #content-containertable #trustees {
	text-align: left;
}
#form1 #mainContent #50 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 666666;
	text-decoration: none;
}
#form1 #mainContent #50 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 666666;
	text-decoration: none;
}
#form1 #mainContent #50 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 666666;
	text-decoration: none;
}
#form1 #mainContent #whatsnew {
	float: left;
	height: auto;
	width: 600px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: circle;
	text-align: left;
	text-indent: 0px;
	white-space: normal;
	margin: 0px;
	clear: none;
	overflow: auto;
	letter-spacing: normal;
	word-spacing: normal;
}
#form1 #mainContent #currenttraining {
	float: left;
	height: auto;
	width: 520px;
}
#form1 #mainContent #membertable {
	float: left;
	height: 294px;
	width: auto;
	overflow: scroll;
}
#form1 #mainContent #currenttrainingdiv {
	height: 294px;
	width: 492px;
	float: left;
	overflow: scroll;
	
}

#homeLink /* link to homepage */
{
    float: left;	
    position: absolute;
    width : 700px;	 /* Change this to the approx. width of the logo
*/
    height: 100px;	 /* Change this to the approx. height of the
logo */
    top:23px;
	margin-left: 5px; 	 /* */
    margin-top: 5px;
    z-index: 99999;
}

.hide /* link to homepage */
{
	visibility: hidden;
}


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 170px; /* Width of Menu Items */
/*background-color: #ffffff;*/
background-color: #c9e8ff;
color: #ffffff;
}

.suckerdiv ul a:hover{
/*background-color: #ffffff;*/
/*background-color: #508bb6;*/
/*background: url(images/sidebar-bg.jpg) repeat-x #37476b;*/
background-color: #333;
color: #ffffff;
}
	
.suckerdiv ul li{
position: relative;
border-bottom: 1px solid #fff;
background: url(images/sidebar-bg.jpg) repeat-x #37476b;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 300px; /*sub menu width*/
top: 0;
visibility: hidden;
background-color: #cccccc;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffffff;
text-decoration: none;
/*background: #ffffff;*/
/*background-color: #c9e8ff;*/

/*background: url(images/sidebar-bg.jpg) repeat-x #37476b;*/
padding: 0px 5px;

border-bottom: 0;
}

.twoColFixLtHdr #container #sidebar1 .suckerdiv ul#suckertree1 li ul li a:link,
.twoColFixLtHdr #container #sidebar1 .suckerdiv ul#suckertree1 li ul li a:visited,
.twoColFixLtHdr #container #sidebar1 .suckerdiv ul#suckertree1 li ul li a:active,
.twoColFixLtHdr #container #sidebar1 .suckerdiv ul#suckertree1 li ul li {
background-color: #cccccc;
color: black;
}

.twoColFixLtHdr #container #sidebar1 .suckerdiv ul#suckertree1 li ul li a:hover {
	background-color: #333333;
	color: white;
}

.suckerdiv ul li a:link {
	color: #ffffff;
}

.suckerdiv ul li ul a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffffff;
text-decoration: none;
/*background: #ffffff;*/
background-color: #508bb6;
padding: 0px 5px;
/*border-bottom: 1px solid #ccc;*/
}

.suckerdiv ul li ul a:hover{
background-color: #cc3333;
color: #ffffff;
}

.suckerdiv ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff;
text-decoration: none;
background-color:#666;
padding: 0px 5px;
/*border-bottom: 1px solid #ccc;*/

}

.suckerdiv ul li ul li a:hover{
background-color: #ededed;
color: #fff;
}




.suckerdiv ul li a:visited{
color: #fff;
}

.suckerdiv ul li a:hover{
/*background-color: #ffffff;*/
/*background-color: #508bb6;*/
/*background: url(images/sidebar-bg.jpg) repeat-x #37476b;*/
color: #fff;


}

.suckerdiv a.subfolderstyle {
background: url(media/arrow-list-white.gif) no-repeat center right;

}

.suckerdiv #suckertree1 a.subfolderstyle:link,
.suckerdiv #suckertree1 a.subfolderstyle:visited,
.suckerdiv #suckertree1 a.subfolderstyle:active {
background: url(media/arrow-list-white.gif) no-repeat center right;
color: #ffffff;
}

.suckerdiv #suckertree1 li ul li a.subfolderstyle:link,
.suckerdiv #suckertree1 li ul li a.subfolderstyle:visited,
.suckerdiv #suckertree1 li ul li a.subfolderstyle:active {
background: url(media/arrow-list.gif) no-repeat center right;
color: #ffffff;
}

.suckerdiv #suckertree1 li ul li a.subfolderstyle:hover {
	background: url(media/arrow-list-white.gif) no-repeat center right #333333;
}

.suckerdiv #suckertree1 a.subfolderstyle:hover {
background: url(media/arrow-list-white.gif) no-repeat center right #333333;
}

.twoColFixLtHdr #container #sidebar1 .suckerdiv #suckertree1 li a:link,
.twoColFixLtHdr #container #sidebar1 .suckerdiv #suckertree1 li a:visited,
.twoColFixLtHdr #container #sidebar1 .suckerdiv #suckertree1 li a:active,
.twoColFixLtHdr #container #sidebar1 .suckerdiv #suckertree1 li a:hover {
	color: #ffffff;
}

.twoColFixLtHdr #container #sidebar1 #suckertree1 li ul li a {
	background-color: #cccccc;
}

.twoColFixLtHdr #container #sidebar1 .suckerdiv #suckertree1 li ul li ul li a:link,
.twoColFixLtHdr #container #sidebar1 .suckerdiv #suckertree1 li ul li ul li a:visited,
.twoColFixLtHdr #container #sidebar1 .suckerdiv #suckertree1 li ul li ul li a:active,
.twoColFixLtHdr #container #sidebar1 .suckerdiv #suckertree1 li ul li ul li {
	background-color: #b0b0b0;
}

.twoColFixLtHdr #container #sidebar1 .suckerdiv #suckertree1 li ul li ul li a:hover {
	background-color: #333333;
}


	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

</style>

<script type="text/javascript">

//SuckerTree Vertical Menu 1.1 (Nov 8th, 06)
//By Dynamic Drive: http://www.dynamicdrive.com/style/

var menuids=["suckertree1"] //Enter id(s) of SuckerTree UL menus, separated by commas

function buildsubmenus(){
for (var i=0; i<menuids.length; i++){
  var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
    for (var t=0; t<ultags.length; t++){
    ultags[t].parentNode.getElementsByTagName("a")[0].className="subfolderstyle"
		if (ultags[t].parentNode.parentNode.id==menuids[i]) //if this is a first level submenu
			ultags[t].style.left=ultags[t].parentNode.offsetWidth+"px" //dynamically position first level submenus to be width of main menu item
		else //else if this is a sub level submenu (ul)
		  ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it
    ultags[t].parentNode.onmouseover=function(){
    this.getElementsByTagName("ul")[0].style.display="block"
    }
    ultags[t].parentNode.onmouseout=function(){
    this.getElementsByTagName("ul")[0].style.display="none"
    }
    }
		for (var t=ultags.length-1; t>-1; t--){ 
		ultags[t].style.visibility="visible"
		ultags[t].style.display="none"
		}
  }
}

if (window.addEventListener)
window.addEventListener("load", buildsubmenus, false)
else if (window.attachEvent)
window.attachEvent("onload", buildsubmenus)

</script>
#logooffset img {
	visibility: hidden;
}

#newsticker-new a:link,
#newsticker-new a:visited,
#newsticker-new a:active,
#newsticker-new a:hover {
	color: #FFFFFF;
}
