/* CSS Document */
html, body {
	overflow-x:hidden;
}
body {
	margin:0;
	padding:0;
	background-image:url(bg_body.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
form { 
	display:inline; 
}
a { color:#CD0C0D; 	text-decoration:none; }
a:hover { color:#EF0C0F; text-decoration:underline; }
h1 { font-size:32px; line-height:32px; color:#CD0C0D; text-transform:uppercase; margin:0px; padding-top:10px; padding-left:0px; }
h2 { font-size:20px; line-height:20px; color:#730707; text-transform:uppercase; margin:0px; padding:6px 0px; }
h3 { font-size:16px; line-height:16px; color:#730707; text-transform:uppercase; margin:0px; padding:6px 0px; }
h4 { font-size:14px; line-height:14px; color:#730707; text-transform:uppercase; margin:0px; padding:6px 0px; } 
h5 { font-size:11px; line-height:11px; color:#7E7A5D; text-transform:none; margin:0px; padding:0px; } 
h6 { font-size:10px; line-height:10px; color:#7E7A5D; text-transform:none; margin:0px; padding:0px; }
.clear { clear:both; height:0; line-height:0; margin:0; padding:0; }
#page {
	position:relative;
	width:800px;
	height:830px;
	margin:0 auto;
	padding:0;
	clear:both;
}
#body-wrap {
	position:relative;
	width: 959px;
	height:840px;
	margin:0px auto;
	padding-left:10px;	/* Uniformly aligns left side of all contents. */
}
#content {
	float:left;
	width:753px;
	height:829px;
}
#content-head {
	width:753px;
	height:70px;
	clear:right;
}
#content-left {
	float:left;
	width:10px;
	height:829px;
	background:url(bg_content_left.jpg) top left no-repeat;
}
#content-main {
	position:relative;
	float:left;
	width:753px;
	height:650px;
	border:1px #bcbc4e solid;
	background-color:#edecbe;
/*	background:url(bg_content_main.jpg) top left repeat-x; */
}
#sidebar {
	z-index:5;
	position:absolute;
	width:206px;
	height:825px;
	top:0px;
	left:753px;
}
#foot {
	clear:both;
	width:800px;
	padding-top:10px;
	font-size:10px;
}
#foot-wrap {
	position:absolute;
	width:753px;	/*740*/
	height:93px;
	top:725px;
	font-size:9px;
	line-height:11px;
	padding:4px 0px;
	color:#7E7A5D;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	left: 12px;
}

#foot-left {
	float:left;
	width:530px;
	height:100px;
}
#foot-right {
	float:right;
	width:200px;
	height:100px;
	margin-right:15px; /* Try to line this up over the TOPNAV buttons and Flash right-side edges. */
	text-align:right;
}
#frmSample { color:#757453; font-size:12px; line-height:normal; }
#frmSample input, #frmSample select { margin:0; padding:0; font-size:12px; line-height:normal; }
