body {
	background-color:white;
	font-family: arial;
	font-size:10pt;
	color: black;
}

.homeURL {
	border: 1px solid black;
	margin-bottom: 20px;
}

.adminContent {
	border: 1px dotted #ED171F;
	padding: 5px;
	margin-top:5px;
}

#body {
	position: relative;
	width:769px;
	border: 1px solid #ED171F;
	margin:10px;
}

#nagaBanner {
	width:769px;
}

#pageBanner {
	position:absolute;;
	top:96px;
	left:0px;
	width:769px;
	height:34px;
}

#page {
	position:relative;
	width:769px;
	height: 525px;
	display:table-row;
}

#pageBody {
	position: absolute;
	right:0px;
	top:130px;
	width: 602px;
	height: 488px;
	text-align: left;
}

#navigation {
	position:absolute;
	top:134px;
	left:0px;
	display:table-cell;
}

#navigation img {
	border:none;
}

#navigationContent {
	margin-top:20px;
	height: 400px;
	width:166px;
	border-right: 1px solid #808285;
}

#content {
	text-align: left;
	padding: 10px;
	padding-top: 20px;
}

#addressBar {
	position: relative;
	left:100px;
	width:704px;
	font-size: 10pt;
	font-family: arial;
}
#sideGraphics {
	text-align: right;
	padding: 0px;
}

#phone {
	display: table-cell;
	text-align: left;
	width: 200px;
}

#email {
	width: 200px;
	text-align: center;
	display: table-cell;
}

#address {
	width: 250px;
	text-align: right;
	display: table-cell;
}
#bestOfBay {
	position: absolute;
	left:0px;
	bottom: 0px;
}

#xolaraPlug {
	font-size:8pt;
	font-family:arial;
	width: 769px;
	text-align:right;
	margin: 10px;
}

#xolaraPlug a, #xolaraPlug a:visited {
	text-decoration:none;
	color: black;
}

#xolaraPlug a:hover, #xolaraPlug a:active {
	text-decoration:underline;
	color: red;
}

.redHighlight {
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #990000;
}

.blackHighlight {
	font-weight: bold;
	color: black;
}

a, a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #666666;
	text-decoration: underline;
	background-color: #f6f6f6;
}

a img {
	border: none;
}

.none {
	text-decoration: none;
}

.calendar {
}
.calendarBlue {
	color: #3A3AD5;
}
.calendarOrange {
	color: #D76827;
}
.calendarGreen {
	color: #008748;
}
.dayHeader {
	color: red;
	text-align: center;
	font-size: 8pt;
	width:75px;
	border: 1px solid black;
	height: 25px;
}

.day {
	font-size: 8pt;
	vertical-align: top;
	border-bottom: 1px dotted black;
	border-right: 1px dotted black;
}

.calDay {
	color: black;
	font-weight: bold;
}

.calTime {
	color: #990000;
	font-weight: bold;
	cursor: pointer;
}

.calMonth {
	color: red;
	font-weight: bold;
	padding-right: 5px;
}

.calDateRange {
	color:red;
}

.eventDetails {
	position: absolute;
	z-index: 10;
	float: left;
	background-color: #f2f2f2;
	width: 200px;
	padding: 20px;
	border: 2px solid #990000;
	left: 50%;
	top: 40%;
}

.eventName {
	color: #990000;
	font-size: 12pt;
	font-weight: bold;
text-transform: uppercase;
}

.light {
	background-color: white;
}

.dark {
	background-color: #e9e9e9;
}

.eventList {
	border-bottom: 1px dotted black;
}

.columnLabel {
	font-weight: bold;
}

.columnLabel {
	font-weight: bold;
}

/* NAGAZETTE */

.nagazetteTitle {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 30px;
}

.nagazetteImage {
	padding-left: 10px;
	padding-bottom: 10px;
}

.nagazetteImageCaption {
	font-style: italic;
	text-align: center;
	color: #990000;
}

.nagazetteText {
	font-size: 12pt;
}

input {
	border: 1px solid black;
	margin-bottom: 2px;
}

.pointer {
	cursor: pointer;
}

.required {
	color: red;
}