/*****************/
/*   MAIN BODY   */
/*****************/
body {
	font-size: 8.8pt;
	margin: 0em auto;
	padding: 0em;
	background: url('img/img_background.gif') repeat-y top center;
	background-color: rgb(248,248,248); 
/*	background-color: white; */
  	font-family: Verdana,Tahoma,Arial,sans-serif;
}

#wrap {
	width: 715px;
	margin: 0em auto;
	padding: 0em;
	background-color: rgb(255,255,255);
	border-top: solid 1px rgb(150,150,150);
	border-left: solid 1px rgb(150,150,150);
	border-right: solid 1px rgb(150,150,150);
}


/**************/
/*   HEADER   */
/**************/
/*** Header, image ***/
#header {
	width:715px;
	height:100px;
	overflow:hidden;
	position: relative;
}

#header-text {
	position:relative;
}

/*** Header navigation bottom ***/
#header-nav-bottom {
	float: left;
	width: 715px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-top: 0px solid rgb(69,136,176);		
	border-bottom: 0px solid rgb(69,136,176);			
	line-height: 20px;
	background: url('img/img_header_nav_bottom.jpg');
}

#header-nav-bottom ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 11px;	
}	

#header-nav-bottom li {
	float: left;
	white-space: nowrap;
}

#header-nav-bottom li a {
	display: block;
	margin: 0em;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(255,255,255);
	text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
	margin: 0em;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: none;
}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}


#column-table {
	float:left;
/*	padding-top: 20px; */
	border: 0px none;
	padding: 0;
	background-color: rgb(255,255,255);
}

/***********************/
/***   LEFT COLUMN   ***/
/***********************/
#left-column-first {
	clear:none;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border-right: solid 0px rgb(200,200,200);		
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

/* Start Mac IE5 filter \*/
#left-column-first {
	padding-bottom: 0px;  
	margin-bottom: 0px;  
}

/* End Mac IE5 filter */

#left-column {
/*	float: left; */
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
	vertical-align:top;

}

/* Start Mac IE5 filter \*/
#left-column {
	padding-top: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#left-column ul {	
	width: 150px;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;	
	border-left: 0px solid rgb(170,210,212); 
	border-top: 5px solid rgb(170,210,212); 
	border-bottom: 1px solid rgb(170,210,212); 
}	

#left-column li {
	margin: 0em;
	padding: 0em;
}

#left-column li a {
	display: block;
	text-align: right;	
	padding: 3px 7px 2px 6px;
/*	border-top: solid 0px rgb(215,215,215); */
	border-left: solid 5px rgb(255,255,255);		
	background-color: inherit;
	color: rgb(125,125,125);
	text-decoration: none;
	height: 16px;  
	font-size: 85%;
	border-right: solid 1px rgb(200,200,200);		

}

#left-column li.left-nav-group a {
	display: block;
	text-align: right;	
	padding: 3px 7px 2px 6px;
	border-top: solid 1px rgb(215,215,215);
	border-left: solid 4px rgb(255,255,255);		
	background-color: inherit;
	color: rgb(125,125,125);
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
}	
	
#left-column a:hover, #left-column .selected {
	text-align: right;
	border-left: solid 4px rgb(170,210,212);				
	background-color: inherit;	
	background-color: rgb(229,239,255);	
	color: rgb(0,0,0);
	text-decoration: none;
}

#left-column li.left-nav-group a:hover, #left-column li.left-nav-group .selected {
	text-align: right;
	border-left: solid 4px rgb(170,210,212);		
	background-color: rgb(229,239,255);
	color: rgb(0,0,0);
	text-decoration: none;
}

/*** Images ***/
#left-column-first .img-left-nav {
	height: 519px;
	width: 150px;
	margin: 0em;
	padding: 0em;
	border: none;
}

/*************************/
/***   Pagetitle   ***/
/*************************/

#pagetitle {
	width: 460px;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background-color: inherit;
	color: black;
}

#pagetitle p {
	padding: 0em;
	margin: 0em;
	font-weight: 800;
	font-size: 180%;
	letter-spacing: 0.5px
}


/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/
#middle-column {
/*	float: left; */
	width: 460px;
	margin: 0em;
	background-color: inherit;
	color: rgb(100,100,100);
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
	vertical-align:top;

}

/*** Standard title and box option ***/
.middle-column-title-standard {
/* clear: both; */
	display: block;
	margin: 10px 0px 5px 0px;
	padding: 2px 0px 2px 0px;	
	border-bottom: solid 2px rgb(0,180,0);	
	background-color: rgb(255,255,255);
	color: rgb(50,50,50);
	font-weight: bold;
	font-size: 120%;
}

.middle-column-box-full-standard {
	width: 420px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
	color: rgb(75,75,75); 
}

.middle-column-box-full-standard p.heading {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 110%;
	color: rgb(0,150,0);
}

.middle-column-box-full-standard p.subheading {
	margin: 10px 0px 6px 20px;
	font-weight: bold;
	font-size: 100%;
	color: rgb(0,150,0);
}

.middle-column-box-full-standard p {
	margin: 0px 0px 6px 0px;
	font-size: 100%;	
  	line-height:135%;	
}

.middle-column-box-full-standard li {
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 16px;
/*	list-style-type: square; */
}

.middle-column-box-full-standard li span {
	font-weight: normal;
}

.middle-column-box-full-standard table {
	margin-left: 15px;
	margin-bottom: 5px;
	width:440px;
}

.middle-column-box-full-standard table td {
	line-height: 16px;
	padding: 6px 2px 4px 2px;
	vertical-align:top;
}

.middle-column-box-full-standard table td.bullet {
	padding: 8px 6px 4px 2px;
	vertical-align:top;
}

.middle-column-img-left-fullsize-border {
	float: left;
/*	width: 11.0em;
	height: 11.0em; */
	margin: 4px 7px 4px 0px;
	border: solid 1px rgb(100,100,100);
}


/************************/
/***   RIGHT COLUMN   ***/
/************************/
#right-column {
	width: 50px;
	margin: 0em 0em 0em 0em;
	padding: 15px 0px 0px 0px;
	vertical-align:top;

}

/* Start Mac IE5 filter \*/
#right-column {
	padding-bottom: 10px;
	margin-bottom: -10px;
}
/* End Mac IE5 filter */	

/*** Standard option ***/
.right-column-title-standard {
	display: block;
	margin: 0em 0em 0em 0em;
	padding: 2px 0px 0px 0px;
	background-color: rgb(255,255,255);
	color: rgb(50,50,50);
	font-weight: bold;
	font-size: 100%;
}

.right-column-box-standard {    /* Also used in left column below menu entries */
	width: 130px;
	margin: 20px 0px 0px 2px;
	padding: 8px 8px 8px 8px;
	border: solid 1px rgb(200,200,200);
	border-top: 5px solid rgb(170,210,212); 
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);	
}

#right-column-box-standard p a:hover {
	text-decoration: none;
	border: none;
	background-color: white;
}

.right-column-box-standard ul {
/* 	margin-left: 0px; */
	margin: 6px 0px 0px 0px;
}

/*.right-column-box-standard ul li {
	margin: 6px 0px 16px 0px;
	margin-bottom: 16px;
	font-size: 88%;
	line-height: 11px;
	vertical-align: top;
	list-style-type: square;
} */

.right-column-box-standard td, p {
	padding: 6px 4px 2px 2px;
	margin: 2px 0px 0px 0px;
	font-size: 88%;
	line-height: 12px;
	vertical-align: top;
}


.right-column-box-large {
	width: 130px;
	overflow: hidden;  /* Keeps long text from resizing box */
	margin: 20px 10px 8px 2px;
	padding: 8px 8px 8px 8px;
	border: solid 1px rgb(200,200,200);
	border-top: 5px solid rgb(170,210,212); 
	background-color: rgb(255,255,255);
	color: rgb(150,190,190);
	font-size: 150%;
	font-weight: 700;
	line-height: 22px;	
	font-family: Tahoma,Arial,Verdana,sans-serif;
}

/*** Paragraph text ***/
#right-column p {
	margin: 0px 0px 6px 0px;
	font-size: 88%;
}

/*****************/
/***   FOOTER   **/
/*****************/
#footer {
	width: 715px;
	height: 15px;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-top: solid 1px rgb(200,200,200);
	border-bottom: solid 1px rgb(200,200,200);	
	background-color: rgb(229,239,255);
	text-align: center;
	color: rgb(100,100,100);
	font-size: 95%;
}

/*************************************************/
/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
/*************************************************/

/*** Hyperlinks in middle and right columns ***/
a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*** Visited links not in use ***/
/*a:visited {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
} */