body {
	text-align: center;
	min-width: 820px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
	
#centerwrapper {
	width: 830px;
	background: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#textDiv {
	width: 500px;
	float:left;
	background: white;
	margin: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3E3E;
	text-align: left;
}

#linksDiv {
	width: 250px;
	float:right;
	margin: 12px;
	text-align: left;
	}

#imageWrapper {
	width: 800px;
	float: left;
	margin: 12px;
	text-align: left;
}
#myMenu1 {
	width: 178px;
	margin-left: 12px;
}

#myMenu2 {
	width: 178px;
	margin-left: 12px;
}

#myMenu3 {
	width: 178px;
	margin-left: 12px;
}

#myMenu42 {
	width: 178px;
	margin-left: 12px;
}
#dropdown {
	height: auto;
	width: 120px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5E6639;
	text-decoration: none;
}


.bold {
	font-weight: bold;
}


#upNavBox {
	width: 790px;
	height: auto;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6D78B7;
	border-bottom-color: #6D78B7;
	text-align: center;
}

.bgBox {
width: 800px;
background: #ffffff url(images/down_border.gif) no-repeat left bottom;
}



.bgBox h2 {
  background: url(images/up_border.gif) no-repeat left top;
  padding: 10px 20px 0 20px;
}

.bgBox p {
  padding: 0 20px 10px 20px;
}









/* my menu panels
 */


.MenuPanelContent  {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #858EC2;
	text-indent: 9px;
	text-decoration:none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}


.MenuPanelContent li  {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #858EC2;
	text-indent: 9px;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-image: none;
	background-position: left;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}



.MenuPanelContent h1 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #858EC2;
	text-indent: 9px;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.MenuPanelContent a:link {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #71778E;
	text-indent: 9px;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}


.MenuPanelContent a:visited {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #B67100;
	text-indent: 9px;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}


.MenuPanelContent a:hover {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #9B6100;
	text-indent: 9px;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}



.MenuPanel {
	width: 178px;
	margin: 0px;
	padding: 0px;

}
.MenuPanelTab/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
 
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #858EC2;
}








/* all reference below*/
.MyPanelContent {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #858EC2;
	text-indent: 15px;
}



/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 
 
 
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}


*/

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.bodyText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D78B7;
	text-decoration: none;
}


.bodyText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D78B7;
	text-decoration: none;
}

.bodyText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D78B7;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #B67100;
	text-decoration: none;
}
#widertextDiv {
	width: 780px;
	float:left;
	background: white;
	margin: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3E3E;
	text-align: left;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.InnerPanelContent {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;

}

.InnerPanelContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #B67100;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;

}
.InnerPanelContent a:link {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}

.InnerPanelContent a:hover {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6D78B7;
	text-decoration: none;

}





/**.InnerPanelContent li {
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 18%;
	}
	
	*/
	
	

}

.SmallInnerPanelContent {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;			width: 210px;
	clear: none;
	margin: 0px;
	height: auto;
}
.SmallInnerPanelContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #B67100;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.SmallInnerPanelContent a:link {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;	text-decoration: none;
}


.SmallInnerPanelContent a:visited {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6D78B7;		
	text-decoration: none;
	}

.SmallInnerPanelContent a:hover {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6D78B7;
	text-decoration: none;		
}



.InnerPanelContent a:visited {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6D78B7;
	text-decoration: none;
}

.LSPdf  {
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 0em;
}

.LSPdf li  {
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0 1px;
	vertical-align: bottom;
	margin-top: .6em;
	list-style-type: none;
}


.LSPdf a:link {
	font-size: 12px;
	color: #6D78B7;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/pdf.gif);
}


.LSPdf a:visited {
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 12px;
	color: #6D78B7;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
	
.LSPdf a:hover {
	font-size: 12px;
	color: #6D78B7;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/*

Hover - works.

a#child {
    display: block;
    width: 220px;
    height: 53px;
    background-image: url(/images/skillChild.gif);
    margin: 0 auto;
}
a#child:hover {
	background-image: url(/images/skillChild_o.gif);
	cursor:default;
}
a .alt { display: none; }

*/
.bodyTextIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 5px;
	text-indent: 0px;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
}
#dataDiv {
	width: 400px;
	float:right;
	margin: 12px;
	text-align: left;
}
.bodyTextIndent a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.bodyTextIndent  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.bodyTextIndent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.bodyTextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bodyTextsmallList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.calloutTextIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
	margin-top: 11px;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 11px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.calloutTextIndent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
	margin-top: 11px;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 11px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;

}


.diamond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}



.diamond li {
	list-style-type: disc;
	/*list-style-position:outside;
	background-repeat: no-repeat;*/
	/*	margin-left: 15px;*/
	/*padding-left: 20px;*/
	/*	text-indent: 10px;*/
	/*background-image: url(images/diamond.gif);
	background-position: 0 20%;
	margin: 0;*/
}


.diamond a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D78B7;
	text-decoration: none;
}


.media {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #6D78B7;
	margin: 3px;
}

.diamond  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D78B7;
	text-decoration: none;
}
.diamond a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D78B7;
	text-decoration: underline;
}




/*.diamond li {
	list-style-type: none;
	background-repeat: no-repeat;
	margin: 5px;
	padding: 15px;
	text-indent: 15px;
	background-image: url(images/diamond.gif);
	background-position: left center;
}
*/




#miniNavDiv {
	width: 200px;
	float:none;
	margin: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #566422;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #576523;
	border-right-color: #576523;
	border-bottom-color: #576523;
	border-left-color: #576523;
}

.miniNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #566422;
	text-decoration: none;
}
	
.miniNav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #566422;
	text-decoration: none;
}
.miniNav  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8BA036;
	text-decoration: none;
}
.miniNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B67100;
	text-decoration: none;
}
.diamondLongList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.diamondLongList li {
	list-style-type: none;
	list-style-position:outside;
	background-repeat: no-repeat;
	/*	margin-left: 15px;*/
	padding-left: 20px;
	/*	text-indent: 10px;*/
	background-image: url(images/diamond.gif);
	background-position: 0 top;
	margin: 0;
}
.mediaText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mediaText a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566422;
	text-decoration: none;
}
.mediaText  a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566422;
	text-decoration: none;
}
.mediaText a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B67100;
	text-decoration: underline;
}
#upNavBoxArchive {
	width: 550px;
	height: auto;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6D78B7;
	border-bottom-color: #6D78B7;
	text-align: left;
	float: left;
	margin: 12px;
}

