/* CSS Document */
body {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #552f14;
	color:#494949;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
#wrapper {
	top: 0px;
	width: 820px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-image: url(banner/wrapper.jpg);
}
#banner{
	font-size:14px;
	width: 770px;
	height: 125px;
	background : url(banner/banner.jpg) no-repeat right;
	/*border-bottom: 1px solid #5b99c8;*/
}
/*#sidebar {
	font-size:12px;
	width: 125px;
	height: 280px;
	background : url(banner/menufade.gif) repeat-y top;
}*/
.menubutton {
	text-decoration: none;
	color: #5B99C8;
	width:auto;
	height: 20px;
	font-weight : bold;
	border-right: 1px solid #552f14;
	border-left: 1px solid #552f14;
	padding: 2px 2px 2px 3px;
}
.menubutton a {
	text-decoration: none;
	color: #f1f6fa;
	width:auto;
	height: 20px;
	font-weight : bold;
	border-right: 1px solid #552f14;
	border-left: 1px solid #552f14;
	padding: 2px 2px 2px 3px;
}
.menubutton a:hover {
	text-decoration: none;
	color : #ffdf00;
	width:auto;
	height: 20px;
	font-weight : bold;
	padding: 2px 2px 2px 2px;
	border-left: 1px solid #ffdf00;
	border-right: 1px solid #ffdf00;
}
div.tipDay {
	float:right;
	width:150px;
	background: #f7f7f7;
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	/*padding: 4px;*/
	border : 1px solid #5b99c8;
	text-align : center;
}
.tipheading {
	color: #FFFFFF;
	width:100%;
	font-weight : bold;
	padding: 3px 0px 3px 0px;
	background-color: #5B99C8;
}
#centerarea {
	width: 750px;
	height: 260px;
	font-size : 12px;
	padding-left: 10px;
}
#centercontent {
	width: 750px;
	height: auto;
	font-size : 12px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.centernav {
	font-size : 14px;
	color : #ff9900;
	padding: 0px 10px 0px 0px;
	font-variant : small-caps;
}
.centernav a{
	font-size : 14px;
	color : #cc6633;
	padding: 0px 10px 0px 0px;
	font-variant : small-caps;
	text-decoration: none;
}

.centernav a:hover{
	font-size : 14px;
	color : #9E987F;
	padding: 0px 10px 0px 0px;
	font-variant : small-caps;
	text-decoration: none;
}
table {
	font-size:12px;

}
table.main {
	border-left : 1px solid #552f14;
	border-top : 1px solid #552f14;
	border-right : 1px solid #552f14;
	border-bottom: 1px solid #552f14;
	font-size:12px;
	background-color: #dcd4ce;
}
table.rate {
	border-left : 1px solid #552f14;
	border-top : 1px solid #552f14;
	border-right : 1px solid #552f14;
	border-bottom: 1px solid #552f14;
	font-size:12px;
	background-color: #ffffff;
}
td.left {
	/*border-right: 1px solid #5b99c8;*/
	font-size:12px;
	/*background : url(banner/leftfade.gif) no-repeat top;*/
	width: 770px;
	background-color: #552f14;
	vertical-align:middle;
}
td.mainbody {
	/*background : url(images/mtsketch.gif) no-repeat bottom center;*/
}
a {
	font-size:12px;
	color : #cc6633;
	text-decoration: none;
}

a:hover {
	font-size:12px;
	color : #9E987F;
	text-decoration: none;
}
.textarea  {
	border: 1px inset Black;
	background-color: #edefe2;
	background-attachment: fixed;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: Black;
	padding-left : 1px;
}
.button {
	background-color: #cc6633;
	border: 1px inset;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: white;
	cursor: hand;
	border-color: #999999 #000000 #000000 #999999;
	height: 18px;
}
.heading {
	font-weight: bold;
	font-size:16px;
	color : #552f14;
	text-align:center;
	font-style: italic;	
}
.homelink { 
	margin: 5px 0px 0px 75px;
}
div.clear {
	clear: both;
	height: 0;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}