/*<agl.folder "Content Styling">*/	body {		color: #424242;		font-family: optima;		background-color: #d3d9e3;		padding: 0 0.5em; }	p {		font-size: 0.9em; }	em {		font-weight: bold;		font-style: normal; }	h4 {		margin: 0;		padding: 0.25em 0.25em 0.25em 0; }	a:link { color: #062c44 }	a:visited { color: #182c39 }	a:hover { color: #fff }	a:active { color: red }	/*original width was 26em*/	#content {		color: #000;		background-color: #83878d;		background-image: url(../images/contentbg.gif);		background-repeat: repeat-x;		background-attachment: fixed;		text-align: left;		max-width: 40em;		margin: 3em auto 0;		padding: 0 1em 1em;		border-color: #6c6c6c #fff #fff #3a3a3a;		border-style: solid;		border-width: 1px; }	ul {		font-size: 0.9em; }/*</agl.folder>*//*<agl.folder "blog specific">*/	iframe {		position: absolute;		top: 0;		left: 0;		width: 34px;		height: 1.85em;		z-index: 10000;		overflow: hidden;		border-right: 1px solid #3a3a3a;		border-bottom: 1px solid #3a3a3a; }	iframe:hover {		width: 100%;		border-right-style: none; }/*</agl.folder>*//*<agl.folder "Page Elements">*/	#logo {		text-align: center;		width: 100%;		clear: both;		margin-bottom: 1em; }	#logo img {		width: 26em;		max-width: 400px;		margin-top: 1em; }	#sidebar {		color: #000;		background-color: #afb4bc;		width: 12em;		float: right;		margin: 0 0 1em 0.5em;		padding: 0 1em 0 0.5em;		border: solid 1px #575757; }	.sunkenimage {		width:7em;		margin: 0.5em;		border-style: none; }/*</agl.folder>*//*<agl.folder "Main Nav Styling">*/	/* Navigation - Hide tab's subnavs  */	.tab-off .subnav, tab-on .subnav {		visibility: hidden; }	/* Navigation - Show tab's subnavs on hover */	.tab-off:hover .subnav, .tab-on:hover .subnav {		visibility: visible; }	/* Navigation - Tab hover effects */	.tab-on {		color: #202020;		background-color: #d9d9d9;		background-image: url(../images/navbarbg-on.png); }	div:hover .tab-on {		color: #202020;		background-color: #d9d9d9;		background-image: url(../images/navbarbg.png); }	div:hover .tab-on:hover {		color: #202020;		background-color: #d9d9d9;		background-image: url(../images/navbarbg-on.png); }	.tab-on:hover, .tab-off:hover {		color: #202020;		background-color: #d9d9d9;		background-image: url(../images/navbarbg-on.png); }	/*Navigation - Tab styling*/	.tab-off, .tab-on {		background-image: url(../images/navbarbg.png);		text-align: center;		width: 5em;		height: 1.43em;		float: left;		border-right: 1px solid #202020;		text-shadow: #000 0px 2px 6px }	#nav a:link, #nav a:visited, #locationbar a:link, #locationbar a:visited {		color: #fff;		text-decoration: none; }	#nav a:hover, #locationbar a:hover {		color: #ddf;		text-decoration: none; }	/* Navigation bar position*/	#nav {		font-size: 16pt;		background-color: #828282;		background-image: url(../images/navbarbg.png);		text-align: center;		position: absolute;		top: 0px;		left: 0px;		right: 0px;		height: 1.43em;		margin-right: auto;		margin-left: auto;		border-top: 1px solid #202020;		border-bottom: 1px solid #f3f3f3; }	#tabcontainer {		text-align: center;		width: 15.2em;		height: 1.43em;		margin-right: auto;		margin-left: auto;		border-left: 1px solid #202020; }/*</agl.folder>*//*<agl.folder "Sub Nav Styling">*/	.subnav {		background-image: url(../images/hud.png);		position: absolute;		top: 1.43em;		left: 0;		right: 0;		width: 17.2em;		z-index: 100;		margin-right: auto;		margin-left: auto;		padding: 0.25em;		border-color: #202020;		border-style: none solid solid;		border-width: 0 1px 1px; }	.subnav button {		color: #fff;		font-size: 0.8em;		text-align: center;		width: 9.9em;		float: left;		margin: 0;		padding: 0.15em;		text-shadow: #000 2px 2px 2px;		background: transparent;		border: none;		cursor: pointer; }	.subnav img {		vertical-align: bottom;		width: 1.25em;		height: 1.25em;		margin-right: 0.5em;		border-style: none; }	.subnav button:hover {		color: #202020;		background-color: #e6e6e6;		text-shadow: #fff 2px 2px 2px }/*</agl.folder>*//*<agl.folder "Footers">*/	#copyright {		color: #3a3a3a;		font-size: 0.8em;		background-color: inherit;		text-align: center;		clear: both;		margin-top: 0.75em;		margin-bottom: 2.5em; }	#copyright a:link {		color: #3a3a3a;		background-color: inherit; }	#copyright a:visited {		color: #3a3a3a;		background-color: inherit; }	#copyright a:hover {		color: #000;		background-color: inherit; }	#locationbar {		color: #f0f0f0;		font-size: 10pt;		font-weight: bold;		background-color: transparent;		background-image: url(../images/locationbar.png);		background-position: 0 center;		position: fixed;		left: 0;		right: 0;		bottom: 0;		padding: 0.1em 0.5em 0.3em;		border-top: 1px solid #202020;		text-shadow: #000 0px 1px 2px }/*</agl.folder>*/
