body {
    
    background-repeat: repeat-x;
    background-color: #e6e6c2;
    margin: 0px;
    }

table {
    font-family: tahoma;
    font-size: 10px;
    }
    
.fontsize_16 
 {  
    font-size:16px;
 }
.greentext_lg
{
    font-family:tahoma;
    font-size:18px;
    color:#007646;
    margin-bottom:-10px;
    margin-top:10px;

}

.bg_green {
    background-color: #007646;
    }


.maintitlebig{
    font-family:tahoma;
    font-size: 22px;
    font-weight: 100;
    color: white;
    margin: 0px;
    letter-spacing: 0.05em;
    }

.maintitlesmall {
    font-family:tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #2D3170;
    margin: 0px;
    }

/* Background of green navigation */

.nav_background {
    background: url(../images/home-navbackground3.jpg);
    background-repeat: no-repeat;
    background-color:#019257;
    }

/* Main title of content */

.page_header {
    text-transform: uppercase;
    font-family:tahoma;
    font-size:20px;
    font-weight: normal;
    color:#2D3170;
    padding-top:15px;
    padding-left:15px;
    padding-bottom:10px;
    }
.links
{
	color:#007646;
	TEXT-DECORATION: none;
}
.page_header1 {
    text-transform: uppercase;
    font-family:tahoma;
    font-size:20px;
    font-weight: normal;
    color:#2D3170;
    margin-top:15px;
   /* margin-left:15px;*/
    margin-bottom:10px;
    }
/* Subtitle of content */
  
h1 {
    font-family:tahoma;
    font-size:18px;
    color:#007646;
    margin-bottom:-10px;
    margin-top:10px;
    }

/* Inline title of content */
  
.inlinetitle {
    color:#007646;
    margin-bottom:-15px;
    font-weight:bold;
    }

h2 {
    color:#007646;
    margin-bottom:-15px;
    font-family:tahoma;
    font-size:13px;
    font-weight:bold;
    }

/* Bodytext of content */
.div1 {
    font-family:tahoma;
    font-size:13px;
    color:#353638;  
}
.block {
    font-family:tahoma;
    font-size:13px;
    color:#353638;     
    padding-left:12px;
    padding-bottom:15px;
    padding-right:10px;
    }
  
.block a {
    text-decoration: none;
    color:#007646;
    /*text-align:left;*/
    padding-left: 2px;
    }
  
.block a:hover {
    text-decoration: underline;
    color:#2D3170;
    }

.block table {
    font-family:tahoma;
    font-size:13px;
    width: 100%;
    }

.block td {
    padding: 10px;
    }

.block img {
    vertical-align: middle;
    }

/* Holder on right side of body content */

.rightholder {
    vertical-align:right;
    position: relative;
    text-align: center;
    float: right;
    /*margin-left: 30px;*/
    margin-left: 15px;
    margin-bottom: 30px;
    border: 1px solid #549471;
    padding: 5px;
    width: 170px;
    }

/* Images in bodytext, aligned right with text wrapped around. */

.contentpictures {
    border:0px;
    float: right;
    margin: 0px; 
    }

 
/* Seperate class for page leadership */
.biosmall {
    border:0px;
    float: left;
    margin: 0px; 
    }

/* General list-style */

ul {
    list-style-image: url('/images/list_bullet.gif');
    }
  
li {
    list-style-image: url('/images/list_bullet.gif');
    margin-bottom:5px;
    margin-top:0px;
    }
  
/* General link-style */
  
a.metanav {
	font-variant: small-caps;
    text-decoration: none;
    padding: 5px;
    color: #000000;
    }

a.metanav:hover {
    background-color:#FFFFFF;
    }
 
/* main navigation */

.container a.nav {
    text-align: left;
    color: white;
    font-size: 12px;
    display: block;
    background-image: url('/images/bol_white_green.gif');
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding: 5px;
    border-bottom: 1px solid #E6EFEE;
    font-weight: normal;
    text-decoration: none;
    }

.container a.nav:hover {
    background-image: url('/images/button_over.png');
    background-repeat: no-repeat;
    color: #007646;  
    }

.container a.subnav {
    text-align: left;
    color: white;
    font-size: 11px;
    display: block; 
    background-image: url('/images/bol_white_green.gif');
    background-repeat: no-repeat;
    background-position: 6% 50%;
    text-indent: 23px;
    padding: 5px;
    border-bottom: 1px solid #E6EFEE;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0em;
    }

.container a.subnav:hover {
    background-color:  #fff;
    background-image: url('/images/button_over_sub.png');
    background-repeat: no-repeat;
    color: #007646;
    }
   
 .container a.itemnav {
    text-align: left;
    color: white;
    font-size: 11px;
    display: block; 
/*    background-image: url('../../images/bol_white_green.gif');*/
    background-repeat: no-repeat;
    background-position: 6% 50%;
    text-indent: 36px;
    padding: 5px;
    border-bottom: 1px solid #E6EFEE;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0em;
    }

.container a.itemnav:hover {
    background-color:  #fff;
    background-image: url('/images/button_over_sub1.png');
    background-repeat: no-repeat;
    color: #007646;
    }
    
/* styles for loginscreen */
.bg_color_dark {
    background-color: #007646;
    }
	
/* styles for career_finder */	
	
  .content { FONT-SIZE: 13px; COLOR: #353638; FONT-FAMILY: tahoma }
  
  
  /* table border and padding */

.bluebox {
	background-color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding:3px;
	border:1px solid #FFFF00;
	height:25px;
}
.greenbox {
	background-color:#009566;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding:3px;
	border:1px solid #FFFF00;
	height:25px;
}
 .graybox {
	background-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000066;
	padding:3px;
	border:1px solid #ffffff;
	height:25px;
}
/* teble css ends here */
.greentext {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color:#000066;
 text-decoration:none;
}
.bluetext {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000066;
 text-decoration:none;
}
.greentext1 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 
 color:#50926C;
 text-decoration:none;
}
