/* CSS Document */
body					{margin: 0px 0px 0px 0px; font-family:"Trebuchet MS", Verdana, Arial; font-size: 11px;}
p						{padding-left: 5px; padding-right: 5px; color:#653232;}
h1						{margin-left: 5px; color:#bc9476; font-size: 16px;}

/*  DIV CLASSES */
.container				{width: 800px; margin: 0px auto 0px auto;}
.top					{width: 800px; margin: 0px 0px 0px 0px; float: left; height: 150px;}
.top_left				{width: 500px; margin: 0px 0px 0px 0px; float: left; height: 150px;}
.top_right				{width: 250px; float: right; height: 125px;}
.top_home				{width: 760px; margin-left: 20px; float:left; height: 150px;}
.top_nav				{width: 800px; margin: 0px 0px 0px 0px; float: left; height: 27px; 
						 border-bottom: 3px solid #efefef; background-color: #bc9476; font-size:11px;}
.top_nav_table			{border: 1px solid #000000;}						 
.nav					{width: 133px; margin-left: 0px; margin-right: 0px; float:left; }
.top_home_nav			{width: 760px; margin-left: 20px; float:left; height: 27px;}
.left_side				{width: 185px; margin: 0px 0px 0px 0px; float:left; height: auto; background-color: #efefef;}						
.main					{width: 615px; margin: 50px 0px 0px 0px; float:left; height: auto;}
.main_left				{width: 430px; margin: 0px 0px 0px 0px; float:left; height: auto;}
.main_right				{width: 185px; margin: 0px 0px 0px 0px; float:left; height: auto;}
.footer					{width: 615px; float: left; text-align:center;}
.header_link			{float:right;}
.comment_from			{font-weight: bold; font-style:italic;}

/*  FORMATTING CLASSES */
.gray_bar				{width:800px; margin: 0px 0px 0px 0px; background-image:url(../images/gray_bar.gif);}


/* NAVIGATION CLASSES */
.left_link				{margin: 5px 0px 5px 0px; float:left; padding-left:10px; width: 175px;}
.left_link a			{text-decoration:none; color:#333333;}
.left_link a:hover		{text-decoration:none; color:#bc9476;}
.left_link a:visited	{text-decoration:none; color:#333333;}
.header_link a			{text-decoration:none; color:#550055;}
.header_link a:hover	{text-decoration:none; color:#333333;}
.header_link a:visited	{text-decoration:none; color:#550055;}
.link a					{text-decoration:none; color:#2f445c;}
.link a:hover			{text-decoration:none; color:#2f445c; background-color:#bc9476;}
.link a:visited			{text-decoration:none; color:#2f445c;}

/*  SPACER CLASSES  */
.left_spacer			{margin: 0px 0px 0px 0px; float:left; padding-left:10px; padding-right:10px; width: 165px;}
.search_button			{width:23px; margin:0px; padding:0px; border:0px; color: #bc9476; font-weight:bold; 
						 background-color:#ffffff; cursor:pointer; }
.clear					{clear:both; display:none;}						 
