@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	position: relative;
}
.twoColFixRtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffefb7;
	font-family: "Gill Sans Light", "Arial Narrow", sans-serif;
	font-style: normal;
	font-weight: normal;
	position: relative;
	font-size: large;
	background-image: url(Paper%20Background.png);
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	height: 152px;
	width: 960px;
	font-family: "Gill Sans Light", "Arial Narrow", sans-serif;
	background-image: url(VIXEK%20Hdr5.jpg);
	position: relative;
	z-index: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px;
	font-family: "Gill Sans Light", "Arial Narrow", sans-serif;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFEFB7;
	font-family: "Gill Sans Light", "Arial Narrow", sans-serif;
	float: none;
	background-image: url(Paper%20Background.png);
	text-align: left;
	color: #222;
} 
.twoColFixRtHdr #footer {
	font-size: 12px;
	line-height: 150%;
	background-color: #000;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
} 
.leftimage {
	float: left;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	line-height: 150%;
	color: #666;
	background-color: #000;
	text-align: center;
}
.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: 15px;
}
#LogoFlash {
	position: absolute;
	margin-top: 3px;
	overflow: hidden;
	visibility: visible;
	margin-left: 10px;
	z-index: 2000;
}
h1 {
	font-family: "Gill Sans", Arial, sans-serif;
	color: #d22401;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	font-size: large;
}
#weathervane {
	position: relative;
	width: 200px;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	color: #000;
}
.twoColFixRtHdr #container #sidebar1 h3 strong {
	font-weight: bold;
	color: #000;
	font-style: italic;
	text-align: left;
}
.blurb {
	z-index: 3000;
}
.twoColFixRtHdr #container #mainContent blockquote #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent blockquote #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible {
	text-align: left;
	font-family: "Gill Sans Light", "Arial Narrow", sans-serif;
}
.twoColFixRtHdr #container #mainContent blockquote #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible cite {
	font-size: xx-small;
}
