body
{
	margin: 0;
	background-color: #CCC;
}

#frame
{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 600px;
	padding: 0px;
	background: #FFF;
}

#picframe
{
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 400px;
	padding: 0px;
	background: #FFF;
}

#header
{
	overflow: hidden;
	height: 106px;
	margin:0px;
}

#navlayer { top: 0px; }

#picturerow
{
	min-height: 100px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
} 

#textcol
{
	width: 430px;
	float: left;
}

.picturecol
{
	width: 270px;
	padding-top: 10px;
	padding-bottom: 20px;
 	float:right;
}

#footer
{
	height: 34px;
	width: 700px;
	float: none;
	display: inline;
}

.grayborder { border: #333 solid 1px; 
margin:0px;}

.quote
{
	font-style: italic;
	font-weight: bold;
	margin-top: 12px;
}

.quotee
{
	text-align: right;
	font-size: 11px;
}

.nav
{
	font-size: 14px;
	padding: 2px;
	font-family: Georgia, Times New Roman, serif;
	line-height: 2em;
}

a.nav:link
{
	text-decoration: none;
	color: #330;
}

a.nav:visited
{
	text-decoration: none;
	color: #330;
}

a.nav:hover
{
	text-decoration: none;
	background-color: #E4E8A2;
	color: #000;
}

.photorule
{
	background-color: #EFF4C6;
	background-image: url(assets/dottedline.gif);
	background-repeat: repeat-x;
	width: 460px;
	height: 4px;
}

.footertext
{
	color: #333;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, sans serif;
	text-indent: 0px;
	margin: 6px 0px 6px 30px;
}

.callouttext
{
	color: #660;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans serif;
	background-color: #EFF4C6;
	margin: 0px;
	padding: 6px;
	vertical-align: middle;
	text-align: left;
	line-height: 1.3em;
	text-indent: 0px;
}

.address
{
	font-size: 11px;
	font-family: Georgia, Times New Roman, serif;
	color: #333;
	line-height: 1.2em;
	margin-top: 6px;
	margin-left: 2px;
	margin-bottom: 8px;
	text-indent: 0px;
	text-align: left;
}

.rule
{
	background-image: url(assets/dottedline.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 3px;
	overflow: hidden;
	margin:0px;
	padding:0px;
}

p
{
	font-family: Georgia, Times New Roman, serif;
	margin: 0px 6px 10px 30px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	text-align: justify;
}

h1
{
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px;
	margin: 20px 0px 10px 27px;
	color: #933;
	font-style: italic;
	font-weight: normal;
}

h2
{
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	margin: 16px 6px 6px 30px;
	color: #000;
	font-weight: bold;
}

li
{
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	margin: 0px 6px 6px 16px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(assets/bulletpt.gif);
	line-height: 1.5em;
	text-align: justify;
}

.nodec { text-align: right; }

a:hover
{
	text-decoration: none;
	background-color: #E4E8A2;
	color: #000;
}

a:link
{
	text-decoration: underline;
	color: #933;
}

a:visited
{
	text-decoration: underline;
	color: #666;
}

a.image:hover { background-color: #FFF; }

a.nodec:hover
{
	text-decoration: none;
	color: #333;
}

a.nodec:link
{
	text-decoration: none;
	color: #333;
}

a.nodec:visited 
{
	text-decoration: none;
	color: #333;
}