/*alicecamille stylesheet*/


/*body, divisions, classes */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #f0f8ff;
	background-repeat: repeat-y;
	padding: 1em;
	width: 830px;
} 

img {
	border-style: none;
}

#menu {
	border-width: thin;
	border-style: solid;
	border-color: #f0fff8;
	width:650px;
	padding: 0px 20px 0px 0px;
	margin:  0px  0px 0px 0px;
	background-color: #f0fff8;
	float: left;
}

#header {
	text-align: right;
}

#main {
	width: 80%;
	padding: 1em;
	margin: 0em; 1em; 2em; 1em;
}

#main2 {
	width: 800px;
	padding: 2em;
	margin: 1em; 1em; 2em; 1em;
}

#bkphoto {
	padding: 2em;
}

#footer {
	clear: both;
	border-top: 2px dotted #336699;
	margin-top: 2em;
	text-align: center;
}

#contact {
	background: #99cc99;
}

#adbanner {
	text-align: center;
	background: #ff99ff;
}

#publisherlinks {
	width: 250px;
	padding: 1em;
	float: left;
}

#publisherphotos {
	width: 320px;
}

.bold {
	font-weight: bold;
}

.highlight {
	background-color: #ffff66;
}

.previous {
	color: #3366cc;
}

.newsphoto1 {
	position: absolute;
	top: 220px;
	left:150px;
	width: 240px;
	height: 207px;
}

.newstext1 {
	position: absolute;
	top: 270px;
	left: 450px;
	width: 350px;
	
}

.newsphoto2 {
	position: absolute;
	top: 485px;
	left:150px;
	width: 200px;
	height: 301px;
}

.newstext2 {
	position: absolute;
	top: 560px;
	left: 450px;
	width: 350px;
	
}

.newsphoto3 {
	position: absolute;
	top: 830px;
	left:150px;
	width: 200px;
	height: 200px;
}

.newstext3 {
	position: absolute;
	top: 890px;
	left: 450px;
	width: 350px;
}

.indexfooter {
	position: absolute;
	top: 1300px;
	text-align: center;
}

.book {
	margin-bottom: 50px;
}


/*text styles*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: black;
	background: #6699cc;
	padding: 5px;
	text-align: right;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: black;
	
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	color: #336699;
	margin-top: -1em;
}

p {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: black;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/*link styles*/



a:link, a:visited {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #336699;
}

a:hover {
	font-weight: normal;
	color: #e67010;
}

a:active {
	font-weight: normal;
	color:  #996600;
}

a.menu {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	color: #3a507f;
	display: inline;
	background: #f0f8ff;
	padding: .12em;
	text-decoration: none;
	text-align: center;
	width: 4em;
	margin: .25em;
	
}

a.menu:hover {
	font-weight: bold;
	background: #ffcc66;
	color: #e67010;
}

.current {
	cursor: default;
	font-weight: bold;
	color: #6699cc;
	background: white;
	text-decoration: none;
}

a.current:hover {
	color:#336699;
}

a.audiotitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
}

a.serialtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

h1.newtitles {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 20px;
	color: black;
	background: #efa53a;
	padding: 5px;
	text-align: center;
}

/*list styles*/

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 3em;
	list-style-type: none;
}

li.cross {
	list-style-image: url(images/crossbullet.gif);
}



/*original style.css sheet for contact form starts here*/



body 
{
	text-align: center;
	margin: 20px;		/* shift whole page down by 25 pixels */
	background-color: #f0f8ff;
}


#mainForm 
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background-color: #ccffcc;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #99cc99;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #000000;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ccffcc;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #000000f;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size:14px;
	position:relative;
	left:20px;
	top:0px;
	color: #000000;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:75%;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}




