body {
	background-color: #4E4E4E;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: "Times New Roman", serif;
	font-size: 1.1em;
}
div {
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
	align: center;
}
h1 {
	font-size: 1.6em;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h2 {
 	font-size: 1.4em;
 	text-align: center;
 	margin-top: 3px;
 	margin-bottom: 2px;
}
h3 {
	font-size: 1.2em;
	padding: 2px;
	padding-bottom: 5px;
	margin: 0;
}
p {
	margin: 2px;
	padding-bottom: 3px;
}

blockquote {
	padding: 0px;
	margin: 0px;
}
img {
	margin: 2px;
}
.imgleft {
	margin: 2px;
	postion: relative;
	float: left;
}
.small {
	font-size: 10px;
}
.smaller {
	font-size: .9em;
}
.larger {
	font-size: 1.1em;
}

/* LAYOUT */
.layout {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 8px;
	border: 0px
	padding: 0;
	background-color: #4e4e4e;
	top: 2px;
}
.layoutWhoWeAre {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 8px;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url('graphics/wwa.gif');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 8px;
	width: 740px
}
.whbg {
	background-color: #FFF;
	color: #000033;
}
.dkbg { 
	background-color: #4E4E4E;
	color: #FFF;
}
.dkbgc {
	background-color: #4E4E4E;
	text-align: center;
	vertical-align: middle;
}
.dkbgcb {
	background-color: #4E4E4E;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.top {
	background-image: url(graphics/top.gif);
	background-repeat: no-repeat;
}
.middle {
	background-image: url(graphics/middle.gif);
	background-repeat: repeat-y;
}
.bottom {
	background-image: url(graphics/bottom.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	padding: 0;
	padding-bottom: 6px;
}
.top2 {
	background-image: url(graphics/top4a.gif);
	background-repeat: no-repeat;
}
.middle2 {
	background-image: url(graphics/middle4.gif);
	background-repeat: repeat-y;
}
.bottom2 {
	background-image: url(graphics/bottom4.gif);
	background-repeat: no-repeat;
}
.content {
margin-left: 60px;
margin-right: 60px;
}
.contentW {
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 65px;
	padding-right: 65px;
	text-align: left;
}

.contentL {
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
	padding-right: 40px;
	text-align: left;
	margin-left: 10px;
	margin-right: 30px;
	font-size: .9em;
}
.footerlinks {
	font-size: .8em;
	font-weight: bold;
}
.green {color: #B8D578; }

.redem { 
	font: .9em bolder italic .9em Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color:#CC3333;
}

/* LINK VALUES  */
link {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration:none;
}
.redem a:link { 
	font: .9em bolder italic .9em Geneva, Arial, Helvetica, sans-serif;
	color:#CC3333;
	font-style: italic;
	font-weight: bolder;
	text-decoration:none;
}
.redem a:visited { 
	font: .9em bolder italic .9em Geneva, Arial, Helvetica, sans-serif;
	color:#CC3333;
	font-style: italic;
	font-weight: bolder;
	text-decoration:none;
}
.redem a:hover { 
	font: .9em bolder italic .9em Geneva, Arial, Helvetica, sans-serif;
	color:#CC3333;
	font-style: italic;
	font-weight: bolder;
	text-decoration:underline;
	font-weight: bolder;
}
.redem a:active { 
	font: .9em bolder italic .9em Geneva, Arial, Helvetica, sans-serif;
	color:#CC3333;
	font-style: italic;
	font-weight: bolder;
	text-decoration:none;
}

/* TOP NAV LAYOUT 
	note: this will affect all unordered list items
*/
/*
.submenu {
	color: #B8D578;
	font-size: .8em;
}
ul .list {
	list-style-type: disc;
	list-style-position: outside;
}
li .list {
	list-style-type: circle;
	list-style-position: outside;
}
ul {
	list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 138px
	visibility: 20;
	font-size: 12px;
; 	font-family: Arial, Helvetica, sans-serif;
}
.numberstyle { 
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
}

#nav {
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	margin-left: 75px; 
	padding-bottom: 3px;
}
#nav a {
	color: #FFF;
}
#nav a {
	text-decoration: none;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #4E4E4E;
}
#nav li li a:hover {
	/*padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px; */
	background-color: #CCC;
	color: #000;
}


li {
	float: left;
	position: relative;
	text-align: center;
	/*background-color: #4E4E4E; */
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	/* padding-bottom: 2px; */
	padding-left: 10px;
	padding-bottom: 4px;
	/* margin-bottom: 10px;
	margin-bottom: -2px;  */
	}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	background-color: #4E4E4E;
	padding-left: 2px;
	margin: -4px;
	width: 100px;
	border-right:  solid #CCC 2px;
	border-left: solid #CCC 2px;
	text-align: left;
	font-size:10px;
	visibility: 10;
}
li li#first {
	border-right:  solid #CCC 2px;
	border-left: solid #CCC 2px;
	border-top: solid #CCC 2px;
	}
li li#last {
	border-right:  solid #CCC 2px;
	border-left: solid #CCC 2px;
	border-bottom: solid #CCC 2px;
	}

li:hover ul, li.over ul {
	display: block;
}
*/
.travel {
	background-image: url(graphics/roadimage5.jpg);
 	background-repeat: no-repeat;
	/*width:720px;
	position: relative;*/
	margin: 0px;
	padding: 0px;
}