/* CSS Document */

#header{
	background-color: #ffffff;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 68px
}

#navbar{
	color: #666666;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 15px;
	height: 15px;
	padding:20px;
}

#navbar ul{
	text-align:center;
}

#navbar li{
	display:inline;
}

#navbar li a{
	color:#106a94;
	text-decoration:none;
	font-weight:bold;
	background:fff;
}

#navbar li a:hover{
	background:#ffffff;
	color:#666666;
}
#navbar #current{
	background:#ffffff;
	color:#106a94;
}

#navbar #current a{
	background:#ffffff;
	color:#666666;
}


body{
	background-color:#ffffff;
	color: #666666;
	margin:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 180%;
	margin-top:20px;
	margin-left:120px;
	margin-right:50px;
	margin-bottom:70px;
}


#logo{
	background-color:#ffffff;
	margin: 0px 0px 2px 0%;
	height: 43px;
	padding:35px;
}

#midsection{
	color: #666666;
	background: transparent;
	margin: 0 10% 0 15%
}

a:active{
	color:#666666;
	font-weight: bold;
	text-decoration: none;
}

a:link{
	color:#106a94;
	font-weight: bold;
	text-decoration:none;
}
a:visited{
	color:#106a94;
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	color:#666666;
	font-weight: bold;
	text-decoration:none;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 14px;
	font-weight: bold;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent:0em;
	line-height: 14px;
	font-weight: bold;
}

hr{
	border:0;
	width:100%;
	color:#e7e7e7;
	background-color:#e7e7e7;
	height:1px;
}

#footer{
	color: #666666;
	background-color: #ffffff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 3px;
	height: 16px;
	padding: 15px;
	
}

#setable{
	background: ffffff;
	padding: 0px;
}

table{
	border-spacing:0px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
	color:#666666;
}
caption{
	border:#666666;
	solid: #666666;
	text-transform:capitalize;
	padding:10px;
	background:ffffff;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
td, th{
	padding:5px;
}
thead th{
	text-align:center;
	background:#ffffff;
	color:#666666;
	border-bottom:thin #EBF8FE;
	text-transform:uppercase;
	font-size:12px;
}
tbody th{
	font-weight:normal;
}
tbody tr{
	background:#EBF8FE;
	text-align:left;
}
tbody tr.odd{
	background:#ffffff;
}

tbody th a:link, tbody th a:visited{
	color:#106a94;
	text-decoration:none;
}

tbody th a:hover{
	color:#666666;
}

tbody th a:active{
	color:#666666;
}

tbody tr td{
	height:auto;
	width:auto;
	background:#EBF8FE;
}

tbody tr.odd td{
	background:#ffffff;
}
table td a:link{
	color:#106a94;
	font-weight: bold;
	text-decoration:none;
}
table td a:visited{
	color:#106a94;
	font-weight:bold;
}

table td a:hover{
	color:#666666;
	font-weight: bold;
	text-decoration:none;
}

table td a:active{
	color:#666666;
	font-weight: bold;
	text-decoration:none;
}
 

tbody td a{
	margin:0 auto;
	height:15px;
	border-bottom:0;
	padding:0px 0px 0px 0px;
	font-weight:bold;color:#FF8601;
	background-repeat: no-repeat;
}
tfoot th, tfoot td{
	background:ffffff;
	padding:10px;
	text-align:center;
	font:15px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	border-bottom:3px solid #cccccc;
	border-top:1px solid #DFDFDF;
}

.bar{
	color:#666666;
	background-color: #EBF8FE;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	border-spacing:0;
	border:0;
	
}
.publications_entry{
	color:#666666;
	text-decoration:none;
}

