@charset "UTF-8";
body  {
	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: #080847;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
}
	
#container {
	width: 100%;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0em;
	position: relative;
	top: 0px;
	left: 0px;
	min-width: 690px;
} 

#dropshadow1 {
	margin: 0 5.5em;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	background-color:#FAFAFA;
}

#dropshadow2 {
	margin: 0 0.2em 0 0.2em;
	padding: 0;
	background-color:#F2F2F2;
}

#dropshadow3 {
	margin: 0 0.2em 0 0.2em;
	padding: 0;
	background-color:#E4E4E4;
}

#dropshadow4 {
	margin: 0 0.2em 0 0.2em;
	padding: 0;
	background-color:#FAFAFA;
}

#header {
	width: 100%;
	height: 88px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color:#ffffff;
} 

#header #logo img {
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
}

#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;
}

#navbar {
	background-color:#999;
	margin-left: 0em;
	height: 2.2em;
	vertical-align: middle;
	float: left;
	background-image: url(images/navbarbrd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	overflow:hidden;
	z-index: 49;
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar li {
	float:left;
	margin: 0;
	background-image: url(images/righttabbl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
}

#navbar a {
	text-decoration: none;
	font-size: 80%;
	color:#ffffff;
	display: block;
	height: 2.8em;
	width: 9em;
	border-right: 0;
	line-height: 2.6em;
	text-align:center;
	outline-style:none;
	background-image: url(images/lefttabbl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 0;
	z-index:50;
}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #navbar a {float:none;}
  /* End IE5-Mac hack */

#navbar a:hover,
#navbar a:active {
	color:#C00;
	font-size: 80%;
}

#navbar #selected {
	background-image:url(images/righttab.jpg);
	color:#080847;
}

#navbar #selected a {
	background-image:url(images/lefttab.jpg);
	color:#080847;
	font-weight: bolder;
}

#targettext {
	margin: 0;
	padding: 0 1em 1em 1em;
	border-top-width: 0px;
	border-right-width: 0.25em;
	border-bottom-width: 0.75em;
	border-left-width: 0.25em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #080847;
	border-bottom-color: #080847;
	border-left-color: #080847;
	float:right;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
}

#targettext #text {
	text-align: left;
	margin: 0;
	padding: 0px;
	font-style: normal;
	line-height: 1.2em;
	vertical-align: text-bottom;
	width:auto;
}

#text h1 {
	font-size: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #C00;
	margin: 0px;
	padding: 1em 0 0 0;
}

#text p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #006;
	font-weight: bold;
	margin: 0em;
	padding: 1em 0 0 0;
}

#targettext #topicnav {
	font-size: 1em;
	color: #C00;
	margin: 0;
	padding: 0px;
	width: 300px;
	float: right;
	text-align: right;
	vertical-align: text-bottom;
	font-weight: bold;
}

#topicnav h2 {
	text-align: center;
	vertical-align: text-top;
	font-size: 0.95em;
	font-weight: bold;
	padding: 0.5em 0 0 0;
	margin-bottom: 0px;
}


#topicnav p {
	font-size: 0.8em;
	font-variant: small-caps;
	color: #003;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	text-align: center;
	line-height: 0.8em;
}

#topicnav ul {
	list-style-type: none;
}

#topicnav li {
	float: right;
	margin-bottom: 0.2em;
	position: relative;
	top: 0em;
	right: 1.5em;
}

#topicnav a,
#topicnav a:link,
#topicnav a:visited {
	text-decoration: none;
	font-size: 75%;
	color:#080847;
	background-color:#dae3f9;
	display: inline-block;
	height: 1.6em;
	width: 11.75em;
	line-height: 1.5em;
	text-align:center;
	outline-style:none;
	margin: 0.25em;
	border: 1px solid #080847;
	vertical-align: middle;
	padding: 2px 0;
}

#topicnav a:hover,
#topicnav a:active,
#topicnav li.selected a:link,
#topicnav li.selected a:visited
#topicnav ul li.selected {
	background-color: #080847;
	color:#fff;
}

#topicnav #selected {
	background-color: #080847;
	color:#fff;
}

#topicnav img   {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
#sidebar1 {
	float: right;
	width: 16em; /* since this element is floated, a width must be given */
	/* background color will be displayed for the length of the content in the column, but no further */
	padding: 1em 0 0 2em;
	position: relative;
	top: 0.5em;
	right: 0px;
	overflow:hidden;
}

#sidebar1 h1    {
	text-align: left;
	color: #080847;
	font-size: 1em;
	margin: 0.2em 0.3em;
	padding-top: 0.3em;
}

#sidebar1 h2    {
	text-align: center;
	color: #080847;
	font-size: 0.95em;
	margin: 0.2em 0.5em;
}
#sidebar1 h3 {
	font-size: 0.8em;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.25em;
	padding-left: 1em;
}
#sidebar1 h4 {
	margin: 0px;
	padding-top: 0.25em;
	padding-right: 0.1em;
	padding-bottom: 1em;
	padding-left: 1em;
}


#sidebar1 h5 {
	font-size: 0.7em;
	font-weight: normal;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	margin: 0;
}

#sidebar1 p {
	margin: 0.3em 0.5em;
	font-size: 0.75em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #080847;
}
#sidebar1 a  {
	text-align: left;
	padding: 0;
}

#sidebar1 hr {
	background-color: #C00;
	text-align: center;
	height: 2px;
	width: 80%;
	border: solid 1px #CC0000;
	margin: 1.2em auto;
}
.ctrimg {
	text-align: center;
	padding: 0px;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent {
	margin:0 16em 0 10px;
	position: relative;
	top: 0.5em;
	left: 0px;
	display: block;
	color: #080847;
	padding: 0;
	z-index:25;
}

#mainContent h1 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0em;
	padding-top: 0;
	padding-left: 0.25em;
}

#mainContent h2 {
	font-size: 1em;
	font-weight: bold;
	text-indent: 0.75em;
	margin: 0px;
	padding: 0.5em 0 0 0;
}

#mainContent h3 {
	font-size: 1em;
	font-weight: bold;
	text-indent: 0.75em;
	margin: 0px;
	padding: 0.5em 0 0 0;
}

#mainContent p {
	padding: 0 1em;
	margin: 0.25em 0 0.75em 0;
	font-size: 0.9em;
}

#mainContent hr {
	background-color:#999;
	text-align: center;
	height: 2px;
	width: 80%;
	border: solid 1px #999;
	margin-top: 0em;
	margin-bottom: 0em;
}

#mainContent #books {
	text-align: center;
	display: inline-block;
}
#mainContent #books p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
}
#mainContent #booksheader h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 0em;
}

#booksheader h3 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 1.5em 0;
	color: #C00;
}

#books h3 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 1.5em 0;
	color: #C00;
}

#footer {
	padding: 1em 5em 0.5em 5em; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-bottom: 0.5em;
	text-align: center;
} 

#footer ul  {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#footer li {
	float:left;
	margin: 0;
	padding: 0;
	font-size: 0.70em;
}

#footer a {
	text-decoration:underline;
	padding: 0 0.5em;
	color: #080847;
	font-weight: bold;
}

#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: 1em 0 0.2em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	text-align: center;
}

/* Miscellaneous classes for reuse */

.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;
}
.ctrimg {
	text-align: center;
	padding: 0px;
	margin-top: 0.2em;
	margin-right: auto;
	margin-bottom: 0.2em;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img {
	border:none;
}

.linkappearance {
	color: #00F;
	text-decoration: underline;
}

