/* CSS Document */

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

#navbar{
	color: #666666;
	background-color: #ffffff;
	font-size: 10px;
	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%
}

#sidebar {
float:right;
width:265px;
padding-top: 25px;
}

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: 20px;
	line-height: 14px;
	font-weight: bold;
}

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

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

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:10px 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:11px;
}
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;
}

.date 
{
	float:right;
	font-size: 11pt;
	padding: 0 0 0 10px;
	text-align: right;
}

.basic_content
{
	margin-left: 15px;
	margin-bottom: 35px;
	margin-right: 15px;
}

.post
{
	margin:0 0 5px 0;
	min-height: 200px;
}

.post-info 
{
	font-size:0.9em;
	font-family: Arial, Sans-Serif;
	margin:0px;
	width: 450px;
	padding: 0px;
}

.post-footer a
{
	font-weight: bold;
	text-decoration: none;
	color: #999;
}

.post-footer a:hover 
{
	color:#990000;
	text-decoration: none;
}

.post-content {
	padding:10px 0;
	margin:3px 0;
	border-top: #E7E7E7 1px solid;	
	font-family: Arial, Sans-Serif;
	font-size:11px;
	margin-bottom: 25px;
}

.post-title {
	font-family: Arial, Sans-Serif;
	font-size:1.2em;
	margin:0;
	font-weight:bold;
}

.post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active
{
	text-decoration:none;
	color:#676E04;
}

.post-date {
	color: #1f7fc1;
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	margin: 3px 10px;
	padding: 8px 3px;
	width: 55px;
	height: 20px;
	background: #E7E7E7;
}

.post-footer 
{
	font-size:0.9em;
	font-family: Arial, Sans-Serif;
	width: 100px;
	padding:0;
	font-weight: bold;
	color: #1f7fc1;
	text-align: left;
}