@charset "utf-8";
/* CSS Document */

body
{
	background-color: #d2467a;
	color: #600;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	text-indent: 10px;
}

a	{ text-decoration: none;	}

.table	{	background-color: #FFF;
			margin-bottom: 10px; margin-top: 10px;
			}
			
#headimg
{
	padding: 10px;
}

 /* EDIT THIS TO ADJUST YOUR MAIN CONTENT'S WIDTH */
#main
{
	width: 600px;
	padding: 10px;
	padding-right: 20px;
	vertical-align: top;
}

	#main img
	{
		margin: 5px;
	}
	
	#main h1
	{
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-style: italic;
		font-weight: normal;
		font-size: 22pt;
		margin-bottom: 2px;
		color: #899f1a;
	}
	
	#main h2
	{
		font-size: 20pt;
		font-family: "Courier New", Courier, monospace;
		font-weight: normal;
		margin-top: 30px;
		text-align: center;
		color: #d2467a;
		text-transform: uppercase;
		margin-bottom: 5px;
		border-bottom: 1px solid #faa419;
	}
	
	#main a
	{
		color: #F09;
	}
	
	#main a:hover
	{
		color: #000;
	}

	b, strong	{ color: #faa419;}
	i, em		{	color: #693;	}
	u		{	color: #666;	}
	
	.p
	{
		color: #35391f;
	}
	
	.h
	{
		font-family: "Times New Roman", Times, serif;
		letter-spacing: 1px;
		font-size: 9pt;
		border: 1px solid #e9f3b5;
		padding: 10px;
		background-color: #f9e9d0;
	}
	
	textarea, button, select, option, input
	{
		margin: 2px; padding: 2px;
		background-color: #FFF;
		border: 1px solid #F96;
		color: #d2467a;
		font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	blockquote
	{
		border-left: 20px solid #ff9ac0;
		padding: 10px;
		color: #060;
		font-family: "Times New Roman", Times, serif;
		letter-spacing: 1px;
		font-size: 10pt;
	}
	

 /* EDIT THIS TO ADJUST YOUR NAVIGATION'S WIDTH */	
#navigation
{
	width: 200px;
	padding: 20px;
	vertical-align: top;
}

	#navigation h1
	{
		font-family: "Times New Roman", Times, serif;
		font-size: 15pt;
		text-transform: lowercase;
		border-bottom: 1px solid #9cb039;
		color: #fc5b98;
		font-weight: normal;
		padding-left: 15px;
		
	}
	
	#navigation a
	{
		display: block;
		margin: 2px;
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
		padding-left: 10px;
		color: #666;
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 3px;
	}
	
	#navigation a:hover
	{
		color: #faa419;
	}
	
	.n
	{
		color: #666;
		font-size: 10pt;
		font-family: "Times New Roman", Times, serif;
		text-align: justify;
		padding-left: 10px; padding-right: 10px;
	}
	
#footer
{
	padding: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #9cb039;
}

	#footer p
	{	text-indent: 0;
		
		border-top: 1px solid #C36;
	}
	
	#footer a
	{
		color: #999;
	}
	
	#footer a:hover
	{
		color: #666;
	}