/*--------- text formatting, etc. -------- */
.spacer {
	height:6px;
	display:block;
	}
	
.spacer2x {
	height:12px;
	display:block;
	}
	
.spacer3x {
	height:18px;
	display:block;
	}

a:link, a:visited, a:active {
	text-decoration : underline;
	color: #405A88;
	}

a:hover {
	text-decoration : none;
	color: #FFFFFF;
	background: #799CBD;
	}

h2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #47541A;
	line-height: 28px;
	margin-bottom: -5px;
	}

.solo {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	}

p {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	}
	
.fine {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
	}
	
.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	line-height: 14px;
	padding-bottom: 21px;
	text-align: right;
	border-bottom: 1px dotted #cccc99;
	}
	
h1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #47541A;
	line-height: 22px;
	padding-top: 20px;
	border-bottom: 1px dotted #cccc99;
	}
	
.lefttxt, .credit {
 	 font-family: arial, helvetica, sans-serif;
 	 font-size: 11px;
 	 font-weight : normal; 
 	 line-height: 16px;
 	 color: #333333;
	}
	
.credit {
	text-align: right;
	padding-bottom: 25px;
	}
	
.emphasis {
	font-family: arial, helvetica, sans-serif;
 	font-size: 11px;
 	font-weight : normal; 
 	line-height: 16px;
	color: #666633;
	}
	
.narra {
	color: #666666;
	z-index: 1;
	margin-top: -340px;
	}
	
ul.disc {
	list-style-type: disc;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	}
	
/*------- border -------*/

.image_frame {
	height: auto;
	width: auto;
	padding: 9px;
	margin-bottom: 15px;
	margin-top: 10px;
	border: 1px dotted #cccc99;
	}
	
.paypal {
	height: auto;
	width: 185px;
	padding: 9px;
	margin: 0 0 15px 20px;
	border: 1px dotted #cccc99;
	background-color:#addcc2;
	float:right;
	}
	
.paypal_journal {
	height: auto;
	width: 250px;
	padding: 9px;
	margin: 0 0 15px 20px;
	border: 1px dotted #cccc99;
	background-color:#addcc2;
	float:right;
	}
	
.copy_frame {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	height: auto;
	width: auto;
	padding: 9px;
	margin-bottom: 15px;
	margin-top: 10px;
	border: 1px solid #addcc2;
	background-color:#cdf5df;
	}

/*------- positioning -------*/

body {
	min-width: 750px;
	margin-top: -10px; 
	}

#container {
	margin-left: -375px;
	position: absolute;
	left: 50%;
	width: 750px;
	z-index: 0;
	}
		
#container .column {
	position: relative;
	float: left;
	}

#leftcredit {
	width: 175px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	}

#rightcredit {
	width: 475px;
	margin-right: -100%;
	padding-left: 25px;
	padding-right: 25px;
	}

#leftcolumn {
	width: 175px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 120px;
	}
		
#rightcolumn {
	width: 475px;
	margin-right: -100%;
	padding-left: 25px;
	padding-right: 25px;
	}
		
#footer {
	clear: both;
	}
	
.index {
	clear: both;
	height: auto;
	width: 160px;
	padding: 9px;
	margin-bottom: 8px;
	border: 1px dotted #cccc99;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	line-height: 14px;
	}
		
/*** IE Fix ***/
* html #left {
	left: 485px;              /* RC fullwidth */
	}

/*------- navigation menu -------*/

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px dotted #cccc99;
	padding-bottom: 10px;
	padding-top: 41px;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
	} 
	
#nav {
	width: 180px;
	margin-left: 34px;
	margin-top: -20px;
	position: absolute;
	z-index: 1;
	}
	
#nav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#nav li a:link, #nav li a:visited {
	color: #a4a403;
	display: block;
	background:  url(../images/menu_over.jpg);
	padding: 8px 0 0 15px;
	}
	
#nav li a:hover {
	color: #fff;
	background:  url(../images/menu_over.jpg) 0 -32px;
	padding: 8px 0 0 15px;
	}

