body {
	background:url(../images/bg.png) 0 0 repeat-x #fff;
	margin:0 auto;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
}
img {
	border:0;
}
a {
	color:#141388;
	text-decoration:none;
}
a:hover {
	color:#000;
}
ul {
	list-style: none outside none;
    margin: 0;
    padding: 0;
}
h1 {
	margin:0;
	font-size:18px;
	clear:both;
}
h2 {
	margin:0;
	font-size:15px;
	clear:both;
}
.blue {	
	background:#BECFEA;
}
.beige {
	background:#f9efce;
}
.purple {
	background:#B39AFA;
	color:#fff !important;
}
.darkgreen {
	background:#229155;
	color:#fff !important;
}
.green {
	background-color: #B2C891;
	
}
.lightgreen
	background: #c0ece1	
}
.lightgray {
	background:#e1e1e1;
}
.callout {
	padding:0 10px !important;
}
.small {
	font-size:10px;
}
.bold {
	font-weight:bold;
}
#wrap {
	width:1008px;
	margin:0 auto;
	padding:0;
	background:url("../images/bodyContentBG.png") repeat-y scroll center top transparent;
}
#header {
	height:118px;
	border-bottom:2px solid #040481;
	margin:0 4px;
	padding:0 4px;
	position:relative;
	background:url(../images/headerBG.png) 0 0 repeat-x;
}

#logo {
	margin: 17px 5px 5px 5px;
	float:left;
}

#logo img {
	
}
#logo p {
	color:#00007d;
	font-size:16px;
	font-style:italic;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	border-top:2px solid #f4de7a;
}
#aboutLink {
	float:right;
	color:#00007d;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	margin-top:62px;
	background-color:#ecebe6;
	padding:5px;
}
#aboutLink img {
	
}
#topNav {
	color: #000;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background:url(../images/navBG.png) 0 0 repeat-x;
}
#topNav a {
	color:#000;
	text-decoration:none;
}
#topNav ul li {
	border-left: 1px solid #5a61b1;
    float: left;
    padding: 0 42px;
    position: relative;
	text-transform:uppercase;
	font-weight:bold;
}
#topNav ul li:first-child {
	border-left:none;
}
#topNav ul li ul li:first-child, #topNav ul li:first-child:hover {
	border-left: 1px solid #5a61b1;
}
#topNav ul li ul {
	display:none;
	left:-1px;
	min-width:112px;
}
#topNav ul li:hover {
	background:url(../images/navHover.png) 0 0 repeat-x;
	color:#000;
	cursor:pointer;
}
#topNav ul li:last-child:hover {
	background:none;
	cursor:default;
}
#topNav ul li:hover a {
	color:#000;
}
#topNav ul li:hover ul {
	display:block;
}
#topNav ul li ul {
	position:absolute;
}
#topNav ul li ul li {
	float:none;
	width:205px;
	border-left:none;
	border-bottom:1px solid #fff;
	background:#becfea;
	line-height: 20px;
	margin:0;
	padding: 5px 15px;
	border-right:1px solid #5a61b1;
	border-left:1px solid #5a61b1;
	font-weight:normal;
}
#topNav ul li ul li:last-child {
	border-bottom:1px solid #5a61b1;
}
#topNav ul li ul li:last-child:hover {
	background:#316ac5;
}
#topNav ul li ul li:hover {
	background:#316ac5;
	color:#fff;
}
#topNav ul li ul li:hover a {
	color:#fff;
}
#topNav li#search {
	padding-right: 0;
    text-align: right;
	padding-left: 20px !important;
}
#topNav li#search p {
  font-size: 10px;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}
#topNav li input {
	border: 1px solid #5A61B1;
    color: #141388;
}
#topNav li input#text {	
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}
.content, .footerWrap {
	background:url(../images/bodyContentBG.png) top center repeat-y;
	padding:0 4px;
}
#chapter {
	background:url(../images/chapterBG.png) 0 0 repeat-x #f2f2f1;
	padding: 20px;
	border-bottom:1px dotted #5a61b1;
}
#chapter h1, #chapter h2 {
	text-transform:uppercase;
}
.chapterNav {
	background:#f9efce;
	padding: 5px 20px;
}
.chapterNav #pagination ul#pages {
	clear:right;	
}
.chapterNav #pagination ul#pages li.noWrap, .chapterNav #pagination ul#topics li.noWrap {
	border-left:none;
	padding-left:0;
}
ul#topics {
	border-top: 1px dotted #999999;
    float: left;
    margin-top: 5px;
    padding-top: 5px;
}
.chapterNav #pagination ul#pages li {
	float:left;
	padding:0 20px;
	margin: 5px 0;
	border-left:1px solid #333;
}
.chapterNav #pagination ul#topics li {
	float:left;
	padding:0 10px;
	margin: 5px 0;
	border-left:1px solid #333;
	text-wrap:none;
}
.chapterNav #pagination ul#pages li:first-child {
	padding:0 20px 0 0;
	border-left:none;
}
.chapterNav #pagination ul#topics li:first-child {
	padding:0 10px 0 0;
	border-left:none;
}
#external {
	position: absolute;
    right: 0;
    top: 158px;
}
#external a {
	float:right;
	margin:5px;
}
.text {
	background:url(../images/bodyTopShadow.png) 0 0 repeat-x #fff;
	padding:20px;
}
.text h1 {
	padding-bottom:5px;
	border-bottom:1px solid #999;
	text-transform:capitalize;
}
.copyBlock {
	margin:10px 0;
	clear:both;
}
.copyBlock .showWin p {
	display:none;
}
.copyBlock h2 {
	text-transform:capitalize;
}
.copyBlock .iframe, .copyBlock .imgBlock {
	float:left;
	box-shadow:0 0 4px #999;
	margin-right:20px;
	margin-top: 6px;
	background:#ececec;
	color:#000 !important;
}
.imgBlock {
	margin-bottom:20px !important;
	clear:left;
}

.iframe {
	margin:0 !important;
}
.copyBlock p {
	margin:0 0 20px 0;
	padding:0;
	line-height:22px;
}
.copyBlock h2 {
	margin:0 0 5px;
}
.imgBlock td {
	padding:10px;
	font-size:12px;
}
.imgBlock td span {
	
	text-align:left;
}
.imgBlock img {
/*	max-width:170px;	*/
	max-height:120px;	
	min-height:120px;
	margin:0;
	cursor:pointer;
	text-align:center;
	
}
.imgBlock table {
	width:50px !important;
}
.furtherReading {
	margin:20px;
	box-shadow:0 0 3px #333;
	background:#f9efce;
	padding:20px;
	clear:both;
}
.furtherReading h2 {
	margin-bottom:10px;
	font-variant:small-caps;
}
.furtherReading li {
	margin:0 0 10px 0;
}
.footer {
	background:url(../images/footerBG.png) 0 0 repeat-x #becfea;
	padding: 20px;
	text-align:center;
	color:#333;
}
.footer a {
	color:#333;
	text-decoration:underline;
}
.footer a:hover {
	color:#000;
}
.footerWrap a#top {
	float:right;
	font-size:12px;
	margin-top:-20px;
	margin-right:10px;
}
.tooltipBox {
	background: none repeat scroll 0 0 #316ac5;
    color: #fff;
	font-style: italic;
	left: 190px;
	padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 300px;
	display:none;
}
.popupWindow {
	background:#fff; 
	border-radius:15px; 
	box-shadow:0px 0px 3px #333; 
	padding:20px 10px 10px 10px;
	display:none;
	border:	4px solid #3C6
}
.popupWindow span {
	display:none;
}
.popHead {
	float:left; 
	width:100%; 
	cursor:move; 
	position:absolute; 
	color:#333; 
	top:0; 
	height:20px;
}
.buttons {
	position:absolute; 
	right:10px; 
	top:2px; 
	cursor:pointer;
}
.popDrag {
	float:left; 
	width:96%;
	color:#999;
	font-style:italic;
	font-size:12px;
}
.close {
	top:-15px;
	right:-15px;
	display:block;
	height:29px;
	width:30px;
	background:url(../images/sboxClose.png) no-repeat 0 0;
}
.divQuestion {
background: #BECFEA;
text-align: left;
margin-left: 0;
padding: 6px;

font-weight: bold;
}
.divOptions {
color: black;
background: #F9EFCE;
text-align: left;
white-space: normal;
display: block;
border-bottom: thin solid #33F;
text-indent: 0px;
vertical-align: middle;
word-spacing: normal;
list-style: url(none) none;
font-weight: normal;
padding: 4px;
}
.divQuestionSpacer {
background: white;
height: 10px;
margin-left: 0;
}
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#ffffff; border:3px solid #068be7; 
  width:400px; padding:6px;
  color:#000; font-size:12px; line-height:1.5;
}
div#tipDiv a:link { color:#33b }
div#tipDiv a:visited { color:#339 }
#googleSearch {
	width:210px;
	float:left;
	margin-top: 3px;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	padding:6px !important;
}
.gsc-input-box {
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}