body {
	margin:0px;
  padding:0px;
  text-align:center;
  background:#1E3354;
  padding:10px;
}

#container {
	width:750px;
  text-align:left;
  margin:0px auto;
  background:white url(../GUI/container_bkgd.gif) repeat-y;
  font-family:Arial,Verdana,sans-serif;
  border:1px solid #9FAAB2;
}

#bar {
	display: list-item;                
	list-style-image: url(../GUI/bar_bkgd.jpg); 
	list-style-position: inside;       
	position:relative;
	overflow:hidden;
  
  
	font-size: 1pt;                    
	color: #fff;  
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	border-bottom:6px solid #777696;
  
  

  height:40px;
}

#logo { background:url(../GUI/logo_bkgd.gif) repeat-x; }
#logo img {
	display:block;
  vertical-align:top;
}

#header {

}

#header ul#nav {
	margin:0px;
  padding:0px;
  list-style-type:none;
  background:url(../GUI/nav_ul_bkgd.gif);
  line-height:22px;
  width:197px;
  font-size:11px;
  border-top:1px dotted white;
}

#header .setpadding {
	padding-top:23px;
}

ul#nav a {
	color:white;
  display:block;
  text-decoration:none;
  letter-spacing:1px;
  padding-left:20px;
  text-indent:10px;
	height:1%;
	cursor:pointer;
}

ul#nav div {
	width:100%;
  background:url(../GUI/nav_a_bkgd.gif) no-repeat bottom right;
	cursor:pointer;
}

ul#nav a:hover {
	background:url(../GUI/nav_a_hover_bkgd.gif);
}

ul#nav li {
	border-bottom:1px dotted white;
  background:url(../GUI/nav_li_bkgd.gif) no-repeat;
}

#textbar {
	line-height:38px;
  color:#8E9EA8;
  padding-left:200px;
  font-size:11px;
  letter-spacing:1px;
  background:url(../GUI/textbar_bkgd.gif) repeat-x;
 	border-bottom:4px solid #C80927;
}

#content {
	height:400px;
background:url(../GUI/content_bkgd.gif) no-repeat 50% 0%;
  padding-top:10px;

}

html>body #content {
	height:auto;
  min-height:400px;
}

#content h1 {
	font-size:18px;
  padding-left:12px;
  color:#747474;
  font-family:Arial,Verdana,sans-serif;
  padding-right:10px;
}
#content #left h1 {
	font-size:16px;
  color:white;
  background:red url(../GUI/left_header_bkgd.gif) repeat-x;
  line-height:29px;
}

#content h2 {
	font-size:14px;
  padding-left:12px;
  color:#747474;
  padding-right:10px;

}

#content #left h2 {
	font-size:13px;
}

#content p {
	font-size:12px;
  padding-left:12px;
  color:#747474;
  padding-right:10px;  
  letter-spacing: 0.04em;
}

#content img {
	padding-left:10px;
}

#content #left p {
	padding-bottom:10px;
	border-bottom:1px dashed #CFCECF;
}

#left {
	width:197px;
  padding:15px 0px;
  float:left;
}

#right {
	width:150px;
  float:right;
  padding:15px 0px;
}


#right h1 {
	color:#2D3C58;
  padding-bottom:10px;
  border-bottom:1px dashed #CFCECF;
}

#right p{
	padding-bottom:10px;
	border-bottom:1px dashed #CFCECF;
}


.indent {
	padding:0px 5px;
}



#middle {
	padding:15px 10px;
  margin-left:10px;
  margin-right:10px;
}


#bottom_nav {

	border-top:1px solid #9E9D9B;
  clear:both;
  background:white;
	padding:6px 0px;
  padding-left:197px;
	border-bottom:3px solid #C7C8CA;  
}

#bottom_nav ul {
	margin:0px;
  padding:0px;
  list-style-type:none;
  font-size:11px;
}

#bottom_nav ul li {
	display:inline;
}

#bottom_nav a {
	color:black;
  text-decoration:none;
  height:1%;
  padding:0px 5px;
  border-right:1px solid black;
}

#bottom_nav a.last { border-right:0px; }

#footer {
  background:url(../GUI/footer_bkgd.gif) repeat-x;
  line-height:21px;
  text-align:right;
  color:#fff;
  font-size:10px;
  text-transform:uppercase;
  padding-right:5px;
  letter-spacing:1px;
}

#footer a {
	color:white;
  font-weight:bold;
  text-decoration:none;
  font-size:11px;
}