<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color Legend */


/* Reset */

		html, body { margin: 0; padding: 0; border: 0;  
						background: transparent; font-size:10px; }
		
		div, span, article, aside, footer, header, hgroup, nav, section,
		h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
		table, tr, th, td, tbody, tfoot, thead {
			margin: 0;
			padding: 0;
			border: 0;
			vertical-align: baseline;
			background: transparent;
			}
		
		img 	{ margin:0; padding:0; border:0; }
		
		table, tr, th, td, tbody, tfoot, thead {
			margin: 0; padding: 0; border: 0;
			vertical-align: baseline;
			background: transparent;
			}
			
		table { border-collapse: collapse; border-spacing: 0; }
			
		input, select, textarea, form, fieldset {
			margin: 0; padding: 0; border: 0;
			}
		
		article, aside, dialog, figure, footer, header, hgroup, nav, section { 
			display:block; }
		
		h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
			font-family:Georgia, "Times New Roman", Times, serif			
			font-size:100%;
			font-weight: normal;
			font-style: normal;
			line-height: 100%; 
			text-indent: 0;
			text-decoration: none;
			text-align: left;
			color: #000;
			}
		
		ol, ul { list-style: none; }
		
/* Ends Reset */

/* Global */

html 	{	}
body	{background-image:url('../Images/backgroundmain.jpg'); font-family:Georgia, "Times New Roman", Times, serif;
		font-size:medium; height:100%;	}



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; }

h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p           	{ color:#000; font-size:12px; line-height:150%;  }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link			{ color: #0000FF;  }
a:visited		{ color: #800080;  }
a:active		{ color: #F00000;  }
a:focus			{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }

/* Images */



/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#000; font-size:12px; }
ol li	     	{ color:#000; font-size:12px; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; }

tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }




/* Containers */


#wrapper 			{ width:900px; margin:0px auto; padding-bottom:600px; background-image:url('../Images/oldpaper.jpg') }


										
#top	 			{ background-color:#483c2c; padding:10px 0; width:100%; overflow:hidden;}




#banner 			{ width:100%   }




#topnav 			{ background-color:#8b1a07; clear:both; }
#topnav ul			{ width:100%; float:left; margin:0px; background-color:#483c2c;
						border-bottom: 1px #310f06 solid;}
#topnav ul li		{ display:inline; }

#topnav a:link		{ color:#ffffff;}
#topnav a:visited	{ color:#ffffff}
#topnav a:active	{ color:#ffffff;}
#topnav a:hover		{ color:#ffffff; background-color:#9f978a;}
#topnav a:focus		{ color:#ffffff;}
#topnav ul li a		{ float:left; padding:10px 20px; }

/* fog */


#fog 			{ width:100%; background-image:url('../Images/oldpaper.jpg') }
#fog p			{line-height:150%;padding-bottom:15px; margin:0 50px 0 50px; font-size:100%;}
#fog p.center	{text-align:center;}

#fog p.top		{line-height:150%; padding-top:75px; padding-bottom:15px; margin:0 50px 0 50px; font-size:100%;}
#fog p.topCenter {line-height:150%; padding-top:50px; padding-bottom:15px; margin:0 25px 0 25px; font-size:100%; text-align:center;}
#fog p.topCenter2 {line-height:150%; padding-top:25px; padding-bottom:15px; margin:0 25px 0 25px; font-size:100%; text-align:center;}


#fog h2			{ text-align:center; line-height:130%;  margin: 0 20px 0 20px; }
#fog h1			{text-align:center; padding-top:50px; padding-bottom:10px}

#fog ul li 		{Margin-left:75px; margin-right:75px; padding-bottom:17px; line-height:150%; font-size:100%}

#fog ol			{padding-bottom:25px;}

#fog ol	li		{margin-left:50px; margin-right:50px; font-size:100%; line-height:150%;}


#fog table.center	{width:50%; margin-left: auto; margin-right:auto; font: size 100%; padding:20px 20px; margin-bottom:20px}

#fog table.center td {padding:5px;}					

#boldItalic		{font-weight:bold; font-style:italic;   }
#boldItalic0	{font-weight:bold; font-style:italic;   }
#boldItalic1	{font-weight:bold; font-style:italic;   }


#fog hr.center	{width:50%; height:3px; background:#483c2c;}	



#intro				{width:100%}
#intro h1			{text-align:center; padding-top:50px; padding-bottom:10px;}
#intro p			{font-size:16px; margin:15px 30px 0 30px; line-height:120%;}
#intro p.center		{text-align:center;}
#intro hr.center	{width:50%; height:3px; background:#483c2c;}


#journalArchives		{width:100%}
#journalArchives p.intro	{line-height:150%;padding-bottom:15px; margin:0 50px 0 50px; font-size:100%;}
#journalArchives p		{text-align:center; line-height:145%; font-size:100%}
#journalArchives h1		{text-align:center; padding-top:50px; padding-bottom:10px}

#journalArchives table.grid	{width:95%; margin:auto; border-style:solid; border-width:2px;  border-color: #483c2c; background-image:url('../Images/oldpaper.jpg');}
#journalArchives table.grid, td	{border-width: 2px; border-style:solid; border-color:#483c2c; /*border-bottom:2px; */background-image:url('../Images/oldpaper.jpg');}
#journalArchives table.grid td	{padding: 8px 15px;}




/*#genieArchives table.grid, td {padding: 15px 15px;
					border-width: 3px;
					border-style: solid;
					border-bottom:2px #84674D solid;
					border-color: #84674d;	background-image:url('../images/backgroundplain.jpg');
					font-size:16px; line-height:135%;}
*/



/* Layout Extra */



/* Navigation Extra */




/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }
	
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }


</pre></body></html>