<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	padding: 0 5%;
	font-size: .75em;
	text-align: center;
	
	}






															/** MAIN CONTAINERS **/
div#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	}
	body.fullwidth div#container { width: 100%; }
	div#header {
		
		}
		div#header-in {
			
			}
	div#content-wrap {
		
		}
		div.content {
			
			}
		div.rlcol div.content 	{
	margin: 0 0 0 140px;
	width: 20%;
}			/* three column */
			div.content-in {
				
				}
		div.column {
			width: 200px;
			
			}
		div.rlcol div.cleft 	{
	float: left;
	padding-right: 5px;
}				/* three column left */
		
		div.rlcol div.cright 	{ 
		float: right; 
		width: 65%;
		padding: 10px 0 0 20px;}				/* three column right */
			
			div.column-in {
				
				}
	div#footer { text-align: right;
		
		}
		div#footer-in {
			text-align: right;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
</pre></body></html>