@charset "utf-8";
/* CSS Document */
body{
	background:#FFFFFF;
	background-image:none;
	background-repeat:no-repeat;
	
}

a img {border: 0;}

a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#FFCC33;
}
a:active {
	text-decoration:none;
	color:#000000;
}

.invisible a:link {
	text-decoration:none;
	color:#FFFFFF;
}
.invisible a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.invisible a:hover {
	text-decoration:none;
	color:#F1F1F1;
}
.invisible a:active {
	text-decoration:none;
	color:#FFFFFF;
}



/* --------------------------------------------------------- HEADER STYLE BEGIN */
#header {
	position:absolute;
	clear:left;
	top:30px;
	left:55px;
	width:900px;
	height:40px;
	border-bottom:solid;
	border-color:#000000;
	border-bottom-width:1px;
	overflow:hidden;
}

#toptitle{
	width:500px;
	float:left;
	clear:right;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	line-height:1em;
	font-style:italic;
	color:#000000;
	text-align:left;
	vertical-align:bottom;
}

#navtitle{
	left:700px;
	width:180px;
	float:right;
	clear:right;
	margin-right:1px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:2.9em;
	font-style:italic;
	color:#000000;
	text-align:right;
	vertical-align:bottom;
}

.navtitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:2.9em;
	font-style:italic;
	color:#000000;
	text-align:right;
	vertical-align:bottom;
}



/* --------------------------------------------------------- HEADER STYLE END */
/* --------------------------------------------------------- FPO STYLE BEGIN */

#fpo {
	position:absolute;
	clear:left;
	top:83px;
	left:55px;
	width:900px;
	height:20px;
	overflow:hidden;
}

/* --------------------------------------------------------- FPO STYLE END */
/* --------------------------------------------------------- ENTRY STYLE BEGIN */

#entry {
	position:absolute;
	clear:left;
	top:110px;
	left:55px;
	width:680px;
}

#inentry {
	clear:right;
	width:680px;
	border-top:solid;
	border-width:1px;
	border-color:#000000;
}

#edate {
	border-top:solid;
	border-width:1px;
	border-color:#000000;
	padding-top:10px;
	position:relative;
	margin-top:-1px;
	float:left;
	clear:right;
	width:145px;
}

.edate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.675em;
	line-height:1.125em;
	color:#666666;
}

#etitle {
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	margin-top:-1px;
	float:right;
	clear:right;
	width:510px;
	border-top:solid;
	border-width:1px;
	border-color:#000000;
}

.etitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:bold italic;
	font-size:.675em;
	color:#000000;
	line-height:1.125em;
}

#econtent {
	padding-top:10px;
	padding-bottom:30px;
	position:relative;
	float:right;
	clear:right;
	width:510px;
	border-top:dotted;
	border-width:1px;
	border-color:#000000;
}

.econtent {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.675em;
	color:#000000;
	line-height:1.5em;
}

/* --------------------------------------------------------- ENTRY STYLE END */
/* --------------------------------------------------------- SIDEBAR STYLE BEGIN */

#sidebar {
	position:absolute;
	overflow:hidden;
	clear:left;
	top:110px;
	left:760px;
	width:195px;
	border-top:solid;
	border-width:1px;
	border-color:#000000;
}

#stitle {
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	margin-top:-1px;
	width:200px;
	border-top:solid;
	border-width:1px;
	border-color:#000000;
}

.stitle {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.675em;
	color:#000000;
	line-height:1.125em;
}

#scontent {
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
	width:200px;
	border-top:dotted;
	border-width:1px;
	border-color:#000000;
}

.scontent {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.675em;
	color:#666666;
	line-height:1.5em;
}

/* --------------------------------------------------------- SIDEBAR STYLE END */
