﻿body {
}
 
 /* CSS layout */

#wrapper {
width: 1024px; 
background-color:white;
}

#masthead {
width: 1024px;
margin-bottom:5px;
}

#container {
	width:1024px;
	margin-top:5px
}

#left {
	float:left;
	width:160px;
	height:650px;
	padding:4px;
	background-color:#eee;
	text-align:left
	
}

#right {
	float:right;
	width:120px;
	height:350px;
	padding:4px;
	background-color: #eee;
	
}

#page_content {
    margin-left:180px;
    margin-right:140px;
    width: 700px;

}

#footer {
	clear:both;
	background-color:#ddd;
	height:80px;
	text-align:center;
	padding:6px;	
}

  /* Typography */
a:link
{
	color: rgb(102,0,0);	
	 
}
a:visited
{
	color: rgb(0,0,102); 
} 
a:active 
{
	color: rgb(102,153,255);
}
a:hover 
{
	background-color: #ccc;
}

p 
{	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;	
	color:black;

}

h1, h2, h3, h4, h5, h6, h7

{
	font-family:Arial, Helvetica, sans-serif
}
h1
{
	color:rgb(0,0,102);
	font-size:x-large; 
	}
h2
{
	color:rgb(102,51,0); 
	font-size:large;
}
h3
{
	color:rgb(102,51,51); 
	font-size:medium;

}
h4
{
	color:rgb(0,0,102);
	font-size:small;
}
h5
{
	color:rgb(0,0,102);
	font-size:medium;
	text-align:left;
}
h6
{
	font-size:small;
	color:rgb(102,0,0);
}
h7
{
	color:rgb(0,0,102);
	font-size:small;
	text-align:center
}



.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	text-align:left;
}

.GrayTrips
{
	font-family:Arial, Helvetica, sans-serif;
	color: rgb(153,153,153);
	font-size: small;
	text-align:right;
	font-weight:bold;
}

.TableHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	text-align:left;
}

.TableBackground {
	background-color: #DDDDDD;
}

.TableText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
}

.PageContents {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
}

.bullet1 {
	list-style-type:circle;
	list-style-image:none;
	list-style-position:outside;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	font-weight:normal;
}

.CopyrightNotice {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
}

.NotBold {
	
	font-weight:normal;
}

