body
{ 
    /* margin-top: 77px; */
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: top left;
	background-color: #F6E6D5;

}

img{
	
	border-width: 0px;	
}
h1 {
	PADDING-BOTTOM: 0px; margin-bottom: 0px;
	font-size : 13pt; 
	color : #4a9dba; 
	font-family : verdana, arial;
}

h2 {

	font-size : 9pt; 
	color : #72A2D3; 
	font-family : verdana, arial;
}
td {
	font-size : 9pt; 
	color : #004898; 
	font-family : verdana, arial; 
} 

.nav
{ 	
	background-color: #FFFFFF;
		
	border-color: #72A2D3;
	border-right-style: solid; 
	border-right-width: 1px; 
	
	width: 60px;
	height: 24px;
}

A:link, A:visited
{
	color : #2793ff; 
	text-decoration : none; 
	font-weight: bold;

} 

A:hover, A:active
{
	color : #2793ff; 
	text-decoration : underline; 
} 


#menu
{
	background-image: url(images/menubg.gif);
	height: 24px;
	
	border-color: #72A2D3;
	
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;

}


#content
{ 	
	background-color: #FFFFFF;
		
	border-color: #72A2D3;
	
	border-left-style: solid; 
	border-left-width: 1px; 
	
	border-right-style: solid; 
	border-right-width: 1px; 
	/* border-top-style: solid; 
	border-top-width: 1px; */	
}

#bottom
{
	font-size : 8pt; 
	color : #4a9dba; 
	font-family : verdana, arial;
	
	background-image: url(images/bottombg.gif);
	height: 24px;
	
	border-color: #72A2D3;
	
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	/*
	border-top-color: #DDF2FB;
	border-top-style: solid;
	border-top-width: 1px;
	*/
	
	
	padding-left: 5px;
}

#realcontent
{
	background-image: url(images/contentup.gif);
	background-repeat: repeat-x;	
	padding: 14px;
	width: 100%;	
}
	

#right
{
	border-color: #DDF2FB;
	background-color: #EEF9FD;
	
	border-left-style: solid; 
	border-left-width: 1px; 
	
	background-image: url(images/contentup-dark.gif);
	background-repeat: repeat-x;	
	
	font-size : 9pt; 
	color : #004898; 
	font-family : arial; 
	
}


/*globalnav*/

#globalnav {
	position:relative;
	float:left;
	width:100%;
	/*padding:0 0 1.75em 1em;
	line-height:1em; */
	padding:0;
	margin:0;
	
	height: 24px;

	list-style:none;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#1197D0;
	text-decoration:none;
	font-weight:bold;
	background:#DAF2FC;
	
	background-image: url(images/button.gif);
	background-repeat: repeat-x;	
	
	margin:0;
	padding:4px 18px;
	
	
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #DDF2FB;
}

#globalnav A:hover,
#globalnav A:active{
	background:#A7E3F8;
	
	color:#FFFFFF;
	
	background-image: url(images/button-on.gif);
	background-repeat: repeat-x;	
	
}

#globalnav A:link,
#globalnav A:visited {
	position:relative;
	z-index:102;
}

/*
menu
*/

a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   100px;

  border:  1px solid black;
  padding: 2px 5px;

  background: #FFFFEE;

  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.0em;
  color:   #008000;
}

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
div#sample_attach_menu_child             { border-bottom: 1px solid black; }

form.sample_attach
{
  position: absolute;
  visibility: hidden;

  border:  1px solid black;
  padding: 0px 5px 2px 5px;

  background: #FFFFEE;
}

form.sample_attach b
{
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.1em;
}

input.sample_attach { margin: 1px 0px; width: 170px; }