/* GENERAL
------------------------------ */
	
	Body { 
		background-color: #b3b3b3; 
		background-image: url(images/bkgd.jpg); 
		background-repeat: no-repeat; 
		margin: 20px 0;
		}
	
	A:link		{ color: #992E4A; text-decoration: none; }
	A:visited	{ color: #992E4A; text-decoration: none; }
	A:active	{ color: #992E4A; text-decoration: underline; }
	A:hover		{ color: #992E4A; text-decoration: underline; }
	
	I			{ color: #666666; font: italic 11px verdana,arial,helvetica,sans-serif; }
	
/* CONTAINING TABLE
------------------------------ */

	#Container { 
		width: 770px; 
		background-color:#ffffff; 
		padding:0; 
		border: #6F7169 solid 1px;
		margin: 0 auto; 
		}
	
/* MAIN CONTENT
------------------------------ */
	
	#Main { 
		color: #666666; 
		font: 11px/1.4em verdana,arial,helvetica,sans-serif; 
		text-align: left; 
		background-color:#ffffff; 
		}
		
	#Main .Content			{ margin: 0 25px 20px 25px; }
	#Main .Content b		{ color: #666666; }
	#Main .Heading			{ color: #992E4A; font: 20px georgia,serif; margin-top: 18px; }
	#Main .SubHeading		{ color: #992E4A; font: 14px georgia,serif; }
	#Main .Quotes			{ color: #8154D1; font: 18px georgia,serif; text-align: center; padding: 10px; margin: 10px 40px; border: 1px solid #A786DF; background: #F3EDFD; }
	.MainForm TD			{ color: #666666; font: 11px verdana,arial,helvetica,sans-serif; text-align: left; }
	
/* RIGHT COLUMN
------------------------------ */

	#RightCol { 
		color: #fff; 
		font: 11px verdana,arial,helvetica,sans-serif; 
		text-align: left; 
		background: #A79C8B URL(images/bkgd_column.jpg); 
		}
		
	#RightCol .Content				{ margin: 20px 4px 20px 16px; }
	#RightCol .Heading				{ color: #fff; font: bold 13px georgia,serif; border-bottom: 1px solid #fff; width:90%; }
	#RightCol .SubHeading			{ color: #fff; font: bold 11px verdana,arial,helvetica,sans-serif; margin-top: 8px; }
	#RightCol a:link				{ color: #fff; text-decoration: underline; }
	#RightCol a:visited				{ color: #fff; text-decoration: underline; }
	#RightCol a:active				{ color: #fff; text-decoration: underline; }
	#RightCol a:hover				{ color: #fff; text-decoration: underline; }
	
/* LEFT COLUMN
------------------------------ */

	#LeftCol				{ margin: 20px 0 20px 20px; text-align: right }

/* TOP NAVIGATION
------------------------------ */
	#navbar_container {
		height: 21px;
		width: 770px;
		background: #6F7169 url(images/bkgd_nav.jpg);
		}
		
	#navbar {
		height: 21px;
		margin:0;
		padding:0;
		overflow: hidden;
		}
		
	#navbar ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;	
		}	
		
	#navbar li {
		float: left;
		list-style: none;
		margin:0;
		}
	
	#navbar li a {
		float: left;
		display: block; 
		height: 21px;
		color: #e6e6e6;
		font: 12px georgia, serif;
		text-decoration:none;
		letter-spacing: .08em;
		padding: 3px 10px 0 10px; 
		border-right: 1px solid #fff;
		}
		
	#navbar a:hover {
		background:url(images/bkgd_nav_highlite.jpg);
		color: #e6e6e6;
		}
	
	#navbar .highlight {
		background: url(images/bkgd_nav_highlite.jpg);
		color: #e6e6e6;
		}


/* BOTTOM NAVIGATION
------------------------------ */
	#BottomNav { 
		height: 20px;
		color: #e6e6e6; 
		font: 10px/20px verdana,arial,helvetica,sans-serif; 
		text-align: left; 
		vertical-align: bottom;
		padding-left: 10px;
		background: #6F7169 url(images/bkgd_nav.jpg); 
		}
		
	#BottomNav A:link		{ color: #d8d8e6; text-decoration: underline; }
	#BottomNav A:visited	{ color: #d8d8e6; text-decoration: underline; }
	#BottomNav A:active		{ color: #fff; 	  text-decoration: underline; }
	#BottomNav A:hover		{ color: #fff;	  text-decoration: underline; }


/* FOOTER
------------------------------ */
	
	#Footer { 
		color: #555555; 
		font: 10px verdana,arial,helvetica,sans-serif; 
		text-align: left; width: 770px; 
		padding-left: 20px; 
		margin: 4px auto; 
		}
	
/* FORMS
------------------------------ */

	input, select, textarea { color: #666666; font: 11px verdana, arial, helvetica, sans-serif; padding:1px; }