/*
Print CSS
Author: http://www.access-bydesign.com
*/

html, body{
	margin:0px;
	padding:0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
 } 
 
#pagewidth{
	max-width:95%;
}

a:link{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:active{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: #000066;
	text-decoration: none;
	font-weight: bold;}
 
#header{
	position:relative;
	height:75px;
	width:99%;
	color: #000000;
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: disc;
	text-transform: lowercase;
} 
.headerblack
{
	color: #000000;
}
 
#sidebar{
	display:none;
}
 
#content{
	float: none;
	width:90%;
	text-align: justify;
	vertical-align: top;
 }
 
#content li{
	font-weight: bold;
	padding-bottom: 1em;
}

#content2{
	float: none;
	width:90%;
	text-align: justify;
	vertical-align: top;
 }


#footer{
	display:none;
 } 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
	position: absolute;
	position: absolute;
	position: absolute;
	position: relative;
	position: absolute;
 }
 
.clearfix{display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.nodisplay{
	display:none;}
.imageright{
	margin: 1em;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageleft{
	margin: 1em;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}
.subhead{
	color: #000066;
	font-size: x-large;
	font-weight: bold;
}
.h2{
	color: #000066;
	font-size: x-large;
	font-weight: bold;
}
.leftnomargin{
	float: none;
	vertical-align: middle;
}
.indent{
	text-indent: 3em;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
	text-align: right;
}
.textrightindent{
	text-align: right;
	margin-right: 2em;
	color: #000000;
	font-weight: bold;
	font-size: x-small;
}

hr{
	display:none;
}
.sidesubhead{
	color: #000000;
	font-size: x-large;
	font-weight: bold;
	text-indent: 3em;
	text-align:left;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1em;
	line-height: 1em;
}
.centrealign{
	text-align: center;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}

.nofloat{
	float: none;
}
#flashcontent{
	height:70px;
	width:50%;
	margin-top: 2em;
	text-align: left;
	float:left;
	margin-left: 2em;
}
.alignright .bold{
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}

.box{
	padding: 1em;
	height: auto;
	width: 50%;
	border: thin solid #0066FF;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000066;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
	}
.box2{
	padding: 1em;
	height: auto;
	width: 50%;
	border: thin solid #0066FF;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
	}
	
#calendar{
 	max-width:80%;
	text-align:center;

}	
#calendar table {
	width:250px;
	height:200px;
	border: 1px solid #BBB;
	padding: 0.5em;
	position: relative;
	float:left;
	background-color: #CCCCCC;
	margin: 0.5em;
	
}

#calendar td, #calendar th {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#calendar td.booked {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}

#calendar table caption {
	font-weight: bold;
	color: #0066FF;
}