@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0; 
	color: #000000;
	background-image: url(images/texture.jpg);
}
.twoColFixRt #container {
	width: 1022px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 281px; /* 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: #ffffff;
	padding: 0px 0px;
	
	margin-top: 120px;

}
.twoColFixRt #mainContent {
	margin: 0 281px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
	background-position: 0px 390px;
	background-repeat: no-repeat;
} 

.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;
}
.logo {
	margin: 24px 0 0 82px;
}
.quotebar {
	margin-top: 16px;
}
.primenav {
	margin: 44px 35px 0 90px;
	border-bottom: solid #cccccc 1px;
	padding-bottom: 4px;
}
.home .primenav {
	margin: 40px 35px 0 90px;

}
.mainheading {
	border-bottom: solid #cccccc 1px;
	margin: 58px 35px 24px 90px;
}
.home .mainheading {
	margin: 62px 35px 24px 90px;
}
.scroll {
	margin: 10px 25px 37px 90px;
	font-size: 0.8em;
	
	padding-right: 0px;
}
.scroll-pane {
	overflow: auto;
	height: 334px;
} a.jScrollArrowUp 
{
				background: url(scroll/basic_arrow_up.gif) no-repeat 0 0;
			}
			a.jScrollArrowUp:hover {
				background-position: 0 -15px;
			}
			a.jScrollArrowDown {
				background: url(scroll/basic_arrow_down.gif) no-repeat 0 0;
			}
			a.jScrollArrowDown:hover {
				background-position: 0 -15px;
			}
			a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
				background-position: 0 -30px;
		
}
#pane1 {
	height: 335px;
}
#pane2 {
	height: 573px;
}
.pictures {
	margin: 0 0 30px 30px;
}
.calhead {
	background-color: #d31145;
	height: 17px;
	padding: 14px 10px 6px 20px;
}
.calfooter {
	background-color: #d31145;
	height: 17px;
margin: 0;
	padding: 0;

}
h3 {
	font-size: 0.7em;
	margin: 10px 0 0 0;
}
li {
	line-height: 1.5em;
	font-size: 0.9em;
}
a {
	color: #666666;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	color: #d31145;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
.callist {
	font-size: 0.7em;
	margin: 0 0 0 14px;
	padding: 0 0 0 0;
}
.sidebartext {
	padding-right: 20px;
	padding-left: 20px;
	margin: 8px 0px 10px 0;
}
.footer {
	border-top: solid #cccccc 1px;
	margin: 0px 30px 24px 90px;
	color: #666666;
	font-size: 9px;
	padding-top: 5px;
}
.footernav {
	color: #666666;
	float: right;
}
.footernav a:visited {
	color: #666666;
	text-decoration: none;
}
.footernav a:link {
	color: #666666;
	text-decoration: none;
}
.footernav a:hover {
	color: #000000;
	text-decoration: underline;
}
.footernav a:active {
	color: #000000;
	text-decoration: none;
}
