body {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #4000FF;
}
img {border: none;}

/* *******************************************************
     MAIN LAYOUT - 2 cols inside container
   ******************************************************* */    
#container {
	height: 100%;				/*IE doesn't contain unless it is given a big enough height and a border */
	margin: 0 auto;
}

#leftcol {
	display: inline;
	float: left;
	width: 12em;
	margin-left: 5px;
	/*border: 1px solid blue;*/
}

#rightcol {
	display: inline;
	float: right;
	width: 72%;
	margin-right: 5px;
	/*border: 1px solid red;*/
}	
/* --------------------------------------------------- */


/* ***************************************************
      CONTAINER
   *************************************************** */ 
div.rounded_cntnr{
	background: transparent; 
}
.rounded_cntnr_top, .rounded_cntnr_bottom {
	display: block; 
	background: transparent; 
	font-size: 1px;
}
.rounded_cntnr_b1, .rounded_cntnr_b2, .rounded_cntnr_b3, .rounded_cntnr_b4 {
	display: block; 
	overflow: hidden;
}
.rounded_cntnr_b1, .rounded_cntnr_b2, .rounded_cntnr_b3 {
	height: 1px;
}
.rounded_cntnr_b2, .rounded_cntnr_b3, .rounded_cntnr_b4 {
	background: #00bfff; 
	border-left: 1px solid #00bfff;
	border-right: 1px solid #00bfff;
}
.rounded_cntnr_b1 {
	margin: 0 5px; 
	background:  #00bfff; /*#330793;*/
}
.rounded_cntnr_b2 {
	margin: 0 3px; 
	border-width: 0 2px;
}
.rounded_cntnr_b3 {
	margin:0 2px;
}
.rounded_cntnr_b4 {
	height:2px; 
	margin:0 1px;
}

.rounded_cntnr_content {
	display: block; 
	height: 100%;
	background: #00bfff; 
	border: 0 solid #00bfff; 
	border-width: 0 1px;
}
/* --------------------------------------------------- */   


/* ***************************************************
      LEFT COL 
   *************************************************** */ 
div.logo_name{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: #DA3300;
}

div.logo_cntnr{
	height: 80px; 
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #202020;
	/*border: 1px solid red;*/
}
img.logo_pic{
	float: left;
	margin-left: 4px;
}
   
div.menu_cntnr{
	margin-top: 20px;
	/*border: 1px solid red;*/
}
div.menu_titlebar_cntnr{
	border: 1px solid #00536E;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #7ADEFF;
}
img.menubar_img_l{
	float: left;
	padding-top: 1px;
}
img.menubar_img_r{
	float: right;
	padding-top: 1px;
}
div.menubar_title{
	position: relative; 
	margin-left: 20px; 
	margin-right: 20px; 
	padding-bottom: 1px;
	border-left: 1px solid #00536E;
	border-right: 1px solid #00536E;
	font-variant: small-caps;
	text-align: center;
}

div.menuitems_cntnr{
	margin-left: 12px;
	margin-right: 12px;
	border-left: 1px solid #00536E;
	border-right: 1px solid #00536E;
	border-bottom: 1px solid #00536E;
	background-color: #D5F6FF;
	color: #202020;
}
div.menuitems_cntnr a{
	display: block;
	padding-left: 5px;
	text-decoration: none;
	color: #202020;
}
div.menuitems_cntnr a:hover{
	background-color: #7ADEFF;
}

.xsnazzy {
	
	width:142px;
	/*float:left; */
	margin:0 3px;
}
.xsnazzy h1, .zsnazzy h1 {
	margin:0; 
	font-size:1em; 
	padding:0 10px 5px 10px;
	text-align: center;
	border-bottom:1px solid #444;
}
.xsnazzy h2 {
	margin:0; 
	font-size:1em; 
	padding:5px 10px 0px 10px; 
	text-align: center;
	border-top:1px solid #444;
}
.xsnazzy p, .zsnazzy p {
	margin:0; 
	padding:5px 10px; 
	font-size:10px;
}
.xtop, .xbottom {
	display:block; 
	background:transparent; 
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block; 
	overflow:hidden;
}
.xb1, .xb2, .xb3 {
	height:1px;
}
.xb2, .xb3, .xb4 {
	background:#fff; 
	border-left:1px solid #444;
	border-right:1px solid #444;
}
.xb1 {
	margin:0 5px; 
	background:#444;
}
.xb2 {
	margin:0 3px;
	border-width:0 2px;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	height:2px; 
	margin:0 1px;
}

.xboxcontent {
	display:block; 
	border:0 solid #444; 
	border-width:0 1px; 
	height:auto;
	
}
* html .xboxcontent {
	height:1px;
}
.xboxcontent a{
	display: block;
	background-color: #0097C2;
}
.xboxcontent a:hover{
	background-color: aliceblue;
}
.color_a {
background:#007196;
color:#fff;
}
.color_b {
	background:#d4d8bd; 
	color:#000;
}
.color_c {
	background:#758279; 
	color:#fff;
}
.color_d {
	background:#b2ab9b; 
	color:#000;
}

#cross_info_cntnr{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	width: 400px;
	height: 246px;
	margin-left: 142px;
	margin-top: 6px;
	border: 1px solid #444;
	background:white; 
}
div.cross_info_title{
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.1em;
}
div.cross_info{
	margin-top: 2px;
	margin-bottom: 8px;
	padding-left: 20px;
}
div.close_info{
	
}
div.close_info a{
	display: block;
	width: 80px;
	margin: 0 auto;
	border: 2px outset;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-color: #D5F6FF;
	color: #444;
}
/* --------------------------------------------------- */  


/* ***************************************************
      RIGHT COL 
   *************************************************** */ 
/* -----------------------------------------
		Top Border
    ------------------------------------------ */
img.bord_img_l{
	float: left;
}
img.bord_img_r{
	float: right;
}

div.bord_title_top, div.bord_title, div.bord_btm_txt, div.bord_txt_btm{
	position: relative; 
	margin-left: 80px; 
	margin-right: 80px; 
}
div.bord_title_top{
	height: 35px;
	text-align: center;
	border-bottom: 1px solid #007196;
}
div.bord_title{
	height: 31px;
	margin-top: 2px;
	border-top: 1px solid #007196;
	border-bottom: 1px solid #007196;
}
div.bord_title_inner{
	padding-top: 6px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #202020;
}
/* -----------------------------------------
		Main Area
    ------------------------------------------ */
div.main_area_cntnr{
	margin: 0px;
	margin-left: 36px; 
	margin-right: 36px; 
	border-left: 1px solid #007196;
	border-right: 1px solid #007196;
	padding: 2px;
}

div.rounded_main{
	background: transparent; 
}
.rounded_main_top, .rounded_main_bottom {
	display: block; 
	background: transparent; 
	font-size: 1px;
}
.rounded_main_b1, .rounded_main_b2, .rounded_main_b3, .rounded_main_b4 {
	display: block; 
	overflow: hidden;
}
.rounded_main_b1, .rounded_main_b2, .rounded_main_b3 {
	height: 1px;
}
.rounded_main_b2, .rounded_main_b3, .rounded_main_b4 {
	background: aliceblue; 
	border-left: 1px solid #007196;
	border-right: 1px solid #007196;
}
.rounded_main_b1 {
	margin: 0 5px; 
	background: #007196; /*#330793;*/
}
.rounded_main_b2 {
	margin: 0 3px; 
	border-width: 0 2px;
}
.rounded_main_b3 {
	margin:0 2px;
}
.rounded_main_b4 {
	height:2px; 
	margin:0 1px;
}

.rounded_main_content {
	display: block; 
	height: 100%;
	border: 0 solid #007196; 
	border-width: 0 1px;
	background: aliceblue; 
}
div.main_area{
	display: block; 
	margin-left: 10px;
	margin-right: 10px;
	background-color: aliceblue;
	color: #36516A;
}
div.main_area p, div.main_area h1, div.main_area h2{
	margin: 0px;
	padding-bottom: 10px;
}
div.main_area h1{
	padding-top: 4px;
	font-size: 1.3em;
 }
div.main_area h2{
	padding-top: 4px;
	font-size: 1.2em;
 }
 
/* -----------------------------------------
		Images
    ------------------------------------------ */
img.irenepic {
	margin-left: 20px;
	margin-top: 20px;
	border: 4px darkgray ridge;
	float: right;
}
img.dove {
	margin-top: 18px;
	margin-left: 36px;
	margin-right: 36px;
	float: left;
}
img.floatpicright {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}

img.floatpicleft {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

/* -----------------------------------------
		Page Links
    ------------------------------------------ */
p.pagelink {
	text-align: center;
	margin-bottom: 20px;
}

p.artindex_link {
	padding-left: 6em;
	margin-bottom: 20px;
}
div.book_pay_lnk {
	padding-right: 20px;
	text-align: right;
}

p.pagelink a, p.artindex_link a, div.book_pay_lnk a{
	text-decoration: none;
	font-weight: bold;
	color: #0051AA
}
p.pagelink a:hover, p.artindex_link a:hover,  div.book_pay_lnk a:hover{
    background-color: #0051AA;
	color: white;
}

/* -----------------------------------------
		PayPal Pages
    ------------------------------------------ */
table.pay{
	width: 75%;
	border-collapse: separate;
}
table.pay td{
	padding-top: 4px;
	padding-bottom: 4px;
}

  /* error forms */
.redhighlight {
	color: red;
}

.redborder {
	border: 1px solid red; 
}  

/* -----------------------------------------
		Bottom Border
    ------------------------------------------ */
div.bord_btm_txt{
	height: 31px;
	border-top: 1px solid #007196;
	border-bottom: 1px solid #007196;
	text-align: center;
}
div.bord_btm_txt_inner{
	margin-top: 4px;
}
div.bord_btm_txt_inner a{
	text-decoration: none;
	font-weight: bold;
	color: #DA3300;
}
div.bord_btm_txt_inner a:hover{
	color: white;
}

div.bord_txt_btm{
	height: 35px;
	margin-top: 2px;
	border-top: 1px solid #007196;
	text-align: center;
}

/* --------------------------------------------------- */   