body {
	background-color: #fff;
	font-size: 1em;
	color: #333;
	
  font-family: Verdana, Arial, Helvetica, sans-serif;
  
  padding: 0;
	margin: 0;
  
  background-image:url(img/body_bg.jpg);
  background-repeat: repeat-x;
  background-position:top;
  
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	/*margin-top: 0.85em;*/
	margin-right: 0.25em;
	margin-bottom: 0.85em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
  font-weight:bold;
	margin: 0;
	padding: 0;
	/*margin-top: 0.65em;*/
	margin-right: 0.25em;
	margin-bottom: 0.45em;
}
h4, h5, h6 {
	color: #666;
	font-size: 1em;
  font-weight:normal;
	margin: 0;
	padding: 0;
	margin-top: 0.65em;
	margin-right: 0.25em;
	margin-bottom: 0.45em;
}
img {
	border-width: 0px;
}
cite {
	display: block;
	background-image: url(images/cite.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 70px;
}

textarea, input, select, option{
  font-size:1.0em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* *********************************************************************  * GENERAL LAYOUT  * *********************************************************************/


#frame {
	text-align: left;
	margin: 0px auto;
	/*width: 56.24em;*/
  width:900px;
}
#inner_container {
	background-color:#c8bda1;
  background-image: url(img/inner_container_fade_bottom.jpg);
  background-position: 0px 186px;
  background-repeat: repeat-x;
  
}

#top_container{
  background-color: #c1b698;
  margin:0;
  padding:0;
}

#logo{
  float:right;
  position:relative;
  overflow:hidden;
  height:185px;
}

* html body #logo{
  margin-left:-3px;
}

#top {
	padding: 0;
	margin: 0;
	height: 160px;
	background-image: url(img/default_header.jpg);
	background-repeat: no-repeat;
}

#menu {
  color: #fff;
	margin: 0;
  padding:0;
	display:block;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #c1b698;
  font-family: Arial, Helvetica, monospace, Verdana, sans-serif;
  font-size:12px;
  width:687px;
  border-bottom:1px solid #fff;
  float:left;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	float: left;
	padding: 0;
	margin: 0;
}

* html body #menu ul li {
  margin-bottom: -2px;
}

#menu ul li img {
	margin: 0;
}
#menu ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	margin:0;
  margin-right: 0.15em;
  padding:0.5em;
  padding-right:1.2em;
  padding-left:1.4em;
  margin-bottom:-1px;
	
}

#menu ul li a:link {
	color: #fff;
}
#menu ul li a:visited {
	color: #fff;
}
#menu ul li a:hover {
  background-color:#f3f0eb;
  color:#c1b698;
}
#menu ul li a.selected, #menu ul li a.selected:link, #menu ul li a.selected:visited{
  background-color:#f3f0eb;
  color:#c1b698;
}

#main_container {
	background-color:#cac1a4;
  background-image:url(img/main_bg_right.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

#sub_container{
  padding-top:1.5em;
  /*width:42.9em;*/
  width:687px;
  min-height:400px;
}

.sub_container_standard{
  background-image:url(img/main_bg_left.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

.sub_container_start{
  background-image:url(img/main_bg_left_start.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

#context{
  position:absolute;
  top:540px;
  margin-left:687px;
  text-align:center;
  width:215px;
  /*display:none;*/
}

.menu_item_separator {
	height: 29px;
	font-size: 0px;
}


#no_submenu {
	float:left; 
  margin-left:0.4em;
  margin-top:5em;
}

#submenu {
	width:195px;
  font-size:11px;
  font-family: Verdana, Arial, Helvetica, monospace,sans-serif;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	/*width: 100%;*/
}
#submenu ul li {
	padding: 0;
	margin: 0;
	/*width: 100%;*/
  margin-bottom:3px;
}
#submenu ul li a {
	display: block;
	padding:0.33em;
  padding-left:1.2em;
	padding-right:0.1em;
  background-image: url(img/white_50p.png);
  color: #333;
}
#selected_submenu_item {
	background-color: #fff;
}
#submenu ul li a:link {
	color: #333;
	text-decoration: none;
  background-image: url(img/white_50p.png);
  
}
#submenu ul li a:visited {
	color: #333;
	text-decoration: none;
  background-image: url(img/white_50p.png);
}
#submenu ul li a:hover {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}

#submenu ul li a.selected, #submenu ul li a.selected:link, #submenu ul li a.selected:visited{
  color: #333;
	background-color: #fff;
	text-decoration: none;
}

#content {
	font-family: Verdana, Arial, Helvetica, monospace,sans-serif;
	margin: 0;
	padding:1.5em;
  line-height: 1.5em;
	color: #333;
  font-size:0.70em;
  float:right;
  background-image:url(img/white_50p.png);
  padding-bottom:0.6em;
}

* html  body #content {
  padding-bottom:1.5em;
}

#content a:link {
	color:#8f8569;
	text-decoration: underline;
}
#content a:visited {
	color:#8f8569;
	text-decoration: underline;
}
#content a:hover {
	color: #bbb094;
	text-decoration: none;
}
#content a:active {
	color:#bbb094;
	text-decoration: none;
}
#content p, #content ul, #content div {
}
#content p {
	padding-top: 0;
	margin-top: 0;
}
#content ul {
	/*list-style-image: url(img/bullet_arrow_black.gif);*/
  margin-left:0;
  padding-left:15px;
}

#content ul li{
  margin-bottom:1em;
}

#content div {
}

#content table{
  font-family: Verdana, Arial, Helvetica, monospace,sans-serif;
  font-size:1.0em;
}

#content table tr td {
  font-family: Verdana, Arial, Helvetica, monospace,sans-serif;
	margin: 0;
  padding:0;
	line-height: 1.5em;
	color: #333;
  font-size:1.0em;
  vertical-align:top;
}

.small_content{
  width:455px;
}

* html body .small_content{
  width:488px;
}

.wide_content{
  width:90%;
}

* html body .wide_content{
  width:655px;
}

#menu_inside_content{
  float:right;
  font-size:11px;
}

#menu_inside_content ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

#menu_inside_content ul li{
  margin:0;
  padding:0;
}

#menu_inside_content ul li a{
  font-family: Verdana, Arial, Helvetica, monospace, sans-serif;
	margin: 0;
	
	color: #333;
  
  text-decoration:none;
  
  padding:0.33em;
  padding-left:1.2em;
	padding-right:0.1em;
  display:block;
  width:auto;
  margin-bottom:3px;
  
  background-image:url(img/white_50p.png);
}

#menu_inside_content ul li a:link{
}

#menu_inside_content ul li a:visited{
  
}

#menu_inside_content ul li a:hover{
  background-color:#fff;
}

.menu_inside_small{
  width:489px;
}

* html body .menu_inside_small{
  width:488px;
}

.menu_inside_wide{
}

#footer {
	/*color: #000;*/
	font-size: 10px;
	height: 24px;
	padding-right: 0px;
	background-image:url(img/footer_bg.jpg);
  background-repeat: repeat-x;
  padding:0.2em;
  
}

#footer div{
  margin-top:0.3em;
  margin-left:1.5em;
}

#footer ul{
  list-style-type: none;
  margin:0;
  padding:0;
  float:right;
  margin-top:0.3em;
}

#footer ul li{
  margin-right:2em;
  float:left;
}

#footer a:link {
	color:#7a776f;
	text-decoration: none;
}
#footer a:visited {
	color:#7a776f;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a.selected {
	color: #bbb094;
	text-decoration: none;
}


.button{
  cursor:pointer;
}

#content ul.download_list{
  list-style-image: none;
  line-height:1.3em;
  margin-top:1.8em;
}


/*************************** SEARCH RESULTS ********************************/
.search_result li{
  margin-bottom:1em;
}

.search_result a {
  font-size:1.2em;
}

.search_result .path{
  color:green;
}

.search_result .meta{
  color:#666;
}

.invisible {
	display: none;
	padding: 0;
	margin: 0;
}

.row{
	margin-bottom:1em;
	clear:both;
}

.MailFormObject{
	
}

.MailFormObject label{
	width:11em;
	text-align:right;
	float:left;
	margin-right:0.5em;
}


/* TinyMCE CLASSES */
.mce_content_item_left{
  float:left;
  margin:1.2em;
  margin-left:0;
  margin-top:0;
}

.mce_content_item_right{
  float:right;
  margin:1.2em;
  margin-right:0;
  margin-top:0;
}

.mce_block_separator{
  clear: both;
	display: block;
}
