/* CSS Document */

.dummy {}

body {
	text-align:center;
	font-size: 62.5%;
	margin: 0px;
	background-color: #FFFFFF;
	scrollbar-face-color:#E3E9F1;
	scrollbar-arrow-color:#666633;
	scrollbar-track-color:#ffffff;
}


/* Layout Div styles */


#wrapper {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-top: 10px;
}



#header {
	position: relative;
	height: 161px;
	background-image:url(../images/banner.jpg);
}


#header_spacer {
	height: 110px;

}


#menu {
margin-left: 200px;
margin-right: 50px;

}


#content {
	position: relative;
	width: 100%;
	height: 550px;
	background-image:url(../images/blank_book_with_book_cover.jpg);
	border: 0px solid #000000;
	text-align:left;
}


#content_no_book {
	position: relative;
	width: 100%;
	height: 550px;
	background-image:url(../images/blank_book.jpg);
	border: 0px solid #000000;
	text-align:left;
}

#content_seal {
	position: relative;
	width: 100%;
	height: 550px;
	background-image:url(../images/blank_book_seal.jpg);
	border: 0px solid #000000;
	text-align:left;
}


#footer {
	clear: both;
	width: 100%;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	background-color:#FFFFFF;
	text-align: center;
}

#content_left_page {
	width: 380px;
	height: 470px;
	float: left;
	margin-top: 5px;
	margin-left: 60px;
	text-align: center;
	
}

#content_left_page_bookpage {
	width: 415px;
	height: 470px;
	float: left;
	margin-top: 5px;
	margin-left: 45px;
	text-align: center;
	
}

#content_right_page {
	width: 380px;
	height: 465px;
	float: right;
	margin-top: 5px;
	margin-right: 80px;
	text-align: center;
}

#content_right_page_home {
	width: 430px;
	float: right;
	margin-top: 0px;
	margin-right: 60px;
}

#content_right_page_bookpage {
	width: 420px;
	height: 470px;
	float: right;
	margin-top: 5px;
	margin-right: 60px;
	text-align: center;
}


div.img_holder_noborder_float_right
{	padding: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 11px;
	color: #036076;
	text-align: center;
	}
	
div.img_holder_noborder_float_left
{	padding: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 11px;
	color: #036076;
	text-align: center;
	}


/* Text styles */

#footer p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #036076;
}


p, ul, ol
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 13px;
	color: #036076;
	}
	
td
{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 12px;
	color: #036076;
	}

.red
{
	color: #CC0033;
	}

.bigred
{
	font-size: 1.1em;
	color: #CC0033;
	font-weight: bold;
	}

td.bigred
{
	font-size: 0.9em;
	color: #CC0033;
	font-weight: bold;
	text-align: center;
	}

td.bigred_left
{
	font-size: 0.9em;
	color: #CC0033;
	font-weight: bold;
	}

h1
{
margin-top: 0px;
font-size: 16px;
font-weight: bold;
font-style: normal;
font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
color: #036076;
}

h1.large
{
font-size: 3.0em;
font-weight: bold;
font-style: normal;
font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
color: #036076;
}

h2
{
margin-top: 20px;
font-size: 12px;
font-weight: bold;
font-style: normal;
font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
color: #036076;
}

h3
{
	font-size: 1.4em;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC3300;
	}



.tdli
{
font-size: 8pt;
font-weight: normal;
font-style: normal;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000000}

b
{
font-weight: bold;

}

.white
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

.small
{
	font-size: 9pt;
}

.small_faint
{
	font-size: smaller;
	color:#FFFFFF;
	
}





/* Navigation styles */

a:link {
	color: #000099;
}

a:visited {
  color: #000099;
}

a:hover {
  color: #CC0033;
}

a:active {
	color: #CC0033;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}


a.footer_nav:link {
	color: #036076;
	text-decoration:none;
	padding-left: 2px;
	padding-right: 2px;
	}

a.footer_nav:visited {
	color: #036076;
	text-decoration:none;
	padding-left: 2px;
	padding-right: 2px;
}

a.footer_nav:hover {
	color: #036076;
	padding-left: 2px;
	padding-right: 2px;
}

a.menu {
	font-family: "Comic Sans MS", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 1.4em;
	text-decoration: none;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 7px;
	color: #003333;
}

a.menu:hover {
	font-family: "Comic Sans MS", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 500;
	text-decoration: none;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 7px;
	color: #FF0000;
	}
	

a.box {
	background-color: #0257A6;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 1px;
}

a.box:hover {
	background-color: #FFFF33;
	text-decoration: none;
	color: #000099;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}



/* Form field styles */

INPUT {
background-color: #FFFFFF;
width: 240px;
color:#003399;
border: #AAC6C6 1px solid;
font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
} 

INPUT.small {
background-color: #FFFFFF;
width: 100px;
color:#003399;
border: #AAC6C6 1px solid;
font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
} 

INPUT.Paypal {
width:auto;
border: #AAC6C6 0px solid;
background-color: transparent;
} 


TEXTAREA {
background-color: #FFFFFF;
border: #AAC6C6 1px solid;
color: #31009C;
font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
} 

.altButtonFormat {
background-color: #FFFFFF;
width: 75px;
font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
border: #AAC6C6 1px solid;
color: #036076} 


.altTextField {
background-color: #FFFF99;
color: #330099;
width: 150px;
border: #AAC6C6 1px solid;
font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
} 

.radioStyle {
font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
font-size: 12px;
color: #000000
}

