body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background:#e8d8c8 url(images/page_bg.png) top center repeat-y;
}
form{
	margin:0;
	padding:0;
}
#container{
	margin:auto;
	width:800px;
	position:relative;
}
#top_header{
	background-color:#3fb2bf;
	border-bottom:#FFF 10px solid;
	padding:4px;
}
#top_header h1{
	font-size:10px;
	color:#FFF;
	margin:0;
}
fieldset { border:1px solid #CCCCCC; padding:4px; }
#header{
	border-bottom:#FFF 10px solid;
}
#nav{
	background-color:#638c08;
	padding:5px 0px;
	border-bottom:#FFF 10px solid;
}
#left_column{
	width:300px;  /* 306px */
	float:left;
	padding:11px 2px 0px 4px;
	border-bottom:#FFF 10px solid;
}
#right_column{
	width:480px; /* 494px */
	padding:0px 10px 0px 4px;
	/*background:#FFF url('images/right_column_bg.gif') repeat-y;*/
	float:right;
	border-bottom:#FFF 10px solid;
}
#footer{
	clear:both;
	background-color:#586b7a;
	padding:4px;
	color:#FFF;
}
#footer a{
	color:#FFF;
}
/*+++++++++++++++++++++++++
	Quotebox
++++++++++++++++++++++++++*/
/* Quotebox tabs */
#quotebox label{
	font-weight:bold;
	width:100px;
	/*margin:0px 8px;*/
	margin:10px 0 -5px 5px;
	padding:2px 50px 0px 8px;
	font-size:11px;
}
#quotebox ul {
    margin:0;
	margin-left:100px;
    padding:0;
    list-style:none;
    }
  #quotebox li {
    float:left;
    margin:0;
    padding:0;
    background:url(images/ace_header_nav/qb_tab_right.gif) no-repeat right top;
    }
#quotebox li a{
	/*color:#0056a3;
	color:#FFF;*/
	display:block;
    background:url(images/ace_header_nav/qb_tab_left.gif) no-repeat left top;
    padding:2px 10px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#quotebox li a:hover{
	text-decoration:underline;
}
/*+++++++++++++++++++++++++
	NAV
++++++++++++++++++++++++++*/
#nav a{
	background-color:#638c08;
	padding:5px 10px;
	text-decoration:none;
	color:#FFF;
}
#nav a:hover{
	background-color:#FFF;
	text-decoration:none;
	color:#000;
}
/*+++++++++++++++++++++++++
	LEFT COLUMN
++++++++++++++++++++++++++*/
#left_column_bottom{
	margin:0px -2px 0px -4px;
	/*background-image:url("images/left_column_bottom.gif");*/
	width:306px;
	height:16px;
}
/*#left_column select,#left_column input{
	font-size:10px;
}*/
#left_column h1{
	font-size:18px;
	background-color:#f24405;
	/*background:#CC0000 url('images/left_column_h1.gif') no-repeat;*/
	color:#FFF;
	margin:0px;
	margin-bottom:2px;
	padding:2px;
}
#left_column h1 a{
	color:#FFF;
}
/*+++++++++++++++++++++++++
	RIGHT COLUMN
++++++++++++++++++++++++++*/
#right_column_top{
	margin:0px -10px 0px -4px;
	/*background-image:url("images/right_column_top.gif");*/
	width:494px;
	height:11px;
}
#right_column_bottom{
	margin:0px -10px 0px -4px;
	/*background-image:url("images/right_column_bottom.gif");*/
	width:494px;
	height:16px;
}
#right_column h1{
	font-size:18px;
	/*background:#FFF url('images/grey_dot.gif') repeat-x bottom left;*/
	background-color:#f2bf27;
	color:#FFF;
	/*background-color:#ffff66;*/
	margin:0px;
	margin-bottom:2px;
	padding:2px;
}
#right_column h2,#left_column h2{
	font-size:18px;
	/*background:#FFF url('images/grey_dot.gif') repeat-x bottom left;*/
	color:#FFF;
	background-color:#f2bf27;
	margin:0px;
	margin-bottom:2px;
	padding:2px;
}
