body {
	margin: 20px 0 20px 0;
	background-color: #00698C;
	color: #333;
	font: 11px
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	}

#hdr {
     width: 712px;
     margin-left: auto;
 	 margin-right: auto;
	 /*border-top: solid #RED 1px;
	 border-right: solid #RED 1px;
	 border-bottom: none;
	 border-left: solid #RED 1px;*/
	 background-color: transparent;
	 color: #RED;
	 text-align: right;
     }

#nav {
     width: 682px;
     margin-left: auto;
 	 margin-right: auto;
	 padding: 0 0 2px 20px;
	 text-align: left;
	 /*background: url(/img/aqua.gif);*/
     background-color: #999999;
	 color: #fff;
     } 

#contain {
     width: 698px;
     margin-left: auto;
 	 margin-right: auto;
	 padding: 0;
	 border-top: none;
	 border-right: solid #999999 2px;
	 border-bottom: solid #999999 2px;
	 border-left: solid #999999 2px;
	 text-align: left;
	 background-color: #fff;
	 color: #333;
     }	 

#lh-col {
	width: 140px;
	float: left;
	padding: 15px 10px 10px 15px;
    margin: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #EEEEEE;
    /*border: solid #009;
    border-width: 0 0 0 1px; */
    }
		
#rh-col {
	margin-left: 190px;
	padding: 1px 15px 10px 0px;
	/* background: transparent; */
    }
		
#date {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	background: transparent;
	font: 11px Verdana, Arial, sans-serif;
	color: #666;
	background-color: transparent;
    }	
		
		
	}
.rightbox {
	float: right;
	border-left: 2px solid #fff;	
}

.leftbox {
	float: left;
	border-left: 2px solid #fff;	
}


.leftgallery {
	float: left;
	border-left: 10px solid #fff;
	width: 145px	
	}

.centergallery {
	margin-left: 170px;
	padding: 1px 15px 10px 0px;
}

.rightgallery {
	margin-left: 250px;
	padding: 1px 15px 10px 0px;
}
.centerbox {
	float: center;
	border-left: 2px solid #fff;	
}
		
.box {
	 border: solid #ccc 1px;
	 background-color: #eee;
	 color: #333;
     }	
	 
p 	{
	font: 11px/22px Verdana, Arial, sans-serif;
	/*font: 12px/22px Verdana, Lucida, Arial, sans-serif;*/
	color: #999999;
	background-color: transparent;
	} 
	
td 	{
	font: 11px Verdana, Arial, sans-serif;
	color: #630;
	} 
	
.text 	{
	font: 11px;
	color: #630;
	background-color: transparent;
	} 
	
.white 	{
	color: #fff;
	background-color: transparent;
	} 
	
.blue   {
	color: #009;
	background-color: transparent;
	}
	
.nav {
	font: 11px Verdana, Arial, sans-serif;  
	color: #630;
	background-color: transparent;
	} 
		
/* item title */
h3.item {
	font-size: 12px;
	margin: 0px;
	margin-top: 10px;
}

.itembody {	
	margin-top: 5px;	
	margin-bottom: 5px;
	font: 11px Verdana, Arial, sans-serif;  
}

.iteminfo {	
	font-size: x-small;
	color: gray;
}

.iteminfo a {
	font-weight: bolder;
	color: #555;
	text-decoration: none;



}



h4.contents {
	background-color: whitesmoke;
	border: 1px solid #ccc;

	padding: 5px; 
	
	font-size: small;
	color: gray;
	margin-bottom: 5px;
}

/*
	Definitions of how comments listings look like on item pages
	- h3.comment contains the name of the comment author
	- .commentbody contains the text from the comment
	- .commentinfo contains the time of commenting
*/

/* comment title */
h3.comment {
	font-size: medium;
	margin-bottom: 10px;
}

.commentbody {
	text-align: justify;
}

.commentinfo {	
	font-size: x-small;
	color: gray;
}


/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
	
	both boxes have slightly larger text, and take a maximum of 20% of 
	the width of the contents.
*/

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #fff;	
}
.rightbox {
	float: right;
	width: 30%;
	border-left: 2px solid #fff	;	
}

a:link, a:active, a:visited  {
	color: #630;
	text-decoration: none;
	background-color: transparent;
	}

a:hover { 
	text-decoration:underline;
	background-color: transparent;
	}
	
a.nav:link, a.nav:active, a.nav:visited {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	}

a.nav:hover { 
	text-decoration:underline;
	background-color: transparent;
	}

.head {
	font: 20px Verdana, Lucida, Arial, sans-serif;
	color: #630;
	background-color: transparent;
	}
	
.titlehead {
	font: 20px Verdana, Lucida, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	}

.small {
	font-size: 10px;
	color: #630;
	background-color: transparent;
	}
	
.date {
	font: 12px;
	color: #c96;
	font-weight: bold;
	background-color: transparent;
	}
	
a.head:link, a.head:active, a.head:visited 
	{ 
	color: #009;
	text-decoration: none;
	background-color: transparent;
	}

a.head:hover { 
	text-decoration: underline;
	background-color: transparent;
	}
	
.form {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	color: #333;
	background-color: #eee;
	}

img {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	}
	
.breakout {
	float: right;
	width: 150px;
	margin-top: 25px;
	margin-left: 5px;
	padding: 4px;
	background-color: #F6FCEC;
	text-align: center;
	vertical-align: top;
	border: 1px solid #333;
	}
	
