strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#77838c;
}

a:hover {
	text-decoration:underline;
}

p {
	text-align:left;
	margin-bottom:1em;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:1em;
	font-weight:bold;
}

#header a {
	color:#ffffff;
}

#header a:hover {
	text-decoration:none;
}

#header h1 {
	display:block;
	width:367px;
	height:76px;
	position:absolute;
	top:72px;
	left:0;
	background:url(../images/title.png);
}

#header h1 a {
	display:block;
	height:100%;
	width:100%;
}

#header h1 span {
	visibility: hidden;
}

/*** Tool tips begin ***/

.toolTipElement {
	
}
.tool-tip {
	color: #515a61;
	width: 172px;
	z-index: 13000;
}
 
.tool-title {
	text-align:left;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	text-align:left;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

/*** Tool tips end ***/

#footer {
	font-size:11px;
	line-height:14px;
	color:#eaeced;
}

#footer a, #footer a:link {
	color:#ffffff;
}

#footer a:hover {
	text-decoration:none;
	color:#a5b7bf;
}

#footer h3 {
	color:#ff9717;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	margin-top:3px;
	padding-bottom:3px;
}

#recentposts h3 {
	display:block;
	max-width:95%;
	white-space:nowrap;
	max-height:1.5em;
	overflow:hidden;
}

#recentposts h3 a {
	float:left;
	display:block;
	width:auto;
	white-space:nowrap;
	max-width:140px;
	max-height:1.5em;
	overflow:hidden;
	margin-right:3px;
}

#recentposts h3 {
	margin-top:0;
	line-height:16px;
}

#footer h3 a, #footer h3 a:link, #footer h3 a:visited {
	color:#ff9717;
}

#footer h3 a:hover {
	color:#c6cbcf;
}

#footer h3 span {
	color:#ffffff;
}