/* First, zero out everything */

         body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
         table{border-collapse:collapse;border-spacing:0;}
         fieldset,img{border:0;}
         address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
         li{list-style:none;}
         caption,th{text-align:left;}
         h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
         q:before,q:after{content:'';}
         abbr,acronym {border:0;font-variant:normal;}
         /* to preserve line-height and selector appearance */
         sup {vertical-align:text-top;}
         sub {vertical-align:text-bottom;}
         input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
         /*to enable resizing for IE*/
         input,textarea,select{*font-size:100%;}
         /*because legend doesn't inherit in IE */
         legend{color:#000;}
         del,ins{text-decoration:none;}
         select {margin:0px;padding:0px;}

/* Then style on a clean slate */

	body {
			background-color: #fff;
			margin: 0px;
			padding:0px;
			text-align:center;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			background-repeat: no-repeat;
			behavior:url("csshover.htc");  /* this is for IE 6 to do hover menus */
	}
	
   strong, em, b, i, h1, h2, h3 {
			font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
	}


/* wrapper - site is 923 wide */

	#wrapper {
		width: 923px;
		height: auto;
		margin: 0px auto 0px auto;  /* this centers it horizontally */
		text-align: left;
	}
	
/* header */

	#header {
		width: 923px;
		height: 141px;
		display:block;
		float: left;
	}
	
	#logoarea {
		width: 209px;
		height: 141px;
		float: left;
	}
	
	#logoarea img {
		margin: 22px 0px 0px 16px;
		border: 0px;
	}
	
	#rightside {
		width: 714px;
		height: 141px;
		float: left;
	}
	
	#tagline {
		width: 714px;
		height: 30px;
		text-align: right; 
		margin: 73px 0px 0px 0px;
		float: left;
		display:block;
	}

	#joinlist {
		height: 18px;
		width: 714px;
		text-align: right; 
		float: left;
		display:block;
	}
	
	#joinlist a {
		font-size: 1.1em;
		color: #002469;
		font-weight: bold;
		text-decoration:none;
	}
	
	#joinlist a:hover {
		font-size: 1.1em;
		color: #333;
		font-weight: bold;
		text-decoration:none;
	}

	.rssicon {
		text-align:right;
		margin-right: 20px;
		margin-top: 18px;
		margin-bottom: -36px;
	}

/* middle area */

	#centerpanels {
		width: 923px;
		height: 251px;
		float: left;
		display:block;
		margin: 10px 0px 10px 0px;
	}
	
	#menuarea {
		width: 209px;
		height: 251px;
		float: left;
		background-image: url(images/menu_gradient.jpg);
		background-repeat: no-repeat;
	}
	
	#menuarea ul {
		list-style: none;
		width: 150px;
		margin: 20px 0px 0px 32px;
	}
	
	#menuarea ul li {
		width: 150px;
		height: 30px;
		display:block;
		border-top: 1px solid #333;
		padding-top: 10px;
		position:relative;
	}
	
	#menuarea ul li.first {
		width: 150px;
		height: 30px;
		display:block;
		border-top: 0px;
		position:relative;
	}
	
	#menuarea ul li a {
		font-weight: 500;
		font-size: 1.3em;
		color: #fff;
		text-transform: uppercase;
		text-decoration:none;
	}
	
	#menuarea ul li a:hover {
		font-weight: 500;
		font-size: 1.3em;
		color: #f5951d;
		text-transform: uppercase;
		text-decoration:none;
	}
	
	#menuarea ul li a.activemenu {
		font-weight: 500;
		font-size: 1.3em;
		color: #f5951d;
		text-transform: uppercase;
		text-decoration:none;
	}
	
	#menuarea ul li ul {
		display:none;
		position:absolute;
		left:143px;
		top:0;
		margin: 0px;
		padding:0px;
		width: 182px;
		min-height:1px;
	}
	
	#menuarea ul li:hover ul {
		display:block;
	}
	
	#menuarea ul li:hover ul li {
		border:0px;
		background-color: #333;
		width: 150px;
		margin-left: 33px;
		padding-left: 20px;
		border-left: 3px solid #000;
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		z-index:10;
	}
	
	#menuarea ul li:hover ul li:hover {
		border:0px;
		background-color: #666;
		width: 150px;
		margin-left: 33px;
		padding-left: 20px;
		border-left: 3px solid #000;
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		z-index:10;
	}
	
	#menuarea ul li ul li a {
		font-weight: 500;
		font-size: 12px;
		color: #fff;
		text-decoration:none;
		text-transform:none;
		padding: 3px 5px 3px 5px;
	}
	
	#menuarea ul li ul li a:hover {
		font-weight: 500;
		font-size: 12px;
		color: #fff;
		text-decoration:none;
		text-transform:none;
		padding: 3px 5px 3px 5px;
	}
	
	#imagearea {
		width: 437px;
		height: 251px;
		float: left;
		margin-left: 2px;
	}
	
	#successarea {
		width: 273px;
		height: 251px;
		float: left;
		margin-left: 2px;
		background-image: url(images/success_gradient.jpg);
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
	#successarea h2 {
		color: #fff;
		font-weight: bold;
		margin: 35px 0px 20px 26px;
		font-size: 1.3em;
	}
	
	#successarea p {
		margin-left: 26px;
		margin-right: 26px;
		font-style: italic;
		color: #fff;
		font-size: 1em;
	}
	
	p.credit {
		margin-left: 73px;
		margin-top: 20px;
		font-style: italic;
		color: #fff;
		font-size: .8em;
	}
	
/* bottom row */

	#bottompanels {
		width: 923px;
		height: auto;
		display:block;
		float: left;
	}
	
	/* use 'blankleft' for lower left in main template when there is no menu */
	
	#blankleft {
		width: 209px;
		height: auto;
		display:block;
		float: left;
	}
	
	/* use 'submenu' for lower left in main template when there is a submenu */
	
	#submenu {
		width: 209px;
		height: auto;
		min-height: 200px;
		display:block;
		float: left;
	}
	
	#frontnews {
		width: 209px;
		height: auto;
		display:block;
		float: left;
		background-color: #efefef;
	}
	
	#frontnews h1 {
		color: #f7941d;
		margin-top: 18px;
		margin-bottom: 10px;
		font-size: 14px;
		margin-left: 10px;
	}
	
	#frontnews p {
		color: #333;
		margin-right: 7px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
	#frontnews a {
		color: #f7941d;
	}
	
	#frontnews a:hover {
		color: #000;
	}
	
	#submenu ul {
		list-style: none;
		width: 150px;
		margin: 10px 0px 0px 30px;
	}
	
	#submenu ul li {
		width: 150px;
		height: 30px;
		display:block;
		border-top: 1px solid #999;
		padding-top: 10px;
		position:relative;
	}
	
	#submenu ul li.first {
		width: 150px;
		height: 30px;
		display:block;
		border-top: 0px;
		position:relative;
	}
	
	#submenu ul li a {
		font-weight: 500;
		font-size: 1.1em;
		color: #333;
		text-transform: uppercase;
		text-decoration:none;
	}
	
	#submenu ul li a:hover {
		font-weight: 500;
		font-size: 1.1em;
		color: #f5951d;
		text-transform: uppercase;
		text-decoration:none;
	}
	
	/* end submenu */
		 
	#maintext {
		width: 437px;
		height: auto;
		display:block;
		float: left;
	}
	
	.borderright {
		border-right: 1px solid #ccc;
	}
	
	.borderleft {
		border-left: 1px solid #ccc;
		margin-top: 5px;
	}
	
	#maintext h1 {
		color: #ff9933;
		font-weight: bold;
		font-size: 1.3em;
		margin: 18px 0px 24px 18px;
	}
	
	#maintext h2 {
		color: #333;
		font-weight: bold;
		font-size: 1.1em;
		margin: 18px 0px 24px 18px;
	}
	
	.newsheading {
		color: #fff;
		font-weight: bold;
		font-size: 1.2em;
		margin: 28px 0px 28px 18px;
		background-color: #5a943d;
		clear: both;
		padding: 3px 3px 3px 10px;
	}
	
	#maintext p {
		color: #333;
		margin: 0px 15px 19px 18px;
	}
	
	.news_title {
		color: #333;
		margin: 18px 15px 5px 18px;
		padding: 0px;
		font-weight: bold;
	}
	
	.news_source {
		color: #999;
		margin: 0px 15px 0px 18px;
		padding: 0px;
		font-size: 11px;
		font-style: italic;
	}
	
	.news_credit {
		color: #999;
		margin: 0px 15px 0px 18px;
		padding: 0px;
	}
	
	.news_date {
		color: #999;
		margin: 0px 15px 10px 18px;
		padding: 0px;
		font-size: 11px;
	}
	
	.news_link {
		color: #333;
		margin: 0px 15px 16px 18px;
		padding: 0px;
		font-size: 12px;
	}
	
	.news_link a {
		color: #f7941d;
	}
	
	.news_link a:hover {
		color: #333;
	}
	
	#maintext ol, #maintext ol li {
		color: #333;
		list-style: decimal;
		list-style-type:decimal;
		list-style-position:outside;
		line-height: 16px;
		margin-left: 15px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 5px;
	}
	
	#maintext ul, #maintext ul li {
		color: #333;
		list-style: disc;
		list-style-type:disc;
		list-style-position:outside;
		line-height: 16px;
		margin-left: 15px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 5px;
	}
	
	#maintext a {
		color: #002469;
	}
	
	#maintext a:hover {
		color: #000;
	}
	
	#highlightarea {
		width: 273px;
		height: auto;
		min-height: 248px;
		float: left;
		display:block;
	}
	
	.highlightItem {
		width: 225px;
		height: 80px;
		overflow:hidden;
		margin: 24px 0px 0px 24px;
		float: left;
	}
	
	.highlightIcon {
		float: left;
		height: 75px;
		width: 55px;
		display:block;
	}
	
	.highlightItem h2 {
		font-weight: bold;
		color: #002469;
		font-size: 1.1em;
		margin: 0px 0px 5px 0px;
	}
	
	.highlightItem p {
		font-size: 1em;
		margin: 0px 0px 0px 0px;
	}
	
	.highlightItem a {
		font-size: 1em;
		color: #002469;
	}
	
	.highlightItem a:hover {
		font-size: 1em;
		color: #000;
	}
	
	.highlightItem h2 a {
		font-weight: bold;
		color: #002469;
		font-size: 1em;
		margin: 0px 0px 5px 0px;
		text-decoration:none;
	}
	
	.highlightItem h2 a:hover {
		font-weight: bold;
		color: #333;
		font-size: 1em;
		margin: 0px 0px 5px 0px;
		text-decoration:none;
	}
	
/* Forms */

	.bodyform {
		margin-left: 18px;
		width: 400px;
	}
	
	.formleft {
		width: 200px;
		float: left;
	}
	
	.formright {
		width: 200px;
		float: left;
	}
	
	
/* copyright matter */

	#copyrightarea {
		width: 923px;
		height: 100px;
		margin-top: 10px;
		padding-top: 5px;
		display:block;
		border-top: 3px solid #ccc;
		float: left;
	}
	
	#copyleft {
		width: 480px;
		height: 100px;
		float: left;
		text-align:left;
		font-size: .9em;
	}
	
	#copyleft a {
		color: #999;
		text-decoration:none;
		text-transform: uppercase;
		padding: 3px 5px 3px 5px;
	}
	
	#copyleft a:hover {
		color: #000;
		text-decoration:none;
		text-transform: uppercase;
		padding: 3px 5px 3px 5px;
	}
	
	#copyright {
		width: 443px;
		height: 100px;
		color: #999;
		float: left;
		text-align:right;
		line-height: 18px;
	}
	
	#copyright a {
		color: #999;
		text-decoration:none;
		padding: 3px 5px 3px 5px;
	}
	
	#copyright a:hover {
		color: #000;
		text-decoration:none;
		padding: 3px 5px 3px 5px;
	}
	
	.copyrightNotice {
		font-size: .8em;
	}

/* For the Board Template */

	#boardmain {
		width: 923px;
		height: auto;
		display:block;
		float: left;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	#board_menucolumn {
		width: 209px;
		height: auto;
		float: left;
	}
	
	#board_area {
		width: 440px;
		height: auto;
		margin-bottom: 10px;
		display:block;
		float: left;
		z-index:0;
	}
	
	#board_area_title {
		float: left;
		width: 260px;
		height: 180px;
		margin-right: 10px;
	}
	
	#board_area_img {
		float: left;
		width: 140px;
		height: 180px;
		overflow:hidden;
	}
	
	#board_area h1 {
		color: #ff9933;
		font-weight: bold;
		font-size: 1.3em;
		margin: 0px 0px 24px 18px;
	}
	
	#board_area h2 {
		color: #333;
		font-weight: bold;
		font-size: 1.1em;
		margin: 18px 0px 24px 18px;
	}
	
	#board_area h3 {
		color: #333;
		font-weight: normal;
		font-size: 1em;
		margin: 18px 0px 24px 18px;
	}
	
	#board_area_text {
		width: 400px;
		height: auto;
		display:block;
		float: left;
		margin-left: 18px;
		margin-top: 20px;
	}
	
	#board_area_text p {
		margin-left: 0px;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	
	#board_list_top {
		background: url(images/trustees_bg_top.jpg);
		background-repeat: no-repeat;
		height: 23px;
		width: 273px;
	}
	
	#board_list_bottom {
		background: url(images/trustees_bg_bottom.jpg);
		background-repeat: no-repeat;
		height: 33px;
		width: 273px;
	}

	#board_list {
		width: 273px;
		min-height: 475px;
		height: auto;
		display:block;
		background: url(images/trustees_bg1.jpg);
		background-repeat: repeat-y;
		float: left;
	}
	
	#board_list h1 {
		font-size: 1.2em;
		font-weight: 500;
		color: #fff;
		margin-left: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	#board_list ul {
		color: #fff;
		margin-left: 20px;
		padding-left: 20px;
		list-style-type: square;
	}
	
	#board_list ul li {
		margin-bottom: 7px;
		margin-right: 20px;
		font-size: .9em;
		list-style-type: square;
	}
	
	#board_list ul li strong {
		font-weight: bold;
		font-size: 1.1em;
	}
	
	#board_list ul li a {
		text-decoration: none;
		color: #fff;
	}
	
	#board_list ul li a:hover {
		text-decoration:none;
		color: #f5951d;
	}
	
/* for Long text Template */

	#longtext_area {
		width: 430px;
		height: auto;
		margin-bottom: 10px;
		margin-right: 6px;
		display:inline;
		float: left;
		z-index:0;
	}
	
	#longtext_area h1 {
		color: #ff9933;
		font-weight: bold;
		font-size: 1.3em;
		margin: 0px 0px 24px 18px;
	}
	
	#longtext_area h2 {
		color: #333;
		font-weight: bold;
		font-size: 1.1em;
		margin: 18px 0px 24px 18px;
	}
	
	#longtext_area p {
		color: #333;
		margin: 0px 15px 19px 18px;
	}
	
	
	#longtext_area ol, #longtext_area ol li {
		color: #333;
		list-style: decimal;
		list-style-type:decimal;
		list-style-position:outside;
		margin-left: 15px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 5px;
	}
	
	#longtext_area ul, #longtext_area ul li {
		color: #333;
		list-style: disc;
		list-style-type:disc;
		list-style-position:outside;
		margin-left: 15px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 5px;
	}
	
	#longtext_area a {
		color: #002469;
	}
	
	#longtext_area a:hover {
		color: #000;
	}	
	

	#longtext_right {
		width: 273px;
		height: auto;
		display:inline;
		float: left;
	}
	
	
/* For Sponsors Template */


	#sponsor_list {
		width: 271px;
		min-height: 493px;
		height: auto;
		display:block;
		border: 1px solid #aaa;
		float: left;
		text-align:center;
	}
	
	#sponsor_content_column {
		width: 440px;
		height: auto;
		display:block;
		float: left;
		z-index:0;
	
	}
	
	#sponsor_list img {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
/* for blank template */

    #leftBlank {
		width: 200px;
		height: auto;
		margin-bottom: 10px;
		margin-right: 6px;
		display:inline;
		float: left;
		z-index:0;
	}
	
	#leftBlank h1 {
		color: #ff9933;
		font-weight: bold;
		font-size: 1.3em;
		margin: 0px 0px 24px 18px;
	}
	
	#leftBlank h2 {
		color: #333;
		font-weight: bold;
		font-size: 1.1em;
		margin: 18px 0px 24px 18px;
	}
	
	#leftBlank p {
		color: #333;
		margin: 0px 15px 19px 18px;
	}
	
	
	#leftBlank ol, #leftBlank ol li {
		color: #333;
		list-style: decimal;
		list-style-type:decimal;
		list-style-position:outside;
		margin-left: 15px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 5px;
	}
	
	#leftBlank ul, #leftBlank ul li {
		color: #333;
		list-style: disc;
		list-style-type:disc;
		list-style-position:outside;
		margin-left: 15px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 5px;
	}
	
	#leftBlank a {
		color: #002469;
	}
	
	#leftBlank a:hover {
		color: #000;
	}	
	
    
    #rightBlank {
		width: 270px;
		height: auto;
		margin-bottom: 10px;
		margin-right: 6px;
		display:inline;
		float: left;
		z-index:0;
	}
	
	#rightBlank h1 {
		color: #ff9933;
		font-weight: bold;
		font-size: 1.3em;
		margin: 0px 0px 24px 18px;
	}
	
	#rightBlank h2 {
		color: #333;
		font-weight: bold;
		font-size: 1.1em;
		margin: 18px 0px 24px 18px;
	}
	
	#rightBlank p {
		color: #333;
		margin: 0px 15px 19px 18px;
	}
	
	
	#rightBlank ol, #leftBlank ol li {
		color: #333;
		list-style: decimal;
		list-style-type:decimal;
		list-style-position:outside;
		margin-left: 15px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 5px;
	}
	
	#rightBlank ul, #leftBlank ul li {
		color: #333;
		list-style: disc;
		list-style-type:disc;
		list-style-position:outside;
		margin-left: 15px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 5px;
	}
	
	#rightBlank a {
		color: #002469;
	}
	
	#rightBlank a:hover {
		color: #000;
	}	
	