@charset "iso-8859-1";
/* CSS Document */
*{
	margin: 0 ; padding: 0;
}
p {
	padding: .5em 1em;
}

h1 {
	font-size: 1.4em;
	padding: 0px 0px 5px 0px;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, fieldset legend{
	font-size: 1.0em;
	margin-bottom: -1em;
}

h6 {
	font-size: 1em;
	font-style:italic;

}
a:link, a:visited {
	color:#5d1016;
	font-weight: normal;
	text-decoration: none;
}
.hide {
	display:none;}
.photo {
	float: right;	
}
.photoleft  {
	float: left;
}
.photo, .photoleft {
	padding: 10px;
	text-align: center;
	font-size: .8em;
	color:#666666;
	font-style:italic;
}
.submenu {
	text-align:center}
.col_right {
	float: left;
	width: 49%;
	text-align: left;
}
.col_left  {
	float: left;
	width: 49%;
	text-align: left;
}
.code{ /*this is for writing examples of html code on the page */
	font-family:"Courier New", Courier, monospace;
	color:#C60;
	font-size: small;
}
.clearleft {clear:left}
.clearright{clear:right}
.clearboth {clear:both}
hr {
	border: none;
	border-top: 1px dashed #999999;
	height: 1px;
	margin: 5px 0px 5px 0px;
}
table {
	padding: .1em .3em;
}
.quote {
	color:#666666;
	font-size: .8em;
}
.right {
	float:right;
	text-align:right;}
.left {
	float:left;
	text-align:left;}
.inset 	{margin: 1em 5em;}
.centered {
	text-align:center
	}
ul.nobullet {
	list-style:none;}
