/* CSS Document */
body
{
text-align: center;
}

#pageBox{
	/*left:50%;*/
	width:925px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#welcomeHeader{
	margin-bottom:-4px;
	padding:0px;
	width:100%;
}

#afaHeader{
	margin:0px;
	width:917px;
	padding:0px;
	height:150px;
	background-color:#000032;
	border-bottom:thin solid #0099FF;
	border-right:#fece07 4px solid;
	border-left:#fece07 4px solid;	
}

#linkBar{
	margin:0px;
	width:917px;
	border-right:#fece07 4px solid;
	border-left:#fece07 4px solid;	
/*	background-image:url(../images/ropecopy2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
*/
	background-color:#000032;
	border-bottom:medium solid #0099FF;
	text-align:center;
}

/*
#linkBar ul{
	list-style-type:none;
	margin:0px;
	padding:0px;	
	text-align:center;
}

#linkBar ul li{
	color:white;
	vertical-align:middle;
	display:inline;
	margin-right:15px;
}
*/
#bottomBox{
	height:37px;
	background-image:url(../images/bottomcurve.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	clear:both;
}

a.whitelinks:link{
	color:white;
	font-size:18px;
}
a.whitelinks:visited{
	color:white;
	font-size:18px;
}
a.whitelinks:hover{
	color:#FFFF00;
	font-size:18px;
}
#pageMain{
	margin:0px;
	width:917px;
	border-right:#fece07 4px solid;
	border-left:#fece07 4px solid;	
	padding-bottom:20px;
}

.centeredText{
	text-align:center;
}

.boldText{
	font-weight:bold;
	font-size:24px;
}

div.tourContent,td.tourContent{
	background-color:white;
}
#tourContentLeft{
	padding-left:5px;
	padding-right:5px;
	margin-top:0;
	padding-top:0;
}
#tourContentRight{
	padding-left:5px;
	padding-right:5px;
	margin-top:0;
	padding-top:0;
}
div.tourFooter{
	/*background-color:#FFD200;*/
	background-color:#000032;
	text-align:center;
	color:white;
}
table.centeredTable{
	text-align:left;
	margin:0 auto;
}
.tourHeader1{
	text-align:center;
	color:darkblue;
	font-weight:bold;
	font-size:x-large;
}
.tourHeader2{
	text-align:center;
	font-size:larger;
	font-weight:bold;
}
img.repeatingPicture{
border:medium double black;
}
.tourFormBold{
	color:#FFD200;
}