/*<agl.folder "Body">*/
	body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #FFA500 url(../images/body_bg.gif) repeat-y 50% 0;
	}
/*to avoid page shift*/
	html {
	min-height: 100%; margin-bottom: 1px;
	}
/*</agl.folder>*/
/*<agl.folder "Links">*/
	a:link {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 1px solid #fff;
	}
	a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 1px solid #fff;
	}
	a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffa500;
	border-bottom: 1px solid #ffa500;
	}
/*</agl.folder>*/
/*<agl.folder "Common Elements">*/
	p {
	margin: 1em 0 1em;
	padding: 0;
		}
	h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
	h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	}
	h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #7B9905;
	border-bottom: 1px solid #eaeaea;
	}
	h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	border-bottom: none;
	color: #FFA500;
	}
	h3 a:hover {
	color: #036;
	}
	h4, h5 {
	margin: 1.5em 0 0 0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}
	h1 span, h2 span, h3 span {
	color: #999;
	}
	blockquote {
	font-style: italic;
	padding-left: 23px;
	background: url(../images/quotemarks.gif) no-repeat 0 3px;
	}
	abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
	a abbr {
	border: none;
	}
	em {
	font-style: italic;
	}
	strong {
	font-weight: bold;
	}
	del {
	text-decoration: line-through;
	color: #999;
	}
	ins {
	text-decoration: none;
	font-style: italic;
	}
	address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
/*</agl.folder>*/
/*<agl.folder "Top">*/
	#wrap {
	color: #333;
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 750px;
	background: transparent;
	}
	#logo {
	color: #333;
	background: #fff url(../images/logo-bg-top.gif);
	text-decoration: none;
	}
	#logo h1 {
	background: url(../images/logo.gif);
	text-decoration: none;
	text-indent: -100em;
	margin: 0;
	width: 450px;
	height: 90px;
	overflow: hidden 
	}
	#logo a {
	text-decoration: none;
	height: 90px;
	display: block 
	}
	#logo a:hover {
	background: transparent; 
	}
/*</agl.folder>*/
/*<agl.folder "Navigation">*/
/*Eric Meyer's tabbed navbar*/
	#navlist {
	padding: 3px 0;
	margin: 0px;
	border-bottom: 1px solid #404040;
	font: bold 12px Verdana, sans-serif;
	background: #fff url(../images/logo-bg-bot.gif);
	}
	#navlist li	{
	list-style: none;
	margin: 0;
	display: inline;
	}
	#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #404040;
	background: #fff;
	text-decoration: none;
	}
	#navlist li a:link {
	color: #333;
	}
	#navlist li a:visited {
	color: #333;
	}
	#navlist li a:hover {
	color: #ffa500;
	background: #fff;
	border-color: #404040;
	}
	#navlist li a#current {
	color: #333;
	background: white;
	border-bottom: 1px solid white;
	}
/*</agl.folder>*/
/*<agl.folder "Title Box">*/
	#title {
	background-color: #fff;
	clear: left;
	padding: 25px 310px 25px 25px;
	border-bottom: 1px solid #787878;
	}
	#home #title {
	background-image: none;
	}
	#title h1 {
	margin: 0;
	padding: 0;
	font-size: 150%; 
	font-weight: normal;
	color: #090909;
	}
	#title h1 span {
	color: #898989;
	}
	#title h2 {
	font-family: Verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	color: #898989;
	}
	#title a {
	border-bottom-color: #333;
	}
	#title a:visited {
	color: #FFA500;
	}
	#title a:hover {
	color: #036;
	}
	h2#recent {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	color: #898989;
	}
/*</agl.folder>*/
/*<agl.folder "Main Column">*/
	#main-body {
	float: left;
	width: 521px;
	}
	#content {
	margin: 25px 0;
	padding: 0 25px;
	}
/*</agl.folder>*/
/*<agl.folder "Lists">*/
	#content ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}
	#content ul li {
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(../images/square-bullet.gif) no-repeat 0 5px;
	}
	#content ul li.linked {
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(../images/red-bullet.gif) no-repeat 0 5px;
	}
	#content ul li.reader {
	padding: 8px 0 4px 24px;
	line-height: 1.4em;
	background: url(../images/Pdf_16x16.gif) no-repeat 0 5px;
	}
	#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 90%;
	line-height: 1.5em;
	}
	#content dl dt {
	font-weight: bold;
	}
	#content dl dt span {
	font-weight: normal;
	}
/*</agl.folder>*/
/*<agl.folder "Teasers">*/
	dl.teaser, #sidebar dl.teaser {
	margin: 0 0 10px 10px;
	padding: 0 20px 0 0;
	}
	dl.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
    }
	dl.teaser dt {
	margin: 0;
	padding: 0;
	}
	dl.teaser dt a {
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: 2px;
	border: 1px solid #898989;
	background: #fff;
	}
	dl.teaser dt a img {
	float: left;
	}
	dl.teaser dt a:hover {
	padding: 2px;
	border: 1px solid #FFA500;
	}
/*cyberscribe specific*/
	dl.teaser dd a {
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #D8D8D8;
	}
	dl.teaser dd a:hover {
	color: #fff;
	font-weight: normal;
	background-color: #ffa500;
	border-bottom: 1px solid #ffa500;
	}
/*</agl.folder>*/
/*<agl.folder "Notes">*/
	#content .comment {
		color: #333;
		background: #fff;
		margin: 15px 0;
		padding: 10px;
		border: dashed 1px #005aff;
		}
	#content .print {
	font-size: 90%;
	line-height: 1.6em;
	padding-top: 8px;
	}
/*</agl.folder>*/
/*<agl.folder "Entries">*/
	#home #content h3 {
	margin: 0;
	padding: 0;
	border: none;
	}
	#content dl.entries {
	margin: 0;
	padding: 0;
	}
	#content dl.entries dt {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 140%;
	line-height: 1.5em;
	font-weight: normal;
	color: #005aff;
	}
	#content dl.entries dt a {
	text-decoration: none;
	border-bottom: none;
	color: #FFA500;
	}
	#content dl.entries dt a:hover {
	color: #FFA500;
	}
	#content dl.entries dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	#content dl.entries dd.email {
	color: #777;
	padding: 8px 0 0;
	background: url(../images/mail_32.gif) no-repeat 0px 50%;
	text-indent: 37px;
	}
	/*Listutorial method*/
	#content dl.entries dd.info {
	padding: 0;
	margin: 0;
	color: #777;
	background: url(../images/info.gif) no-repeat;
	background-position: 0 0;
	text-indent: 21px;
	}
	#content dl.entries dd.more {
	font-size: 90%;
	}
	#content dl.entries dd.posted {
	margin: 1em 0 20px 0;
	padding: 4px 0 0 0;
	font-size: 90%;
	color: #ccc;
	border-top: 1px solid #eaeaea;
	}
	#content dl.entries dd p {
	margin: 0 0 1em 0;
	}
/*</agl.folder>*/
/*<agl.folder "Sidebar">*/
	#sidebar {
	width: 219px;
	float: right;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #888;
	}
	#sidebar h3 {
	margin: 30px 0 12px 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 120%;
	border: none;
	background: #898989 url(../images/sidebar-h3-bg.gif) repeat-x top left;
	}
	#sidebar h3#quick {
	margin-top: 24px;
	}
	#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
	#sidebar p, #sidebar ul, #sidebar dl {
	margin: 4px 10px 4px 10px;
	padding: 0;
	list-style: none;
	}
	#sidebar li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 12px;
	line-height: 1.4em;
	background: url(../images/red-bullet.gif) no-repeat 0 5px;
	}
	#sidebar img {
	vertical-align: middle;
	}
/*</agl.folder>*/
/*<agl.folder "Footer">*/
	#footer {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 90%;
	color: #898989;
	background-color: transparent;
	border-top: 1px solid #898989;
	}
	#footer a {
	font-size: 90%;
	font-weight: normal;
	}
	#footer a:hover {
	font-size: 90%;
	font-weight: normal;
	}
/*</agl.folder>*/
/*<agl.folder "Forms">*/
	#contactform {
	margin: 0 0 25px 0;
	padding: 15px;
	background: none;
	}
	#contactform dl {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
	#contactform dt {
	color: #333;
	font-weight: normal !important;
	}
	#contactform dt em, #contactform .note em {
	color: #c00;
	font-weight: bold;
	font-style: normal;
	}
	#contactform #realname, #contactform #email, #contactform #url {
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 130%;
	color: #444;
	}
	#contactform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}
/*</agl.folder>*/
/*<agl.folder "Misc.">*/
	h3 img {
	vertical-align: middle;
	}
	ul.noBullet li {
	list-style-type: none;
	}
	.center {
	text-align: center;
	}
	a img {
	border: none;
	}
	.hide {
	display: none;
	}
/*</agl.folder>*/