@charset "UTF-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #042853;
	background-image: url(../images/pattern5.jpg);
	background-position: top center;
	background-repeat: repeat;
}
table#container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#PGH-BGleft {
	width:25px;
	background-image:url(../images/Potomac-BGleftt3.png);
	background-position: top right;
	background-repeat:repeat-y;
}
#PGH-BGright {
	width:25px;
	background-image:url(../images/Potomac-BGright3.png);
	background-position: top left;
	background-repeat:repeat-y;
}
#titleBar {
	width:800px;
	height:80px;
	background-color:#2B537D;
}
#mainContent {
	width:800px;
	background-color:#FFF;
}
#mainCol1 {
	width:180px;
	background-color:#3a699b;
}
#mainCol2 {
	width:620px;
}
#textContainer {
	width:530px;
	margin-left:35px;
	margin-bottom:35px;
}
#VTcontainer {
	margin-left:-25px;
}
#footer {
	width:530px;
	margin-left:35px;
	margin-bottom:25px;
	text-align:center;
	font-size:9px;
}
.navSpacer {
	width:180px;
	height:20px;
}
.tourButn {
	margin-top:30px;
	margin-left:18px;
}
.leftQuote {
	width:140px;
	margin-top:40px;
	margin-left:25px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
}
/* Text */

h1 {
	font-size:16px;
	font-weight:bold;
	color:#369;
	margin:5px 0 10px 0;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#097383;
	margin:20px 0 3px 0;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#369;
	margin:5px 0 10px 0;
}
.credits {
	font-size:9px;
}
.center {
	text-align:center;
}

/* Links */

a:link {
	color:#369;
}
a:visited {
	color:#3a699b;
}
a:hover {
	color:#042853;
}
a:active {
	color:#3a699b;
}
a.navbutn:link, a.navbutn:visited, a.navbutn:active {
	display:block;
	width: 155px;
	height: 20px;
	padding: 8px 0 0 25px;
	color: #FFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -.05em;
}
a.navbutn:hover {
	display:block;
	width: 155px;
	height: 20px;
	padding: 8px 0 0 25px;
	color: #FFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	background-color:#042853;
}
