body {
	background-color: #EFEDEA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

input, textarea, select {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
}


a:link {
	color: #B7603A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B7603A;
}
a:hover {
	text-decoration: underline;
	color: #B7603A;
}
a:active {
	text-decoration: none;
	color: #B7603A;
}
h1 {
	font-size: 18px;
	color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 12px;
	color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	font-size: 10px;
	color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Main layout styles */
#main {
	text-align: center;
}
#navigation {
	width:770px; 
	height:98px;
}
#splash {
	width:770px;
	height:161px;
}
#article {
	width:770px;
	height:556px; 
	text-align: left;
	background-color: #FFFFFF;
}
#left_col {
	float: left;
	width:135px;
	top: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 10px;
	padding: 0px;
	height: 520px;
}
#middle_col {
	width:310px;
	left: 147px;
	top: 0px;
	float: left;
	text-align: justify;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
#right_wide {
	float: right;
	width:230px;
	left: 511px;
	top: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 0px;
}
#right_narrow {
	float: right;
	width:190px;
	left: 511px;
	top: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 0px;
}

#footer {
	width:770px;
	text-align: right;
	vertical-align:bottom;
	float:right; 	
	background-color: #D1D1D1;
	font-size: 10px;
	color: #666666;
}
p {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.right {
	margin-right: 10px;
}


/* Navigation location Links */
p.location {
	font-size: 10px;
	color: #999999;
}
a.location:link {
	color: #999999;
	text-decoration: none;
}
a.location:visited {
	text-decoration: none;
	color: #999999;
}
a.location:hover {
	text-decoration: underline;
	color: #999999;
}
a.location:active {
	text-decoration: none;
	color: #999999;
}

div.tour {
	font-size:10px; 
	margin-left:14px;
}ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin-left: 3em;
}

