/* Structural Divs */

body {

	margin-top: 5px;

	margin-right: auto;

	margin-bottom: 5px;

	margin-left: auto;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-color: #fdf1df;

}

a       { color: #520000 }
a:link       { color: #520000 }
a:hover    { text-decoration: underline }


#border-top {

	padding: 0px;

	background-image: url(../images/round-top-new.gif);

	background-repeat: no-repeat;

	height: 40px;

	width: 800px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}

#border-bottom {

	padding: 0px;

	background-image: url(../images/round-bottom-new.gif);

	background-repeat: no-repeat;

	height: 40px;

	width: 800px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	background-position: 0px 0px;

}

#wrap {

	width: 720px;

	margin-right: auto;

	margin-left: auto;

	background-color: #FFFFFF;

	background-image: url(../images/back-slice-new.gif);

	background-repeat: repeat-y;

	background-position: center;

	padding-top: 0px;

	padding-right: 40px;

	padding-bottom: 5px;

	padding-left: 40px;

	margin-top: 0px;

	margin-bottom: 0px;

}

#head {

	width: 690px;

	height: 118px;

	margin: 0px auto;

	padding: 0px 0px 5px 0px;

}

#menu{

	width: 700px;

	height: 125px;

        margin: 0px auto;	

}

#clearfix {

	clear: both;

}

#photo {

	margin: 0px;

	padding: 0px 0px 0px 15px;

	width: 275px;

	float: left;

}


#content {

	float: left;

	margin-left: 15px;

	width: 415px;

}


#contentbooks {

	float: left;

	margin-left: 15px;

	width: 415px;

}


#contentcentered {

text-align: center;
	width: 415px;

}

#footer {

	border-top-width: thin;

	border-top-style: solid;

	border-top-color: #fa5e3c;

}



/* Navigation Menu */

#menu ul {

	padding: 0px;

	list-style-type: none;

	margin: 0px;

	text-align: center;

}

#menu li.page_item {

	padding: 0px;

	float: left;

	margin: 0px;

	width: 112px;

	height: 46px;

}

#menu li.page_item a {

	background-image: url(../images/button-back-new.gif);

	background-repeat: no-repeat;

	text-decoration: none;

	display: block;

	color: #330033;

	width: 97px;

	height: 36px;

	padding: 8px;

	font-size: 80%;

	font-weight: bold;

	text-align: center;

}

#menu li.page_item a:hover {

	background-image: url(../images/button-back-current-new.gif);

}


#menu li.current_page_item a {

	background-image: url(../images/button-back-current-new.gif);

	background-repeat: no-repeat;

	color: #000000;

}



/* Formatting and Misc CSS */

h2 { 

	padding: 0px;

	margin: 1em 0em 2em 0em;

	font-size: 15pt;

	text-align: center;

}

h3 {

	padding: 0px;

	margin: 1em 0em 0em 0em;

	font-size: 14pt;

	border-bottom-style: dotted;

	border-bottom-width: 1px;

	border-bottom-color: #000000;

}

img.logo {

	margin: 30px 0px;

}

p.credits {

	margin: 0px;

	padding: 0px;

	font-size: 8px;

	font-style: italic;

}

#head img {

	padding: 0px;

	margin: 0px;

}

#wrap p {

	padding: 0px;

	margin: 0px;

}

#photo img {

	padding: 0px;

	margin: 0px;

}

#content p {

	line-height: 1.4em;

	padding: 0px;

	margin: 0.5em 0em 2em 0em;

}


#contentbooks p {

	line-height: 1.3em;

	padding: 0px;

	margin: 0.5em 0em 2em 0em;

}


#footer p {

	font-size: 60%;

	text-align: center;

}

ul.faq {

	list-style-type: none;

	margin: 0px;

	padding: 0px 10px;

}

ul.faq li {

	line-height: 1.5em;

	text-indent: -10px;

	margin-bottom: 1em;

}

#content ul {

	margin-bottom: 1.5em;

}

#content li {

	line-height: 1.5em;

	margin-bottom: .75em;

}

#content p.question {

	font-weight: bold;

	margin: 3em 0em 0em 0em;

	border-bottom-style: dotted;

	border-bottom-width: 1px;

	border-bottom-color: #000000;

}

#content p.answer {

	margin: 0.5em 0em 1.5em 0em;

}

#content p.left {

        width: 70%;

        float: left;

        padding-left: 5px;

        margin: 0 0 10px 0;

}

#content p.right {

        width: 20%;

        text-align: right;

        float: left;

        clear: right;

        padding-right: 5px;

        margin: 0 0 10px 0;

}

#content p.clear {

        clear: both;

        padding: 0;

        margin: 0;

}

.required {

	font-style: italic;

	padding: 0px;

	margin: 0px;

}

.smaller {

        font-size: 80%;

}

.uline {

        text-decoration: underline;

}

blockquote { margin-left: 20px; }