html, body {
	height:100%;
	margin:0 auto;
}

body {
	background-repeat:repeat;
	background-position:center top;
	font-size:10px;
	text-align:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

input {
	color:#732e08;
	font-size:10px;
	margin-top:2px;
	border-style:solid;
	border-color:#aeaeae;
	border-width:1px;
	/*padding:2px 0 0 0 0;*/
}

input {
	border: expression( this.type=="checkbox"?'none':this.type=="radio"?'none':this.type=="image"?'none':'1px #732e08 solid');
	background-color: expression( this.type=="checkbox"?'none':this.type=="radio"?'none':this.type=="image"?'none':'#ffffff');
}

select, option {
	color:#732e08;
	font-size:10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

select {
	border-style:solid;
	font-size:10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#732e08; 
	border-color:#aeaeae;
	border-width:1px;
	line-height:18px;
	vertical-align:middle;
}

textarea {
	border-style:solid;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#732e08; 
	border-color:#732e08;
	border-width:1px;
	vertical-align:middle;
}



.nav2 {
	width:601px; 
	border-collapse:collapse;
}
.nav2 th {
	display:none;
}
.nav2 td {
	padding:0 0 0 0;
	white-space:nowrap;
	text-align:center;
	width:100%;
}
.nav2 td a {
	display:block;
	text-decoration:none;	
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	font-size:10px;
	line-height:normal;
	padding:3px 9px 3px 11px;
	color:#e5cf80;
}
.nav2 td a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.nav2 .this a, .nav2 .this a:hover {
	color:#ffffff;
	display:block;
	text-decoration:underline;
}

.hide {
	display:none;
}

.this a {
	cursor:default;
	/*font-weight:bold;*/
}

.container {
	margin:0 auto;
	width:100%; 
	text-align:center;
	height:0 auto;
}

.content_container {
	width:960px; 
	margin:0 auto;
	text-align:left;
}


.footer {
	margin-left:20px;
	margin-top:60px;
	color:#232208;
	font-weight:bold;
	font-size:10px;
}


.footer a {
	color:#232208;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}


.footer a:hover {
	text-decoration:none;
}

.heading {
	background-image:url(../images/dots.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	width:420px;
	padding-bottom:5px;
	margin-bottom:10px;
	padding-left:15px;
	color:#fff5b0;
}

.callout {
	font-size:18px; 
	color:#232208; 
	font-weight:bold;
}

.subheading {
	font-size:12px; 
	color:#232208; 
	font-weight:bold;
}



.content, .content td {
	font-size:11px; 
	color:#000000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
}


.content a {
	color:#732e08;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}


.content a:hover {
	text-decoration:none;
}

.dots {
	background-image:url(../images/dots.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

.red {
	color:#732e08;
}

.lineItem {
	padding-top:10px;
}

