/* CSS Document */

body.homePageBody	
			{
			background-color: #F4E5D0;
			background-image: url(/img/bg_gradiant.png);
			background-repeat: repeat-x;
			background-position:top;
			font: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			color: #663300;
			margin: 0px 0px 0px 0px;
			height: 100px;
	}

BODY 
			{ 
			font-family: Garamond, Times New Roman, Times, serif;
			font-size: 12px;
			color: #333333;
			background-color: #FFFFFF;
			margin: 0px 0px 0px 0px;
			line-height: 16px;
			}
			
P, TABLE, TR, TD 
			{ 
			font-family: Garamond, Times New Roman, Times, serif;
			font-size: 128px; 
			color: #333333; 
			font-variant: small-caps; 
			}

A 
			{
			color: #333333;
			text-decoration: none;
			border-bottom: 1px dotted #333333;
			}

h1 {
	font-size: 16px;
	font-variant: normal;
	letter-spacing: .25em;
	line-height: 18px;
	}


/* A:visited 
			{
			color:#333333;
			text-decoration: none;
			border-bottom: 1px dotted #333333;
			}

A.link
			{
			color:#333333; 
			text-decoration: none;
			border-bottom: 1px dotted #333333;
			}

A:hover 
			{ 
			color:#333333; 
			text-decoration: none;
			border-bottom: 1px solid #333333;
			} */

.titleLogo 
			{ 
			font-size: 14px; 
			color:#333333; 
			font-weight:bolder; 
			}

.readingContent 
			{ 
			font-size:12px; 
			color: #333333; 
			font-variant: normal; 
			font-stretch: 10px; 
			text-align: left; 
			}

.navButtons 
			{ 
			border-left: 1px solid #999999; 
			border-bottom: 1px solid #999999; 
			font-weight:bold; 
			text-align:center; 
			}
			
.navButtonsHot 
			{ 
			border-left: 1px solid #333333;
			border-bottom: 1px solid #333333; 
			background-color:#CCCCCC; 
			text-align: center; 
			text-decoration: none; 
			}
			
.contentTables 
			{ 
			border-left: 1px solid #999999;
			border-top: 1px solid #999999;<br>
			padding-left: 5px;
			padding-right: 5px; 
			}

HR 
			{
			
			}

TEXTAREA 
			{ 
			width: 279px; 
			height: 100px; 
			}
			
.commentText 
			{
			width: 349px;
			height: 50px; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			}
.logoTitle	{
			font-size:22px;
			font-variant: normal;
			letter-spacing: .75em;
			line-height: 24px;
			/*border-bottom: 1px solid #663300;*/
			}

a:link	{
			border-bottom: 0px;
			color: #660000;
			text-decoration:none;
			font-size: 14px;
			font-variant: normal;
			}
			
a:visited	{
			border-bottom: 0px;
			color:#660000;
			text-decoration:none;
			font-size: 14px;
			font-variant: normal;
			}

a:hover	{
			border-bottom: 0px;
			color:#660000;
			text-decoration:underline;
			font-size: 14px;
			font-variant: normal;
			}
			
p.homePageNav
			{
			font-size: 14px;
			}
			
#contactField
			{
			position: relative;
			background-color:#CC9966;
			background-image: url(/img/contact_bg.jpg);
			background-position:center;
			border: 1px solid #663300;
			width: 800px;
			height: 450px;
			margin-top: 20px;
			padding: 10px 10px 10px 10px;
			}

#contactLogo
			{
			left: 0px;
			top: 0px;
			width: 117px;
			padding: 0px 0px 0px 0px;
			height: 117px;
			float: left;
			}

#contactHeader
			{
			position: relative;
			left: 0px;
			top: 0px;
			width: 681px;
			height: 117px;
			left: 0px;
			padding-top: 35px;
			}

#contactTitle
			{
			letter-spacing: .5em;
			font-size: 36px;
			text-transform: uppercase;
			}

#contactName
			{
			position:relative;
			font-size:18px;
			letter-spacing: .6em;
			line-height: 36px;
			left: 10px;
			}

#contactNav
			{
			position: relative;
			width: 621px;
			left: 25px;
			}
#inputArea
			{
			position: relative;
			top: 0px;
			width: 700px;
			height: 100px;
			}

#submitButton
			{
			font: Georgia, "Times New Roman", Times, serif;
			position: absolute;
			padding-left: 15px;
			padding-right: 15px;
			height: 25px;
			max-width: 200px;
			background-color:#663300;
			color:#FFFFFF;
			border: 0px;
			text-transform: uppercase;
			float: right;
			right: 70px;
			}

#submitButton:hover
			{
			background-color:#FFCC99;
			color: #663300;
			}
#eMailinPut
			{
			background-color: #FFFFFF;
			color:#000000;
			border: 0px;
			height: 20px;
			margin-bottom: 5px;
			}
#msgConfirm
			{
			position: relative;
			float: left;
			width: 780px; 
			background-color: #EEEEEE;
			color: black; 
			border: 1px solid #000000; 
			padding: 10px 10px 10px 10px;
			}
a.contactLogoLink
			{
			border-bottom: none;
			}