
/* Body */

body {
  min-width: 750px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth */
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  font-size:small;
}
.projectlogo{position:relative;
float:right;}
/* --------------------------------------------------------------------*/

/* Header, top navigation and breadcrumb */

/* Header */
#header {
	padding: 5px 10px;
	background-color:#f8f8f8;
	
	
	
	
	
	
}
#headertext{text-align:center;


}
#toplogo {
	position: relative;
	

}

#toplogo img {
/*	border: solid 1px #bdbec0;*/
border:solid 1px #f8f8f8;
	
	
}


#toplogo a:hover img {
	border: solid 1px #707070;
}

/* Top navigation */

#top_navigation {
	padding: 0;
}

#topmenu {
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
}

#topmenu ul {
	margin: 0;
}

#topmenu li {
	display: inline;
}

#topmenu li a {
	font-size: 100%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	background-color: #bdbec0;
	padding: 0.5em 0.8em;
	border-top: 5px solid #7796B2;
	border-left: 1px solid #7796B2;
	border-right: 1px solid #7796B2;
	display: block;
	float: right;
	color: #000000;
	text-decoration: none;
}

#topmenu li a:hover {
	background-color: #707070;
  border-top: 5px solid #716464;
	color: #ffffff;
}

/* Breadcrumb */

#breadcrumb {
	clear: both;
 	padding: 5px 10px 5px 50px;
	color: #eeeeee;
	background-color: #7796B2;
	font-size: 80%;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

/* --------------------------------------------------------------------*/


#container {

  padding-left: 200px;   /* LC fullwidth */
  padding-right: 240px;  /* RC fullwidth + CC padding */
  overflow: hidden;      /* part of the hack for equal columns*/
}

#container .column {
  position: relative;
  float: left;
  /* part of the hack for equal columns*/
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}

#center {
  padding: 10px 20px;    /* CC padding */
  width: 100%;
  min-height: 460px;
}

/* --------------------------------------------------------------------*/

/* Left column */

#left {
  width: 180px;               /* LC width */
  padding: 5px 10px;          /* LC padding */
  margin-left: -100%;
  left: 200px;                /* RC fullwidth for IE6 */ 
  background-color: #7796B2;
}

#container > #left {
  left: -240px;             /* -(LC fullwidth + CC padding) */ 

}

/* --------------------------------------------------------------------*/

#right {
  width: 180px;          /* RC width */
  padding: 5px 10px;       /* RC padding */
  margin-right: -240px;   /* RC fullwidth + CC padding */ 
  background-color: #7796B2; 
}

/* --------------------------------------------------------------------*/

#footer {
	position: relative;					/* part of the hack for equal columns*/
  clear: both;
  padding: 5px 10px;
	border-bottom: solid 1px #000000;
  margin-bottom: 20px;
	background-color: #7796B2;
}

#bottommenu {
	text-align: center;
	font-size: 85%;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: inherit;
}

#bottommenu ul {
	margin: 0;
}

#bottommenu li {
	display: inline;
}

#bottommenu li a {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
}

#bottommenu li a:hover {
	color: #ffffff;
	background-color:inherit;
	text-decoration: underline;
}

#nescaddress {
	text-align: center;
	font-size: 85%;
	font-family: Arial, sans-serif;
	color: #ffffff;
	background-color: inherit;
	margin-top: 0.3em;
}

/*side menu style*/
#sidemenu {
  list-style: none;
  border: 0;
	padding: 0;
	margin-top: 0.5em;
	margin-left: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.5em;
  font-size: 100%;
  font-weight: bold;
	font-family: Arial, sans-serif;
}
#sidemenu li {
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidemenu a {
  color: #FFFFFF;
  background-color:#inherit;
  display: block;
  text-decoration: none;
	font-weight: bold;
  padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 0;
}
#sidemenu a:hover {
  color: #FFFFFF;
  background-color:#003c69;
  display: block;
  text-decoration: none;
	font-weight: bold;
  padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 0;
	border-top: transparent;
	border-bottom: 1px solid #ffffff;
}
#sidemenu li.on {
list-style: none;
	border-top: transparent;
	border-bottom: transparent;
	background-color:#666666;
	color:#FFFFFF;
	text-align: left;
}
.dummy{
padding-left: 6px;


}

/* --------------------------------------------------------------------*/

/* Curved boxes */
.tnew {
	
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color:#F2F2F2; 
/*  	margin-bottom: 20px; */
}
.t {
	
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: inherit; 
/*  	margin-bottom: 20px; */
}
.b {
	
	background-position: 0 100%;
	background-repeat: repeat-x;
}
.l {
	
	background-position: 0 0;
	background-repeat: repeat-y;
}
.r {
	
	background-position: 100% 0;
	background-repeat: repeat-y;
}
.bl {
	
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.br {
	
  background-position: 100% 100%;
	background-repeat: no-repeat;
}
.tl {
	
	background-position: 0 0;
	background-repeat: no-repeat;
}
.tr {
	
	background-position: 100% 0;
	background-repeat: no-repeat;
 	
}

/* Cool tricks */

.clear {
/* 	clear: both; */
	margin-bottom: 10px;
}

.hide {
	display: none;
	white-space: nowrap;
}


/* --------------------------------------------------------------------*/

/*** IE Fix ***/
* html #left {
  left: 200px;           /* RC fullwidth */
}

/*
 * IE hack for not coloring the columns after reaching the height of
 * the footer.
 */
* html body {
  overflow: hidden;
}
#footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
	background: #ffffff;         /* Same as body background */
}

/*Text Format*/
h1 {font-size:120%;
color:#3366CC;
}
h2 {font-size:110%;
color:#3366CC;}
h3 {font-size:100%;
color:#3366CC;}

img.gla{
width:150;
border-color:#FFFFFF;
border-style:solid;
border-width:thick;}

.photo{text-align:center;}
