*       {margin: 0; padding: 0;}
img     {border: 0;}
body    {font-size: 12pt; color: black; background: rgb(210,171,70) url('../images/bk.jpg') top left repeat-x;
         font-family: verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif, arial;}
p       {margin-left: 5px; margin-right: 5px;}
a       {color: blue; text-decoration: none;}
a:hover {text-decoration: underline;}
h2 {font-size: 16px;}
#wrapper {width: 803px;	position: relative; padding: 0px; margin: 0px auto;}
#header  {background: transparent url('../images/header.jpg') top left no-repeat; width: 817px; height: 136px;}
#header span {display: none;}
#topLinks {position: absolute; top: 28px; width: 795px; text-align: right; font-size: 8pt; color: rgb(0,204,255);}
#topLinks a{color: rgb(0,204,255); text-decoration: none;}
#topLinks a:hover{text-decoration: underline;}
#licenseLink {position: absolute; top: 107px; width: 785px; text-align: right; font-size: 8pt; color: rgb(0,204,255);}
#licenseLink a{color: rgb(0,204,255); text-decoration: none;}
#licenseLink a:hover{text-decoration: underline;}
#navbar {margin-left: 13px; background: transparent url('../images/navbarbk.gif') top left repeat-x; width: 788px; border-right: solid 1px black;}
#contentWithBlueBK {background: transparent url('../images/contentblue.jpg') top left repeat-y; width: 817px; height: 319px; overflow: visible; position: relative; z-index: 1;}
#contentWithYellowBK {background: transparent url('../images/contentyellow.jpg') top left repeat-y; width: 817px; height: 116px; position: relative; z-index: 0;}
#contentBottom {background: transparent url('../images/contentbottom.jpg') top left no-repeat; width: 817px; height: 14px;}
#contentHome {background: transparent url('../images/contenthome1.jpg') top left no-repeat; width: 789px; height: 275px; margin-left: 13px; margin-top: 6px;}
#contentContact {margin-left: 13px; margin-top: 6px; font-size: 10pt;}
#contentBullets {background: transparent url('../images/contentbullets.jpg') top left no-repeat; width: 789px; height: 113px; margin-left: 13px;}

.hzrule  {border-bottom: solid 1px gray; height: 1px; width: 468px; position: absolute; left: 20px;}

#footer         {text-align: center; vertical-align: bottom; width: 803px; height: 50px; clear: both; color: gray; background: transparent url('../images/footer.jpg') no-repeat; font-size: 10pt; padding: 2px 0px 16px 0px; line-height: 30px;}
#footer a       {text-decoration: none; color: gray;}
#footer a:hover {text-decoration: underline; color: #dddddd; background: none;}

#copyright         {text-align: center; width: 803px; height: 28px; clear: both; padding: 0px; color: gray; line-height: 30px;}
#copyright a       {text-decoration: none; color: gray;}
#copyright a:hover {text-decoration: underline; color: #dddddd; background: none;}

/* PAPICH DROP DOWN MENU STYLES */
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.papichDropDownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.papichDropDownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.papichDropDownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #999;
	z-index:2;
	}

.papichDropDownMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.papichDropDownMenu .item {
    color:#4A4B4B;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.papichDropDownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.papichDropDownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.papichDropDownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.papichDropDownMenu .item.hover {
	background:#FFB916;
		color: #23392E;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.papichDropDownMenu .item img {
	margin-left:10px;
	}

.navSub {

	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
	font-weight: normal;
}

.linklevel1 {
	font : bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 3px;
	margin-left: 12px;
	text-indent: -12px;
}

.linklevel2 {
	font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 3px;
	margin-left: 21px;
	text-indent: -9px;
}

.linklevel3 {
	font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 3px;
	margin-left: 30px;
	text-indent: -9px;
}

.linklevel4 {
	font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 3px;
	margin-left: 39px;
	text-indent: -9px;
}

.linklevel5 {
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 2px;
	margin-left: 39px;
	text-indent: -9px;
}

.collapsedchild {
	display: none;
}

.expandedchild {
	display: block;
}

.currentlink, .currentlink a {
	text-decoration: underline;
}
