@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */


/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */


/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
 
 .VTabbedPanels {
	 height:  30em;
 }
 
 
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 15em;





	background-color: #fff;
	position: relative;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .6em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #354b7d;
	letter-spacing: normal;
	word-spacing: normal;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	height: 2em;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}



/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {

	background-color: #3f93d6;
	border-bottom: solid 1px #354b7d;
	border-top: solid 1px #354b7d;
	border-right: solid 1px #354b7d;
	color: #fff;
	
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {


	text-align: left;
    vertical-align: text-top;
	padding: .5em;

	height: auto;
	border-left: solid 1px #354b7d;
	border-top: solid 1px #354b7d;

}

.VTabbedPanels .TabbedPanelsContent {
	float:  right;
    text-align: left;
	padding: .5em;


		width:  37.5em;

}

.pdiv {
	color: #354b7d;
	text-align:  left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;

	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #354b7d;
	letter-spacing: normal;
	word-spacing: normal;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	text-align: left;
}

h1 a:link {color: #354b7d;

}
h1 a:visted {color: #354b7d;

}

h1 a:active {color: #354b7d;

}

h1 a:hover {color: #3f93d6;

}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3f93d6;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	left: 0px;
	list-style-type: none;
	list-style-image: none;
		text-align: left;
}

h2 a:link {color: #3f93d6;;

}
h2 a:visted {color: #3f93d6;;

}

h2 a:active {color: #3f93d6;;

}

h2 a:hover {color: #354b7d;;

}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3f93d6;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
		text-align: left;

}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	position: relative;
	margin: 0px;
	padding: 0px;
		text-align: center;

}

h4 a:link {color: #fff;;

}
h4 a:visted {color: #fff;;

}

h4 a:active {color: #fff;;

}

h4 a:hover {color: #fff;;

}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #354b7d;
	position: relative;
	margin: 0px;
	padding: 0px;

}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	color: #354b7d;
	letter-spacing: 7px;
	word-spacing: normal;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-left: 10px;

}


ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3f93d6;

	list-style-type: none;

	position: relative;

	padding: 0px;
	width: 225px;
	margin: 0px;
}


li {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: none;
	position: relative;
	left: 3px;
	overflow: auto;
	text-align: left;
}



body {
  text-align: center;
  }

#wrapper {
  margin: 0;
  border: 2px solid #354b7d;
  width: 760px;

	overflow: hidden;
  background-color:#FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  }


#social {
	width: 757px;
	height: 25px;

	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: text-top;
  }


#left {
	float: left;
   text-align: left;
   vertical-align: text-top;
   width: 20%;
   padding: .5%;
}

#right {
   float: right;
   text-align: justify;
   vertical-align: text-top;
   height: auto;
   width: 77%;
   padding: 1%;
}


#footer {
	float: left;
   text-align: left;
   vertical-align: text-top;


}

#footer {

   text-align: left;
   vertical-align: text-top;
   width: 758px;

}

#geofront {
	float: left;
   text-align: left;
   vertical-align: text-top;
   width: 99%;
   padding: .5%;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: normal;
	font-weight: inherit;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: inherit;
	position: relative;

}

td.books  {
	padding-left: .5em;
	padding-right: .5em;
	width: 256px;
	vertical-align: top;
	
}