/* Main Structure */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #fff;
	background-image:  url(../tour/main_back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	}
p {
	margin: 0px;
	padding: 0px;
	}
	
#maincontainer {
	width: 665px;
	height: auto;
	margin: auto;
	padding-top: 40px;
	text-align: center;
	}
#maincontainer2 {
	width: 665px;
	height: auto;
	margin: auto;
	padding-top: 50px;
	text-align: center;
	}
	
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
table {
	padding: 0px;
	margin: 0px;
	}
	
.bodytext {
	font-family: arial;
	font-size: 11px;
	color: #003366;
	}
.bodytext a:link {
	color: #0356aa;
	font-weight: bold;
	text-decoration: none;
	}
.bodytext a:hover {
	color: #0356aa;
	font-weight: bold;
	text-decoration: none;
	}
.bodytext a:visited {
	text-decoration: none;
	font-weight: bold;
	}

.titles {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #0356aa;
	}	

	
/* FORM */	

form {
	padding: 0px;
	margin: 0px;
	}
	
input.form {
	background-color: #66ccff; 
	width: 130; 
	height: 20;
	border: 1px solid #000; 
	font-size: 10px; 
	color: #fff;
	}
.formfield {
	background-color: #fff;
	border: 1px solid #000;
	color: #000033;
	}
	

/* Copyright info */

.copyright {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 11px;
	color: #003366;
	}
	
.copyright a:link {
	color: #0356aa;
	font-weight: bold;
	text-decoration: none;
	}
.copyright a:hover {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	}
.copyright a:visited {
	text-decoration: none;
	font-weight: bold;
	}
	
/* Other Containers */

.bodycontainer {
	width: 664px;
	padding: 7px;
	margin: 0px;
	background-color: #fff;
	background-image:  url(../tour/body_back.jpg);
	background-repeat: no-repeat;
	text-align: left;
	}
.newsholder {
	width: 200px;
    height: 350px;
	padding: 0px;
	margin: 0px;
    overflow: auto;
	SCROLLBAR-FACE-COLOR: #fff;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff;
	SCROLLBAR-SHADOW-COLOR: #fff;
	SCROLLBAR-3DLIGHT-COLOR: #fff;
	SCROLLBAR-ARROW-COLOR:  #77c9f2;
	SCROLLBAR-TRACK-COLOR: #6699cc;
	SCROLLBAR-DARKSHADOW-COLOR: #fff;
	}
.bioholder {
	width: 448px;
    height: 125px;
	padding: 0px;
	margin: 0px;
    overflow: auto;
	SCROLLBAR-FACE-COLOR: #fff;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff;
	SCROLLBAR-SHADOW-COLOR: #fff;
	SCROLLBAR-3DLIGHT-COLOR: #fff;
	SCROLLBAR-ARROW-COLOR:  #77c9f2;
	SCROLLBAR-TRACK-COLOR: #6699cc;
	SCROLLBAR-DARKSHADOW-COLOR: #fff;
	}
.resumeholder {
	width: 448px;
    height: 250px;
	padding: 0px;
	margin: 0px;
    overflow: auto;
	SCROLLBAR-FACE-COLOR: #fff;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff;
	SCROLLBAR-SHADOW-COLOR: #fff;
	SCROLLBAR-3DLIGHT-COLOR: #fff;
	SCROLLBAR-ARROW-COLOR:  #77c9f2;
	SCROLLBAR-TRACK-COLOR: #6699cc;
	SCROLLBAR-DARKSHADOW-COLOR: #fff;
	}
.photosback {
	width: 315px;
	height: 452px;
	padding-top: 36px;
	margin: 0px;
	background-color: #fff;
	background-image:  url(../tour/photo_back.jpg);
	background-repeat: no-repeat;
	}
.photoupdates {
	width: 312px;
    height: 400px;
	padding: 0px;
	margin: 0px;
    overflow: auto;
	SCROLLBAR-FACE-COLOR: #fff;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff;
	SCROLLBAR-SHADOW-COLOR: #fff;
	SCROLLBAR-3DLIGHT-COLOR: #fff;
	SCROLLBAR-ARROW-COLOR:  #77c9f2;
	SCROLLBAR-TRACK-COLOR: #6699cc;
	SCROLLBAR-DARKSHADOW-COLOR: #fff;
	}
.videosback {
	width: 260px;
	height: 482px;
	padding-top: 36px;
	margin: 0px;
	background-color: #fff;
	background-image:  url(../tour/video_back.jpg);
	background-repeat: no-repeat;
	}
.videoupdates {
	width: 258px;
    height: 400px;
	padding: 0px;
	margin: 0px;
    overflow: auto;
	SCROLLBAR-FACE-COLOR: #fff;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff;
	SCROLLBAR-SHADOW-COLOR: #fff;
	SCROLLBAR-3DLIGHT-COLOR: #fff;
	SCROLLBAR-ARROW-COLOR:  #77c9f2;
	SCROLLBAR-TRACK-COLOR: #6699cc;
	SCROLLBAR-DARKSHADOW-COLOR: #fff;
	}
.storethb {
	border: 1px solid #000033;
	}