body
{
	/* width must be ²99% to create a right margin in IE/Mac, doesn't seem to affect any other UA */
	width: 100%;
	margin: 0;
	padding: 0;
	color: black;
	font-family: Lucida Grande,Trebuchet,Verdana,Sans-Serif;
	font-size: 1em;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: #879880;
	!background-color: rgb(146,159,143);
}

h1, h2, h3, h4 { margin: 0em; }
h1 { font-size: 150%; }
h2 { font-size: 100%; }
h3 { font-size: 90%; }
h4 { font-size: 80%; }

#banner
{
	position: absolute;
	top: 1em;
	left: 1em;
	right: 1em;	
	width: auto;
	height: 2.5em;
	font-family: arial, helvetica, sans-serif;
	padding: 1em 1em 0em 1em;
	background: #9C6;
	!background-color: rgb(170,200,150);
	color: #000;
	border-style: solid;
	border-width: thin;
	border-color: black;
}

#navBox
{
	position: fixed;
	top: 5.5em;
	left: 1em;
	width: 8em;
	padding: 0em 0em 1em 1em;
	background: rgb(170,190,125);
	color: black;
	border-style: solid;
	border-width: thin;
	border-color: black;
	display: block;
	z-index: 0;
}

.navPrimary { margin: 1em 0em 0em 0em; }
.navSecondary { margin: 0em 1em 0em 1em; }

.navList
{
	list-style-type: none;
	margin: 0em;
	padding: 0em 0em 0em 1em;
	font-size: 80%;
	font-weight: bold;
}

.nav1
{
	list-style-type: none;
	margin: 1em 0em 0em -3em;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	display: list-item;
}

.nav2
{
	list-style-type: none;
	margin: 0em;
	padding: 0em 0em 0em 1em;
	font-size: 80%;
	font-weight: bold;
}

#contentBox
{
	position: absolute;
	top: 5.5em;
	left: 11em;
	right: 1em;
	width: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #FFF;
	color: black;
	border-color: black;
	border-width: thin;
	border-style: solid;
	padding: 0em 0em 2em 0em;
	z-index: 1;
}

#linkBox
{
	position: absolute;
	top: 2em;
	left: 2em;
	right: 2em;
	width: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #FFF;
	color: black;
	border-color: black;
	border-width: thin;
	border-style: solid;
	padding: 0em 0em 2em 0em;
}

.boxHeader
{
	width: auto;
	padding: 1em 0em .5em 1em;
	background: #CC6;
	!background: #9A9851;	
	!background-color: rgb(210,230,130);
	color: black;
	border-style: solid;
	border-width: 0 0 thin 0;
	border-color: black;
}

.contentHeader
{
	margin: 0em 0em 0em 3em;
	text-indent: -1em;
}

.contentText
{
	margin: 1.5em 2em 1.5em 2em;
	font-size: small;
}
.calanderTable
{
	background-color: #E6E6FA;
	text-align: center;
	color: black;
	border-collapse: collapse;
	border-width: 1px
	border-style: solid;
	border-color: #660099;
	width: 170px
}
.calanderHeader
{
	text-align: left;
	padding: 0em 0em 0em 0.5em;
	background-color: #CC66FF;
	!background-color: #99cc00;
}
.dateAvailable
{
	background-color: #E6E6FA;
}
.dateReserved
{
	background-color: #ff9900;
	!background-color: #ff6600;
	text-decoration: line-through;	
}
.leftPhoto
{
	float: left;
	margin: 2em 2em 2em 0em;
	padding: 2px;
	background: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}
.rightPhoto
{
	float: right;
	margin: 2em 0em 2em 2em;
	padding: 2px;
	background: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.leftTopPhoto
{
	float: left;
	margin: 0em 2em 2em 0em;
	padding: 2px;
	background: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.rightTopPhoto
{
	float: right;
	margin: 0em 0em 2em 2em;
	padding: 2px;
	background: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.inLinePhoto
{
	/* used for the second Paradigm photo */
	margin: 0em 2em 2em 2em;
	padding: 2px;
	background: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.noBreak { white-space: nowrap; }

ul
{
	list-style-position: inside;
	list-style-type: square;
}

ol
{
	list-style-position: inside;
}

.bold
{
	font-style: normal;
	font-weight: bold;
}

.footnote
{
	font-size: 9px;
	margin: 4em 0em 0em 0em;
}

a:link
{
	color: #009;
	!color: rgb(72,72,188);
	background: transparent;
	text-decoration: none;
}

a:visited
{
	color: #66C;
	background: transparent;
	text-decoration: none;
}

a:hover
{
	color: #F00;
	background: transparent;
	text-decoration: underline;
}

a:active
{
	color: #F00;
	background: transparent;
	text-decoration: underline;
}

.contentText a:link
{
	color: #009;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

.contentText a:visited
{
	color: #66C;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

.contentText a:hover, .contentText a:active
{
	color: #F00;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}