@charset "utf-8";
body  {
	font: .8em/18px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #2e2e2e;
}
.thrColFixHdr #container {
	width: 950px;
	border: 0;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
} 
.thrColFixHdr #header { 
	background: #701112; 
	padding: 0; 
} 
.thrColFixHdr #header h1 {
	margin: 0;
	color: orange;
}
.thrColFixHdr #sidebar1 {
	float: left; 
	max-width:200px;
	width:expression(document.body.clientWidth > 200? "200px": "auto" );
	min-height:550px;
	height:expression(document.body.clientHeight > 501? "501px": "auto" );
	background: #2e3f53; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	font: .8em/18px Verdana, "Trebuchet MS", Helvetica, sans-serif;
	color: #FFFFFF;
}

.thrColFixHdr #sidebar5 {
	float: right; /* since this element is floated, a width must be given */
	max-width:200px;
	width:expression(document.body.clientWidth > 160? "160px": "auto" );
	min-height:550px;
	height:expression(document.body.clientHeight > 501? "501px": "auto" );
	padding: 20px 10px 15px 10px;
	background: #2e3f53;
	font: .8em/18px Verdana, "Trebuchet MS", Helvetica, sans-serif;
	color: #ffffff; 
	text-align: right;
		link: #ffffff;
}
.thrColFixHdr #photobox1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 5px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #photobox2 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 5px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #calandarbar {
	float: left; 
	max-width:850px;
	width:expression(document.body.clientWidth > 850? "850px": "auto" );
	
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	font: 1.4em/18px Verdana, "Trebuchet MS", Helvetica, sans-serif;
	
	color: #FFFFFF;
}
.thrColFixHdr #issues_box_main {
	float: left; /* since this element is floated, a width must be given */
	max-width:500px;
	width:expression(document.body.clientWidth > 500? "500px": "auto" );	
	min-height:501px;
	height:expression(document.body.clientHeight > 501? "501px": "auto" );
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #ffffff;	
	font: .8em/18px Verdana, "Trebuchet MS", Helvetica, sans-serif;

}

.thrColFixHdr #mainContent {
	margin: 20px;
	padding: 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background:#701112;
	color: #ffffff;
	text-align: center;
	font: .8em/18px Verdana, "Trebuchet MS", Helvetica, sans-serif;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #tabbedRow {
	float: left; /* since this element is floated, a width must be given */
	width: 850px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #701112; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 20px; /* padding keeps the content of the div away from the edges */
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {text-decoration: none;
		color: FFFFFF;}     /* unvisited link */
a:visited {text-decoration: none;
		   color: #FFFFFF;}  /* visited link */
a:hover {text-decoration: none;
	     color: #FFFFFF;}   /* mouse over link */
a:active {text-decoration: none;
	      color: #FFFFFF;}   /* selected link */

a.blueprint:link {
	border: 4px solid #FFFFFF;
}     /* unvisited link */
a.blueprint:visited {text-decoration: none;
		   border: 4px solid #FFFFFF;}  /* visited link */
a.blueprint:hover {text-decoration: none;
	     border: 4px solid #003366;}   /* mouse over link */
a.blueprint:active {text-decoration: none;
	      border: 4px solid #FFFFFF;}   /* selected link */
		  
a.blue:link {text-decoration: none;
				color: #003366;
}     /* unvisited link */
a.blue:visited {text-decoration: none;
		   color: #003366;}  /* visited link */
a.blue:hover {text-decoration: none;
	     color: #003366;}   /* mouse over link */
a.blue:active {text-decoration: none;
	     color: #003366;}   /* selected link */	  
	/* text */	  
	
.headline {
		font: 2.5em/10px Verdana, "Trebuchet MS", Helvetica, sans-serif;
		color: #ffffff;
}
.green_headline {
		font: 3em/24px Verdana, "Trebuchet MS", Helvetica, sans-serif;
		color: #9eb847;
}
.grey_headline {
		font: 3em/30px Georgia, "Times New Roman", Times, serif;
		color: #333333;
}
.grey_mid {
		font: 2em/22px Georgia, "Times New Roman", Times, serif;
		color: #333333;
}
.white_headline {
		font: 4em/34px Georgia, "Times New Roman", Times, serif;
		color: #ffffff;
}
.large_text {
		font: 1.3em/20px Georgia, "Times New Roman", Times, serif;
		color: #333333;	
}
.white_mid {
		font: 2.5em/24px Georgia, "Times New Roman", Times, serif;
		color: #ffffff;
		link: #ffffff;
}
.small_text {
		font: .8em/12px Georgia, "Times New Roman", Times, serif;
		color: #000000;
}
.white_text {
		font: 1.5em/16px Georgia, "Times New Roman", Times, serif;
		color: #ffffff;
		link: # ffffff;
}
.gray_small {
		font: 1em/12px Georgia, "Times New Roman", Times, serif;
		color: #333333;
}
.black_Xlarge {
		font: 3.5em/30px Georgia, "Times New Roman", Times, serif;
		color: #000000;
}
.black_large {
		font: 3em/24px Georgia, "Times New Roman", Times, serif;
		color: #000000;
}
.black_mid {
		font: 1.8em/20px Georgia, "Times New Roman", Times, serif;
		color: #000000;
}
.black_small {
		font: 1.2em/18px Georgia, "Times New Roman", Times, serif;
		color: #000000;
}
.script {
		font: 3.5em/30px Vivaldi, "Times New Roman", Times, serif;
		color: #000000;
}
/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:0px;	/* "Air" */
		float:center; /* Floating gallery at the right side of other web page content */		
		width:450px;	/* Image width */
		height:300px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}

	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

