body {
	background:#ffffff;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
}

p {
	text-indent: 20px;
}

hr {
    margin: 0 50;;  
}

#container {
	margin: auto;
	width: 800px;
}

#header-left { 
	float: left;
}

#header-right { 
	float: right;
}

.address {
	text-align: center;
	border: 0;
}	

.phonenumber {
	color: #339900;
	font-weight: bold;
}

#base {
	background: url(Images/bg.jpg) repeat-y;
	clear: both;
}

.basebox { background: url(./images/bg.jpg) repeat-y; clear: both;}
.basetop div { background: url(./images/tl.png) no-repeat top left; }
.basetop { background: url(./images/tr.png) no-repeat top right; }
.basebot div { background: url(./images/bl.png) no-repeat bottom left; }
.basebot { background: url(./images/br.png) no-repeat bottom right; }
.basetop div, .basetop, .basebot div, .basebot { width: 100%; height: 7px; font-size: 1px; }
.basecontent { margin: 0 7px;}
	
#leftcol {
	float: left;
	width: 125px;
}
	
#nav {
	font-size:1.05em;
	list-style-type: none;
	padding: 10px 0px;
	margin: 0;
}		

#nav>li {
	padding: 5px;
}

.navlink {
	text-transform: uppercase;
	color: #FFFF33;
	font-weight:bold;
	text-decoration:none;
}

.navlink:hover {
	color: #339900;
}

#rightcol {
	width: 600px;
	float: right;
	margin-right: 50px;
}

#welcome {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	color: #ffffff;
	padding: 10px 0px;
}

#content {
	background-color: #ffffff;
	color: #000000;
	padding: 10px;
}

.contentheading {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
	
.floatright {
	float: right;
	padding: 2px;
	margin-top: 20px;
}	

#footer {
	clear: both;
	font-size: .60em;
	font-style: italic;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

dt {
	margin-top: 5px;
	font-weight:bold;
	color: #0066cc;
}

.caption {
	color: #0066cc;
	font-size: .7em;	
}		

.photo {
	text-align: center;

}
