html, body {
	height:100%;
	margin:0 auto;
}

body {
	background-color:#997e50;
	font-size:10px;
	font-family:"Trebuchet MS";
}

input {
	border-width: 1px;
	background-color:#ffffff;
	height:18px;
	line-height:18px;
}

input
{
	font:10px verdana ;
	padding:2px 2px 2px 2px;
	color:#666666; 
	text-decoration: none;
	border-style:solid;
	border-width: expression(this.type=="radio"? '0' : this.type=="checkbox"? '0' : this.type=="select"? '0' : '1px');
	background-color: expression(this.type=="radio"? '#e8dac2' : this.type=="checkbox"? '#e8dac2' : this.type=="select"? '' : '#ffffff');
	border-color:#969696;
	
} 

select {
	border-style:solid;
	font:10px verdana ;
	color:#666666; 
	border-color:#969696;
	border-width:1px;
	line-height:18px;
	vertical-align:middle;
}

.outer_container {
	margin:0 auto;
	text-align:center;
}

.innter_container {
	text-align:left;
	width:1024px;
	margin:0 auto;
	background-color:#99FFFF;
}


.nav2 {
	width:420px;
	background:#cdc7b4;
	border-collapse:collapse;
}
.nav2 th {
	display:none;
}
.nav2 td {
	padding:0 0 0 0;
	white-space:nowrap;
	text-align:center;
	background:#573803;
}
.nav2 td a {
	display:block;
	padding:4px 6px 4px 0px;
	text-decoration:none;
	color:#cdc7b4;
	font-size:11px;
	font-family:"Trebuchet MS";
	text-align:center;
	width:100%;
}
.nav2 td a:hover {
	color:#9ab918;
}

.nav2 .this a, .nav2 .this a:hover {
	color:#9ab918;
	display:block;
}

.hide {
	display:none;
}

.this a {
	cursor:default;
	/*font-weight:bold;*/
}


.subnav_container {
	width:758px; 
	text-align:left; 
	height:30px; 
	line-height:30px;
	background-color:#d1cdbe;
}

.subnav {
	padding-left:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#616058;
}

.subnav a {
	text-decoration:none;
	padding:3px 3px 3px 3px;
	color:#616058;
}

.subnav a:hover, .subnav_over a, a.subnav_over {
	background-color:#616058;
	color:#d1cdbe;
}

.footer {
	font-size:10px;
	color:#cdc7b4;
	text-align:left;
	width:800px; 
	margin:0 auto;
	padding-top:10px;
}

.footer a {
	text-decoration:none;
	color:#61d7ec;
}

.footer a:hover {
	background-color:#61d7ec;
	color:#997e50;
}

.secondary_nav {
	background-image:url(../images/dots.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	height:24px;
	width:200px;
	vertical-align:top;
}

.secondary_nav_item, .secondary_nav_item_over {
	background-repeat:no-repeat;
	background-position:5px;
	padding-left:20px;
	height:24px;
	font-size:11px;
	line-height:24px;
	cursor:pointer;
	text-align:left;
}

.secondary_nav_item {
	background-image:none;
	color:#ffffff;
}

.secondary_nav_item_over {
	background-image:url(../images/arrow_white.gif);
	color:#ffffff;
}

.title {
	color:#848072;
	font-size:15px;
	padding-bottom:10px;
}

.content, .content td {
	padding-left:10px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:10px;
	color:#848072;
	font-size:11px;
	vertical-align:top;
}

.content a {
	text-decoration:none;
	color:#61d7ec;
}

.content a:hover {
	background-color:#61d7ec;
	color:#e8dac2;
}

.lineItem {
	margin-bottom:10px;
}

