body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: white;
}

body, body td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#pagewrap {
	width: 765px;
	margin: 10px auto 0 auto;
	text-align: left;
}

#header {
	position: relative;
}

#header img {
	float: left;
}

h1#sitetitle {
	width: 261px;
	height: 99px;
	float: right;
	background-image: url(images/LastStrawLogo.gif);
	background-repeat: no-repeat;
	color: white;
	font-size: 8px;
}

#nav {
	position: relative;
	clear: right;
	margin: 10px 0 0 250px;	
	_left: 2px;
}

#nav a {
	text-decoration: none;
    display: table-cell;
    display: inline-block;
    zoom:1;
	vertical-align: middle;
	border-right: 3px solid white;
	padding: 0 7px; 
	*padding: 0 6px; 
	line-height: 23px;
	height: 25px;
	background-image: url(images/NavBG.gif);
	background-repeat: repeat-x;
	color: white;
	white-space: no-wrap;
	font-weight: bold;
	font-size: 12px;
	*font-size: 11px;
	text-transform: uppercase;
	font-family: 'Arial Narrow', arial, sans-serif;
}
#nav a:hover {
	color: #FFBD00;
}

#leftcol {
	position: relative;
	width: 475px;
	float: left;
}
#nocol {
	position: relative;
	width: 765px;
	/*float: left;*/
}
.mainbox {
	position: relative;
	zoom: 1;
	background-color: #5050A8;
	color: white;
	width: 475px;
}
.mainboxfull {
	position: relative;
	zoom: 1;
	background-color: #5050A8;
	color: white;
	width: 765px;
}
.mainbox .tcap {
	background-image: url(images/MainBoxTCap.gif);
	background-repeat: no-repeat;
	height: 7px;
}
.mainboxfull .tcapfull {
	background-image: url(images/MainBoxTCapFull.gif);
	background-repeat: no-repeat;
	height: 7px;
}
.mainbox a, .mainboxfull a {
	color: white;
}
.mainbox .pad {
	padding: 14px 34px 30px 40px;
	position: relative;
	height: 90%;
	zoom: 1;
}
.mainboxfull .pad2 {
	padding: 14px 94px 30px 100px;
	position: relative;
	/*height: 90%;*/  /*didnt work in FF*/
	/*zoom: 1;*/
}
.mainbox .bcap {
	background-image: url(images/MainBoxBCap.gif);
	background-repeat: no-repeat;
	height: 20px !important;
	overflow: hidden;	
	clear: both;
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	width: 100%;
}
.mainboxfull .bcapfull {
	background-image: url(images/MainBoxBCapFull.gif);
	background-repeat: no-repeat;
	height: 20px !important;
	overflow: hidden;	
	clear: both;
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	width: 100%;
}
h2#pagetitle {
	color: #FFBD00;
}

#copyright {
	color: #19389E;
	margin-top: 11px;
	text-align: center;
	font-size: 10px;
}

#rightcol {
	position: relative;
	width: 279px;
	float: right;
}

.box {
	position: relative;
	zoom: 1;
	background-image: url(images/BoxBG.gif);
	background-repeat: repeat-y;
	color: #5050A8;
	margin-bottom: 11px;
}

.box .tcap {
	background-image: url(images/BoxTCap.gif);
	background-repeat: no-repeat;
	height: 7px;
}

.box .pad {
	position: relative;
	zoom: 1;
	padding: 3px 12px;
	_padding: 0 12px 9px 14px;
}

.box h3 {
	position: relative;
	left: -1px;
	margin: 0 0 .7em 0;
	width: 254px !important;
	height: 21px !important;
	text-indent: 10px;
	line-height: 21px;
	background-color: #5050A8;
	color: white;
	background-image: url(images/HeadBG.gif);
	background-repeat: no-repeat;	
	font-size: 12px;
}

.box a {
	color: #5050A8;
}

.box .bcap {
	background-image: url(images/BoxBCap.gif);
	background-repeat: no-repeat;
	height: 8px !important;
	overflow: hidden;
	clear: both;
}

.clear {
	clear: both;
}
