*			{
			margin: 0;
	  		padding: 0;
			list-style-type: none;
			}

html,
body {
	width:100%;
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*  CENTER PAGE  */

#outer {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        height: 1px;
        overflow: visible;
      }
       
#inner {
        width: 900px;
        height: 540px;
        margin-left: -450px;
        position: absolute;
        top: -270px;
        left: 50%;
}

#inner2 {
        width: 900px;
        height: 640px;
        margin-left: -450px;
        position: absolute;
        top: -320px;
        left: 50%;
}
/*  CENTER PAGE END  */

/*  PAGE  */
#wrapper {
	width:900px;
	margin: 0px auto 0 auto;
	padding: 0px 0px 0px 0px;
}

#header {
	width:900px;
	text-align: center;
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

#footer {
	width:900px;
	text-align: center;
	padding: 0px 0px 50px 0px;
	margin: 0px 0px 0px 0px;
}


.image {
 	display: block;
 	padding:0px;
 	margin:0px;
 	vertical-align:top;
}

#content {
	width: 800px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-image: url(../../images/page/bgscroll.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	border:0px;
	overflow: hidden;
}

#contentline {
	width: 800px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-image: url(../../images/page/bgscrollline.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	border:0px;
	overflow: hidden;
}

#leftcolumn {
	width: 730px;
	margin:15px 0px 0px 35px;
	float: left;
	
}

#leftcolumn2 {
	width: 500px;
	margin:15px 0px 0px 35px;
	float: left;
	
}

#leftcolumn3 {
	width: 390px;
	margin:15px 0px 0px 35px;
	float: left;
	
}

.newsStory {
	width: 730px;
	padding: 15px 0 15px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #BA6831;
}

#onecolumnleft {
 	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 150px;
	text-align: left;
}

#onecolumnright {
 	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	width: 530px;
	text-align: left;
	border: 0px;
}

.fullcolumn {
	padding: 15px 0 15px 0;
	border-width: 0 0 1px 0;
}

.promotionsSection {
	padding: 15px 0 15px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #BA6831;
}

#insiderightcolumn {
	width: 270px;
	padding:5px 5px 5px 5px;
	margin:5px 0px 0px 0px;
	float: right;
	border: thin solid #CCC;  
	
}

#rightcolumn {
	width: 342px;
	margin:0px 21px 0px 0px;
	float: right;
	
}

#rightcolumn2 {
	width: 220px;
	margin:0px 21px 0px 0px;
	float: right;
	
}

#listitems ul{
	list-style-type: block;
	text-align: left;
	padding: 0px 0px 0px 25px;
	font: bold 11px Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #000000;
}

.bgscroll {
	background:url(../../images/page/bgscroll.jpg) center top repeat-y;
}

#copyright {
	horizontal-align:right;
	width:800px;
	margin:auto;
	font: 10px "Gill Sans", Arial, sans-serif;
	color: #FFF;
	text-align: right;
	padding:5px 0px 0px 0px;
}
/*  PAGE END  */


/*  LINKS  */

.bodytext {
	font:  11px/18pt Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
}
.bodytextblue {
	font:  11px/18pt Helvetica, Arial, sans-serif;
	color: #00b5c7;
	text-align: left;
}
.bodytext2 {
	font:  14px/25pt Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
}

.bodytextsmall {
	font:  9px Helvetica, Arial, sans-serif;
	color: #000000;
	line-height: 13pt;
	text-align: center;
}

a.bodytext:link,
a.bodytext:visited,
a.bodytext:active {
	color:#999999;
	text-decoration: underline;
}
a.bodytext:hover {
	color:#999999;
	text-decoration: none;
}

.formboxes {
	font: 11px Helvetica, Arial, sans-serif;
	color: #000 !important;
	line-height: 13pt;
	text-align: left;
	border: 1px solid #999999 !important;
	background-color:#F2F2F2 !important;
}

/*  LINKS END */

/*BUTTON CODE*/
a.squarebutton{
background: transparent url('../../images/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 10px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../../images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/*BUTTON CODE END*/
