/* Print Style Sheet */
@media print {


body, h1, h2, h3, a, .header, .footer, .navbar { margin: 0; padding: 0; }

body{ /* default fonts, and colors  */
	color: #036;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: black;
}
ul, ol {
	list-style-position: inside;
}
li, li a {
	border-collapse: collapse;
}
img {
	border: 0px;
}
table {
	border: 0px;
}
.pagetitle{ /* page titles used in the main content area */
	color: #c20303;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.searchbar { /* searchbar properties for width and height of searchbox  */
}
.wrapper { /*centers the page content */
	margin: 0 auto;
	width: 825px;
}
.subheader{ /* sub headings used throughout the page */
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
#header{ /* header area */
}
#header h1 {
}
#header img {
	display: none;
}
.content-wrap {
	height: 100%;	/* height attribute fixes a repeating background bug in ie6 */
	background: #fff;
	/*width: 725px;
	max-width: 725px;*/
	/*margin: 0 0px 0px 53px;*/
	padding: 10px 0px 20px 0px;
}
#content{ /* main content area*/
	padding: 0 15px;
}
#content ul, #content-index ul {
	list-style-position: outside;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
/*#content-index {
	margin: 0 -50px;
}*/
.calendar-content {
	margin: 0 0 0 15px;
}
#content h1{ /* main content h1 headings */
	color: #c20303;
	font-size: 16px;
	font-weight: bold;
}
.contactinfo{  /* contact information area */
}
.border{ /* page or cell borders */
}
.weaver{ /* VoyageurWeb weaver link */
}
a:link{ /* link properties */
}
a:visited{ /* visited link properties */
}
a:hover{ /* hover link properties */
}
a:active{ /* active link properties */
}
.alternatelink{ /*alternate to the standard a tag*/
}
a.alternatelink:link{ /*alternate to the standard a tag*/
}
a.alternatelink:visited{ /*alternate to the standard a tag*/
}
a.alternatelink:hover{ /*alternate to the standard a tag*/
}
a.alternatelink:active{ /*alternate to the standard a tag*/
}
#footer{ /* footer area */
	clear:both;
	width: 725px;
	margin: 0 0 25px 53px;
	padding-top: 15px;
	color: #fff;
	text-align: center;
}

/**********************************************/
/*       Calendar Styles Listed Below         */
/**********************************************/

.mast1 {
	background: #ccc;
	display: block;
	padding: 10px;
	color: #006;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.mast2 {
	color: #006;
	font-size: 14px;
	font-weight: bold;
}
.date {
	color: #099;
	font-size: 13px;
	font-weight: bold;
}

.lefttable {
	border-right: 1px solid #CCCCCC;
	padding-left: 14px;
	padding-right: 10px;
	
}

.middletable {
	padding-left: 14px;
}

.caltable { 
  border-left: 1px solid #CCCCCC;
	padding-right: 14px;
}


/**********************************************/
/*     Programming Styles Listed Below        */
/**********************************************/

.error{ /* error messages */
	color: #FF0000;
	font-weight: bolder;
}
.success{ /* success messages */
	color: green;
	font-weight: bolder;
}
.instructions{ /* general instructions on the page */
	color: #999966;
	font-size: 8pt;
}
.required{  /* required fields */
	color: #FF0000;
	font-weight: bolder;
}
.fieldlabel{ /*labels that will appear next to or under a field on a form */
	color: #000000;
	font-weight: bolder;
}
.fieldinstructions{ /*instructions that will appear next to or under a field on a form */
	color: #000000;
	font-weight: bolder;
}



/**********************************************/
/*       Wordpress Styles Listed Below        */
/*        styles placed by the editor         */
/**********************************************/

.alignright {
	float: right;
	text-align: right;
}
.alignleft {
	float: left;
}

/* ### blog styles ### */

textarea#comment {
	width: 100%;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	display: none;
}
}
