#outer-top {
	background-image: url(../_images/outer-top.png);
	background-repeat: no-repeat;	
	margin: 0px;
	width: 774px;
	height: 9px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#outer-bottom {
	background-image: url(../_images/outer-bottom.png);
	background-repeat: no-repeat;	
	margin: 0px;
	width: 774px;
	height: 9px;
	margin-left: auto;
	margin-right: auto;	
}
#outer-body {
	background-image: url(../_images/outer-rpt.png);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;	
}
#banner {
	width: 740px;
	height: 74px;
	padding-top: 22px;
	padding-left: 18px;
	border: solid 1px #8F8F8F;
	background-image: url(../_images/banner-rpt.png);
	background-repeat: repeat-y;
	overflow: visible;
}

#topbuttonbar, #bottombuttonbar {
	width: 758px;
	height: 18px;
	overflow: visible;
	border: solid 1px #8F8F8F;
	background-image: url(../_images/buttonbkg-rpt.png);
	background-repeat: repeat;
	clear: both;
	padding-top: 2px;
}

#bottombuttonbar {
	text-align: center;
}

#content #inner-left {
	width: 449px;
	float: left;
	padding: 10px;
}

#content #inner-right {
	background-color: #F4F3F3;
	width: 278px;
	float: left;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #727272;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #727272;
	text-align: center;
	clear: right;
}
#content {
	width: 732px;
	padding-left: 13px;
	padding-right: 13px;
	overflow: visible;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8F8F8F;
	border-bottom-color: #8F8F8F;
	border-left-color: #8F8F8F;
	background-color: #FFFFFF;
}
#copyright {
	width: 758px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: visible;
	text-align: center;
}
#topbuttonbar a:link, #topbuttonbar a:visited {
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	background-color: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #2994D2;
}

#topbuttonbar a:hover, #topbuttonbar a:active {
	background-color:#FEFFB4;
}
#bottombuttonbar a:link, #bottombuttonbar a:visited {
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	background-color: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #2994D2;
}

#bottombuttonbar a:hover, #bottombuttonbar a:active  {
	background-color:#FEFFB4;
}

#sm-yellow-box-top {
	background:url(../_images/sm-yellowbox-top.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 302px;
	clear: both;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;	
}

#sm-yellow-box-body {
	background:url(../_images/sm-yellowbox-rpt.png);
	background-repeat: repeat-y;
	width: 282px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;	
}

#sm-yellow-box-bottom {
	background:url(../_images/sm-yellowbox-bottom.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 302px;
	margin-left: auto;
	margin-right: auto;	
}

#content {
	padding: 8px;
/*	padding-left: 0px;
	padding-right: 0px;
*/
	width: 742px;
	background-color: #FFFFFF;
}

#outer-body #content {
/*	width: 758px;
	height: 292px;
*/
/*	padding-right: 0px;
	padding-left: 0px;
*/}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.redText {
	color: #FF0000;
}
.redText a:link {
	text-decoration: none;
}

.justText {
	text-align: justify;
	float: left;
	color: #595959;
	margin-top: 20px;
}

.firstButtonOnBar {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.lastButtonOnBar {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2994D2;
}

.squareButtonStyle {
	background:url(../_images/buttonbkg-rpt.png);
	background-repeat:repeat;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #59C4F2;
	border-right-color: #59C4F2;
	border-top-color: #2994D2;
	border-left-color: #2994D2;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-bottom: 2px;
	float: left;
}

.squareButtonStyle a:link, .squareButtonStyle a:visited {
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	color: #000000;
	background-color: none;
	border-bottom: 1px solid #59C4F2;
}

.squareButtonStyle a:hover, .squareButtonStyle a:active  {
	background-color:#FEFFB4;
}

.menuButtonStyle {
	background:url(../_images/buttonbkg-rpt.png);
	background-repeat:repeat;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #59C4F2;
	border-right-color: #59C4F2;
	border-top-color: #2994D2;	
	border-left-color: #2994D2;
	width: 136px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.menuButtonStyle a:link, .menuButtonStyle a:visited {
	width: 136px;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #000000;
	background-color: none;
	display:block;
}

.menuButtonStyle a:hover, .menuButtonStyle a:active  {
	background-color:#FEFFB4;
}

.forReader {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
}

/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


