body {
	margin: 0px;
	background:transparent url(/img/background.gif) 0%;	
	font-family: "Trebuchet MS", helvetica, verdana, sans-serif;
 	padding-left: 380px;
  padding-right: 380px;	
}

a, a:hover, a:visited {
	color: #6b624c;
}

h1 {
	margin-top: 0px;
}

form {
	margin: 0;
	padding: 0;
}

.expander {
  position: relative;
  margin-left: -380px;
  margin-right: -380px;
  min-width: 760px;
}
 
/* \*/
* html .sizer,
* html .expander,
* html .innerwrapper
{height: 0;}
/* */

html .innerwrapper {
	margin: 10px 20px 10px 20px;
}


/* Styles for the fluid box */

.main_dialog {
 margin:0px auto;
 min-width:20em;
}

.main_dialog .hd .c{
	font-size:1px; /* ensure minimum height */
 	height:74px;
}

.main_dialog .ft .c {
	font-size:1px;
	height:68px;
}

.main_dialog .hd {
	background: transparent url(/img/fluid_parchment_top.jpg) no-repeat 0px 0px;
}

.main_dialog .hd .c {
	background: transparent url(/img/fluid_parchment_top_right.jpg) no-repeat right 0px;
}

.main_dialog .bd {
	background:transparent url(/img/fluid_parchment_mid.jpg) repeat-y 0px 0px;
}

.main_dialog .bd .c {
	background: transparent url(/img/fluid_parchment_mid_right.jpg) repeat-y right 0px;
}

.main_dialog .bd .c .s {
 	margin:0px 8px 0px 4px;
 	/*background:#000 url(ms.jpg) repeat-x 0px 0px;*/
 	padding:1em;
}

.main_dialog .ft {
	background:transparent url(/img/fluid_parchment_bot.jpg) no-repeat 0px 0px;
}

.main_dialog .ft .c {
	background:transparent url(/img/fluid_parchment_bot_right.jpg) no-repeat right 0px;
}

.s {
	/*height: 100%;*/
	height: auto;
}

/* end of style for the fluid box */

.clear_both {
	clear: both;
}

/* style for clearing floating boxes */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-block;}
 * html .clearfix {height: 1%;}
 .clearfix {
	display: block;
}

.mid_ver_aligned {
	vertical-align: middle;
}

.upper_right {
	float: right;
	margin-top: -40px;
}

.center_title {
	text-align: center;
	margin: -30px 0px 10px 0px;
}


#content_inner {
	padding-left: 40px;
	padding-right: 40px;
	color: #6b624c;
}

#the_dialog {
	height: auto;
	position: relative;
}

#header
{
	margin: 0px auto 5px auto;
	background:transparent url(/img/header_bg.jpg) no-repeat 0px 0px;
	height: 142px;
}

#header_right
{
	background:transparent url(/img/header_right.gif) no-repeat right 0px;
	height: 142px;
}

#top_menu {
	margin: 0px 0px 20px 0px;
}

.horizontal_bar {
	background:transparent url(/img/header_menu.jpg) no-repeat 0px 0px;
	height: 30px;
}

.horizontal_bar_right
{
	background:transparent url(/img/header_menu_right.jpg) no-repeat right 0px;
	height: 30px;
}


#menu_container {
	text-align: center;
	height: 100%;
}

#menu_list {
	margin: 0px 0px 0px 0px;
	height: 100%;	
	padding: 4px 0px 0px 0px;
}
#menu_list li {
	display: inline;
	list-style-type: none;
	padding-left: 40px;
	padding-right: 40px;
	
}

#menu_list a, #menu_list a:hover, #menu_list a:visited {
	font-size: 1.0em;
	color: #f9eddf;
}

#footer {
	margin: 30px 0px 0px 0px;
	position: relative;
}

#footer_right {
	float: right;
	padding: 7px 20px 0px 0px;	
}	

#footer_right a {
	color: black;
}
#footer_right img {
	border-style: none;
	margin-left: 10px;
	
}

#footer_disclaimer {
	text-align: center;
	font-size:x-small;
	color: #B6B0A6;
}

.strikethrough {
	text-decoration: line-through;
}

/* MAIN PAGE */
.main_intro {
	font-size: 1.0em;
	color: #37322b;
	background-color: #ECE0D0;
	padding: 10px;
	border: 1px solid #8B8472;
}

.separator_div {
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.new_item_div {
	background-color: #ECE0D0;
	border: 1px solid #8B8472;
	padding: 5px 10px 5px 10px;
	margin: 20px 0px 20px 0px;
}

.new_item_div h3 {
	padding: 2px 5px 2px 25px;
	color: #ECE0D0;
	margin-bottom: 1px;
	background:#6B624C url(/img/news_item.gif)  no-repeat scroll 2px center;
}
.news_item_date {
	color: #B6B0A6;
	font-size: small;
	background:transparent url(/img/date.gif) no-repeat scroll left center;
	padding-left:15px;
}

.new_item_author {
	color: #B6B0A6;
	font-size: small;
}

#news_title {
	margin-top: 20px;
}

