@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 16px;
}

h1 {
	color: #900;
	font-size: 21px;
	margin-bottom: 0px;
}

h2 {
	color: #900;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #900;
	text-decoration: underline;
}
a:visited {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

.oneColFixCtr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#posts {
	background-color: #FFFFFF;
	padding: 5px;
	width: 280px;
	height: 75px;
	overflow: auto;
	font-size: 10px;
	line-height: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;	
}
#posts a:link {
	color: #000
}
#posts a:hover {
	color: #900
}
#posts a:visited {
	color: #000
}

#mainNav {
	color: #fff;
	background-color: #999999;
	text-align: right;
	height: 23px;
	width: 960px;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
}

#mainNav a:link {
	color: #fff;
	text-decoration: none;
}

#mainNav a:visited {
	color: #fff;
	text-decoration: none;
}

#mainNav a:hover {
	color: #900;
	text-decoration: none;
}

#mainNav a:active {
	color: #fff;
	text-decoration: none;
}
#logo {
	background-image: url(images/logo_api.jpg);
	background-repeat: no-repeat;
	height: 60px;
	margin-top: 5px;
	text-indent: -9999px;
}

#blogBioL {
	float: left;
	height: auto;
	width: 291px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px dotted #000;
	background-color:#ebebeb;
	padding: 10px;
}

/*
#blogBioL img{
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
}
*/
#blogBioR {
	float: right;
	height: auto;
	width: 291px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px dotted #000;
	background-color:#ebebeb;
	padding: 10px;
}
/*
#blogBioR img{
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
}
*/
#blogBioC {
	float: left;
	height: auto;
	width: 291px;
	margin-bottom: 20px;
	border: 1px dotted #000;
	background-color:#ebebeb;
	padding: 10px;
}
/*
#blogBioC img{
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
}
*/
#blogbody {
	height: 160px;
	width: auto;
}

#blogbody a {
	text-decoration: none;	
}

#footer {
	background-color: #999999;
	height: 25px;
	width: 970px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 10px;
	color: #FFFFFF;
}
#blogImage {
	background-color: #FFFFFF;
	padding: 3px;
	float: right;
	height: auto;
	width: 66px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	margin-left: 5px;
	line-height: 11px;
}
#blogImage img {
	margin-bottom: 5px;

}
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 200px;
	border: 1px solid #000;
	padding: 15px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	text-align: left;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}