/* #758EA8 BLUE color - main color in the presentation*/
/* #4374A8 BLUE color - more saturated for text headers*/
/* #F0E6D2 beige to hilight link-->*/

#container
{
 display: block;
 width: 800px;
 top: 24px;
 margin: 0 auto; /*centers website on page. TEST ON PC*/
 padding: 0 !important;
 background-color: white; /*website background color*/
 /*border: solid 1px #7F141A;*/
}
/*	==============================================HEAD */
#header{
 position: relative;
 top: 0;
 height: 50px;
 width: 580px;
 margin: 0;
 border: none;
 border-bottom: 1px solid #758EA8;
}
#header h1{
 color: black;
 font-family: Baskerville, Bodoni, Times New Roman, Serif;
 font weight: lighter;
 font-size: 16px;
 margin: 0;
 padding-top: 0px
 background-color: white;
 z-index: 10;
 background-image: none !important;
}
#newslink
{
	display: none;
}

/*	==============================================NAV */

#nav{
 display: none;
}
#nav_home {
 display: none;
}
a:link, a {
 color: #758EA8;
 text-decoration: underline !important;
 font-family: Arial, Verdana, sans-serif;
 font-size: 11px;
}

/*	==============================================CONTENT */

#content {
 display: block;
 margin: auto;
 width: 440px;
 padding-left: 0;
 padding-right: 40px;
}
#content_home {
 display: block;
 margin: auto;
 inherit: width;
 padding: 0;
}
#content_home p.hilight {
	padding: 0;
}
#content_home p
{
	padding-right: 250px;
}
#content p, #content ul, #content_home p, #content_home ul{
 font-size: 13px;
 line-height: 150%;
 font-family: "Baskerville Regular", Baskerville, "Times New Roman", serif;
}
#content ul.indented a{
 text-align: center;
 display: block;
}
#content strong{
 font-weight: bolder;
}
#content p.hilight, #content_home p.hilight{
 font-size: 16px;
 line-height: 120%;
 color: #666;
 padding-left: 4px;
 border: none;
 border-left: 1px solid #F0E6D2;
}

#content ul, #related ul, #content_home ul{
 list-style-type: none;
 margin: 0;
 padding: 0;
}
.books {
 display: block;
 min-width: 130px;
 text-align: center;
 margin: 0 138px 0 12px;
 border: 1px solid #F0E6D2;
}

#content h3, #content h4{
 font-family: "Baskerville Regular", Baskerville, "Times New Roman", serif;
 font-size: 16px;
 font-weight: lighter;
}
#content h3{
 color: #4374A8; /*BLUE color - more saturated for text headers*/
}
 #content ul.bulleted li{
list-style-type: circle;
list-style-position: inside;
}
.notes {
	color: #666666;
	font-size: smaller;
	font-family: Aial, sans-serif;
}

.indented
{
	padding-left: 24px;
	margin-top: 0;
}

li h4
 {
 	margin-top: 48px;
 	margin-bottom: 4px;
 }
 .stress
 {
 	color: #FF0000 !important;
 }
 
 ul p
 {
 	padding-top: 0;
 	margin-top: 0;
 }
 
/*	==============================================RELATED */

#related{
 float: right;
 margin: 0px;
 margin-top: -110px;
 padding-top: 54px;
 padding-left: 12px;
 padding-right: 0;
 width: 202px;
  /* ++++++++++++++++++++++++++++++++++++++++ */
 display: block;
 overflow: auto;
}
#related a:hover{
 color: black;
 background-color: #758EA8;
 text-decoration: underline !important;
}
