@charset "utf-8";
/* CSS Document */

body{
	background-image: url(img/structure/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	bottom: 0px;
	margin-top: 25px;
}

img, div {
	behavior: url(iepngfix.htc);
	clear: right;
}


.normText{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: large;
	color: #000;
	line-height: 1.5;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 10px;
}

.normTextSmaller{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: medium;
	color: #000;
	line-height: 1.5;
	margin-top: 10px;
	margin-right: 15px;
}

.normTextBigger{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: x-large;
	color: #000;
	margin-right: 15px;
}

.hugeText{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: xx-large;
	color: #000;
	margin-right: 15px;
	margin-left: 7px;
}

.italicText{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: medium;
	color: #000;
	font-style: italic;
	margin-right: 20px;
	margin-left: 10px;
}

.capTEXT{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: 14px;
	font-variant: small-caps;
	color: #000;
	line-height: 1.5;
	letter-spacing: 3px;
}

.locationText{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: 24px;
	color: #000;
	line-height: 1.5;
}

/*  IMAGES  */
.thumbs{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
}

.photos{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

/*DIV*/
#topONE{
	border: none;
	width: 1125px;
	overflow: hidden;
	text-align:center;
	vertical-align:middle;
}
#topTWO{
	clear: both;
	border: none;
	width: 1125px;
}

#middle{
	width: 1125px;
}

#middle2{
	width: 1000px;
}

.menu{
	background-image: url(img/structure/menuBG.gif);
	background-repeat: repeat;
	width: 1125px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}

.foot{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
}

#container{
	position: relative;
	width: 1068px;
	left: 27px;
	margin-bottom: 10px;
	margin-top: 5px;
	z-index: 0;
	height: 420px;
}

.left{
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

.mid{
	float: left;
	margin-right: 20px;
	margin-left: 20px
}

.right{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}


/*ACTIVE LINKS*/
.activeNav{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: 13pt;
	font-variant: small-caps;
	color: #fff;
	text-decoration: none;
	margin-left: 14px;
	margin-right: 14px;
}


/*  LINKS  */
a.navLINK:link{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: 13pt;
	font-variant: small-caps;
	color: #000;
	text-decoration: none;
	margin-left: 14px;
	margin-right: 14px;
}


a.navLINK:visited{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: 13pt;
	font-variant: small-caps;
	color: #000;
	text-decoration: none;
	margin-left: 14px;
	margin-right: 14px;
}

a.navLINK:hover{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: 13pt;
	font-variant: small-caps;
	color: #FFF;
	text-decoration: none;
	margin-left: 14px;
	margin-right: 14px;
}


.activeReg{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: 13pt;
	color: #fff;
	text-decoration: none;
	vertical-align: bottom;
}


a.regLINK:link{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: 13pt;
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
}


a.regLINK:visited{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: 13pt;
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
}

a.regLINK:hover{
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman";
	font-size: 13pt;
	color: #FFF;
	text-decoration: none;
	vertical-align: bottom;
}
