/*	BODY STYLE	*/

body		{	margin-top: 0;
				margin-left: 0;
				font-family: Arial;
				font-size: 10pt;
				background-image: url('images/background.jpg');
				align: center;
			}

			
/*  PARAGRAPH */
p            { text-indent: 30; font-family: Arial; font-size: 10pt; margin-left: 20; 
               margin-right: 20 }
.small			{ font-size: 8pt; }

/*	LISTS	*/
dd			{ margin-bottom: 10px; font-family: Arial; font-size: 10pt; }
ul.narrow		{ margin-left: 60px; }



/*	TABLES */
td			{font-family: Arial; font-size: 10pt; }
td.news		{border:3px double #00C000; background-color: #2855A6; text-align:center; }
a.news		{color:#FFFF00; font-weight:bold; text-decoration: none}
/*	BIG TEXT	*/
.sitebanner	{
				color: #00C000;
				font-family: Tahoma;
				font-size: 30pt;
				font-weight: bold;
				font-variant: small-caps;
				margin-left: 20px;
			}
.sitemotto	{
				color: #FFFFFF;
				font-family: Tahoma;
				font-size: 18pt;
				font-variant: small-caps;
				margin-left: 40px;
			}
.pagebanner		{
				color: #FFFFFF;
				font-family: Tahoma;
				font-size: 24pt;
				font-variant: small-caps;
				margin-left: 20px;
			}
			
/* TABLE STUFF */
td.border1	{
				background-color: #2855A6;
			}
td.border2	{
				background-color: #00C000;
			}
td.botleft	{
				font-family: Arial, Helvetica;
				font-size: 8pt;
				color: #000000;
			}

/*	ANCHORS */
a:link.plain, a:visited.plain, a:active.plain, a:hover.plain {
				text-decoration: none;
				color:#0000FF;
			}

a:link.plainsm, a:visited.plainsm, a:active.plainsm, a:hover.plainsm {
				font-size: 8pt;
				font-family: Arial, Helvetica;
				text-decoration: none;
				color:#0000FF;
			}

			
/*	NAVIGATION STUFF */
a:link.topnav, a:visited.topnav, a:active.topnav, a:hover.topnav {
					text-decoration: none;
					font-family: Tahoma;
					font-size: 10pt;
					color: #FFFFFF;
					font-weight: normal;
					border: 1px solid #8080FF;
					padding-left: 2px;
					width:100px;
					text-align: center;
				}
a:hover.topnav	{ border: 1px solid #FFFFFF;
					color: #FF0000;
 }			
			
a:link.leftnav, a:visited.leftnav, a:active.leftnav, a:hover.leftnav {
					background-color: #008000;
					text-decoration: none;
					font-family: Tahoma;
					font-size: 10pt;
					color: #FFFFFF;
					font-weight: normal;
					border: 1px solid #0000FF;
					padding-left: 2px;
					width:80px;
					text-align: center;
					margin-top: 5px;
				}
a:hover.leftnav	{ border: 1px solid #008000;
					background-color: #2855A6;
					color: #FFFFFF;
 }			
			
a:link.news, a:visited.news, a:active.news, a:hover.news {
					background-color: #FFFF00;
					text-decoration: none;
					font-family: Tahoma;
					font-size: 10pt;
					color: #FF0000;
					font-weight: normal;
					border: 1px solid #FF0000;
					padding-left: 2px;
					width:80px;
					text-align: center;
					margin-top: 5px;
				}
a:hover.news	{ border: 1px solid #FFFF00;
					background-color: #FF0000;
					color: #FFFF00;
 }			
ul				{
					margin-left: 65;
				}
ol				{
					margin-left: 65;
				}
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
/*
html, body {
		font-family:lucida,verdana,sans-serif;
		font-size:12px;
	font-weight:normal;
	color:#000000;
	background-color:#6b6b6b;
}

body {
	color:#000000;
	background-color:#ffffff;
	border:solid 1px #000000;
	padding:0px;
	margin:10px 15px 15px 15px;
}

*/			
			
			
			
			
/* done for better scrolling */