/* CSS Document */
body {
	color: #333333;
	margin:0px;
}
a:link, a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.mastHead {
	border-top: 3px double #333333;
	border-bottom: 3px double #333333;
}
.headLine {
	border-bottom: 3px double #333333;
}
.headLine h2 {
	margin-bottom:0px;
	color: #333333;
}
.menuLeft {
	border-right: 1px solid #333333;
}
#logo {
	/*width:450px;*/
	height:125px;
}
#address {
	height:125px;
}
#address p {
	font-weight:bold;
}

#wrapper {
  padding-left: 200px;   /* LC fullwidth */
  padding-right: 190px;  /* RC fullwidth + CC padding */
  overflow: hidden;
}
#wrapper .column {
  position: relative;
  float: left;
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}
.mainContent h2{
	margin-bottom:0px;
}
.mainContent p{
	margin-top:0px;
	margin-right: 5px;
	margin-left: 5px;
}
.mainContent a:visited{
	color:#000000;
	text-decoration: none;
}
.mainContent a:hover{
	color: #666666;
	text-decoration: none;
}
#leftBar {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.leftBar h2 {
	font-size: 22px;
	font-weight:bold;
	line-height: 0px;
	text-decoration: underline;
	margin-bottom:12px;
}
.leftBar h3 {
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
	margin-top:0px;
	margin-bottom:4px;
}
.leftBar p {
	font-size: 12px;
	margin-top:-3px;
}
#rightBar {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;	
	margin-left:5px;
}
.rightBar h2 {
	font-size: 22px;
	font-weight:bold;
	line-height: 0px;
	text-decoration: underline;
	margin-bottom:12px;
	margin-left:5px;
}
.rightBar h3 {
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
	margin-top:0px;
	margin-bottom:4px;
	margin-left:5px;
}
.rightBar p {
	margin-left: 12px;	
	font-size: 12px;
	margin-top:-3px;
}
.indent {
	margin-left: 5px;
}
.footer {
	font-size: 10px;
	border-top: 3px double #333333;
}
.footer a{
	color: #333333;
	text-decoration: none;
}

	
/*** IE6 Fix ***/
* html #leftBar {
  left: 150px;           /* RC width */
}
* html body {
  overflow: hidden;
}
* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #fff;         /* Same as body 
                               background */
}
html > body #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  background: #fff;         /* Same as body 
                               background */
}
.leftBar{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.rightBar{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
