/*General Colour Use Code: #969ec4. This matcheds the background colour and should be used for overall theme.*/

/*-----------------Begin General Use ----------------------*/
body {
	background-color: #AFB9C2;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	
}

h2 {
	_height: 1em;
	border-bottom: 1px solid #6D6D6D;
	margin: 6px 0 8px 0;
	padding: 0 0 8px 0;
	font-family : Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-size : 16px;
	line-height : 24px;
	font-weight : normal;
	letter-spacing : 1px;
}

h2 a:link, h2 a:visited, h2 a:hover {
	color: #000 !important;
	border-bottom: none !important;
}

h3 {
	font-size: 13px;
	line-height: 19px;
	padding: 0 0 8px 0;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	padding: 0;
}

div {
	position: relative;
}

#container{
	width:450px;
	padding: 0px;
}

.centered {
	margin: 0 auto 0 auto;
}

.centered2 {
margin-left:30px;
}

.textBold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	padding:10px;
	margin:5px;
}

/*a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}
*/


/*-----------------End General Use ----------------------*/



/*-----------------Start Main Body----------------------*/
#authorname{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	text-align:center;
	margin: 0;
	padding: 0;

}

#content {
	width: 698px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#subContent {
	width: 698px; 
	height: 440px; 
	position: relative; 
	background-color: #000000;
}

html.center, body.center {
	height: 100%;
}


.index {
	display: none;
}

#master {
	width: 756px;
	margin: 0 auto 0 auto;
}

#sideshadow {
	background-image:url(../images/sideshadow.gif); 
	width: 756px;
	background-repeat:repeat-y;
}

#topshadow {
	background-image:url(../images/topshadow.gif);
	width: 756px;
	height: 15px;
	background-repeat:no-repeat;
}

#bottomshadow {
	background-image:url(../images/bottomshadow.gif);
	width: 756px;
	height: 12px;
	background-repeat:no-repeat;
}

/*-----------------End Main Body----------------------*/

/*-----------------START Horizontal Nav----------------------*/
#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width: 698px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align:center;
}

#topnav ul {
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto;
}

#topnav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#topnav a:link {
	line-height: 14px;
	margin: 0 10px 4px 10px;
	color: #000000;
	padding-bottom: 5px;
	text-decoration:none;
	}

#topnav a:visited {
	line-height: 14px;
	margin: 0 10px 4px 10px;
	color: #000000;
	padding-bottom: 5px;
	text-decoration:none;
	}
	
#topnav a.indicator:visited {
	border-bottom: 2px solid #000000;
	padding-bottom: 6px;
	color: #000000;
	text-decoration:none;
}

#topnav a:active {
	color: #BEBEBE;
	margin: 2px;
	padding: 8px;
	background-color: #3f4dc6;
	text-decoration:none;
}

#topnav a:hover {
	color: #BEBEBE;
	margin: 2px;
	padding: 8px;
	background-color: #3f4dc6;
	text-decoration:none;
}

#topnav a.indicator:link {
	border-bottom: 2px solid #000000;
	padding-bottom: 6px;
	color: #000000;
	text-decoration:none;
}
/*-----------------END Horizontal Nav----------------------*/



/*-----------------START Bookshelf Nav1----------------------*/
#bsnav1 {
	
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 182px;
	font-size:10px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	position: absolute;
	text-align:center;
	top:320px;
	left:0px;
	z-index: 10;
}


#bsnav1 ul {
	padding: 5px 0px 6px 0px;
	margin: 0 auto 0 auto;
}

#bsnav1 li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#bsnav1 a:link{
	line-height: 10px;
	margin: 5px 5px 5px 5px;
	text-decoration: none;
	color: #000000;
	padding-bottom: 0px;
	text-decoration:none;
}

#bsnav1 a:visited {
	line-height: 10px;
	margin: 5px 5px 5px 5px;
	text-decoration: none;
	color: #000000;
	padding-bottom: 0px;
	text-decoration:none;
}

#bsnav1 a:active {
	color: #E69D31;
	margin: 0px;
	padding: 8px 5px 8px 5px;
	background-color: #3f4dc6;
	text-decoration:none;
	
}
#bsnav1 a:hover {
	color: #E69D31;
	margin: 0px;
	padding: 8px 5px 8px 5px;
	background-color: #3f4dc6;
	text-decoration:none;
}

#bsnav1 a.indicator:link{
	border-bottom: 2px solid #000000;
	padding-bottom: 5px;
	color: #000000;
	text-decoration:none;
}


#bsnav1 a.indicator:visited {
	border-bottom: 2px solid #000000;
	padding-bottom: 5px;
	color: #000000;
	text-decoration:none;
}
/*-----------------END Horizontal Nav1----------------------*/


/*-----------------START Bookshelf Nav2----------------------*/
#bsnav2 {
	
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 516px;
	font-size:10px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	position: absolute;
	text-align:center;
	top:320px;
	left:182px;
	z-index: 10;
}

#bsnav2 ul {
	padding: 5px 0px 6px 0px;
	margin: 0 auto 0 auto;
}

#bsnav2 li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#bsnav2 a:link {
	line-height: 10px;
	margin: 5px 5px 5px 5px;
	color: #000000;
	padding-bottom: 0px;
	text-decoration: none;
}
#bsnav2 a:visited {
	line-height: 10px;
	margin: 5px 5px 5px 5px;
	color: #000000;
	padding-bottom: 0px;
	text-decoration: none;
}

#bsnav2 a:active {
	color: #E69D31;
	margin: 0px;
	padding: 8px 5px 8px 5px;
	background-color: #3f4dc6;
	text-decoration: none;
}

#bsnav2 a:hover {
	color: #E69D31;
	margin: 0px;
	padding: 8px 5px 8px 5px;
	background-color: #3f4dc6;
	text-decoration: none;
}

#bsnav2 a.indicator:link {
	border-bottom: 2px solid #000000;
	padding: 8px 5px 8px 5px;
	color: #000000;
	text-decoration: none;
}

#bsnav2 a.indicator:visited {
	border-bottom: 2px solid #000000;
	padding: 8px 5px 8px 5px;
	color: #000000;
	text-decoration: none;
}
/*-----------------END Horizontal Nav2----------------------*/

/*-----------------Begin Bookshelf Page----------------------*/

#headerImage{
   background-image: url(../images/headerImage.jpg);
   background-position: center center;
   background-repeat:no-repeat;
   padding:0 0 0 0;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
}


#bsTable{
   width: 756px;
   height:312px;
   background-image: url(../images/bkgrndImage_2.jpg);
   background-position: center center;
   background-repeat:repeat;
   padding:0 0 0 0;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
  }

#bookshelf {
	position:absolute;
	width:698px;
	height:320px;
	left: 0px;
	top: 64px;
   	background-position: center center;
   	background-repeat:no-repeat;
   	margin-left:auto;
   	margin-right:auto;
   	text-align:center;
	z-index:5;
}

.bsText{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	font-style:normal;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
}
/*-----------------End Bookshelf Page----------------------*/

/*-----------------Begin AboutPage----------------------*/
#aboutTable{
   width: 756px;
   height:410px;
   background-image: url(../images/bkgrndImage_1.jpg);
   background-position: center center;
   background-repeat:no-repeat;
   padding:0 0 0 0;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
  }


#about {
	position:absolute;
	width:698px;
	left: 0px;
	top: 64px;
   	background-position: center center;
   	background-repeat:no-repeat;
   	margin-left:auto;
   	margin-right:auto;
   	text-align:center;
	z-index:5;

}


.aboutText{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	font-style:normal;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
}
/*-----------------End AboutPage----------------------*/

/*-----------------Begin Footer----------------------*/
#footer {
position:relative;
background-position: center center;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#footer p {
font-family: "Times New Roman", Times, serif;
font-size: x-small;
margin: 0; 
padding: 0;
text-align:center;

}
/*-----------------End Footer----------------------*/


/*-----------------Begin iFrame----------------------*/
#textFrame {
	width: 490px;
	color: #333333;
	margin: 0px;
	text-align: right;
}
#textFrame p {
	margin-left: 0px;
}


#frame {
	background-image: url();
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0 0 0 0;
}
/*-----------------End iFrame----------------------*/