body {
	margin: 30px 10px 0 10px;
	background-color: #6b7b4d;/* #999900; */
	font-size: 84%;
}

h1 {
	font-size: 1.2em;
	color: #637247;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

h2 {
	color: #637247;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

.announce {
	border: 1px solid #637247;
	padding: 8px;
	margin: 10px 0 10px 0;
	background-color: #FFFFC3;
}

table.container {
	border: 1px black solid;
	padding: 0px;
	width:100%;
}


td.front {
	background: url(images/ciaobella.gif) no-repeat;
	background-position: 0 210px;
	height: 600px;
}

table.outer {
	border: 1px black solid;
	background-color: white;
	width:760px;
	padding: 8px;
}

td.leftnav{
	background-color: #FFFFC3;
	padding: 0px;
	text-align:center;
	width: 230px;
	margin: 0px;
}

p.pagetitle {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

p.contact-info {
	margin-top: 20px;
}

#content {
	background-color: transparent;
	margin: 0px 20px 6px 30px;
}

.photoWithCaption {
	display: block;
	float: right;
	width: 180px;
}

img.thumb { 
	/*border: 1px solid black; */
	margin: 8px 0px 0px 8px;
}

div.photoWithCaption p {
	font-size: .8em;
	text-align: center;
	padding-top: 0px;
	margin-top: 2px;
}

p, td {
	color: Black;
	line-height: 130%;
	font-size: 95%;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 6px;
	margin-top: 0px;
}

#copyright {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:80%;
	color: black;
}

#copyright a:hover {
	color: #000000;
}

#fineprint {
	text-align: center;
	margin: 10px 10px 10px 0;
	font-size:.8em;
	color: black;
}

#textnav {
	font-size: 80%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px; /*10px; */
}

p.emphasize {
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	color: #637247;
	margin: 10px;
}

ul {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	margin-left: 20px;
	margin-top: 0px;
}

li {
	padding-left: 8px;
	color: #637247;
}

li.black {
	padding-left: 8px;
	color: #000000;
}

.regmark {
	font-size: 80%;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #7B7B00;
	text-decoration: underline;
}

/* Contact Form */

input.submit {
    background-color: #6b7b4d;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
}

.textbox {
	background : #FFFFDD;
	font-size : 12px;
	border: 1px solid #637247;
}

.errormsg {
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
}

.required {
	font-weight: bold;
	color: #ff0000;
	font-size: 1em;
}

p.smallprint {
font-size: .8em;
}

form.contact {
padding-top: 10px;
}

img.verification {
	border: 1px solid #637247;
	margin: 10px 0px 10px 0;
}

td.formlabel {
	color : #637247;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	font-size: .8em;
	vertical-align:top;
}