
/* general tag styles */
body 
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: x-small;
	background: #fff;
	padding: 0;
	margin: 5px 0;
	text-align: center;
}


/* main container */ 

#main-container 
{
	text-align: left; 
	margin: 0 auto;
	width: 773px;
	clear:both;
}

#page-without-footer
{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	clear: both;
	width: 773px;
	text-align: left;
}


/* clear float paragraph, list item */ 

p.clearit, li.clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0 0 1px 0;
}

p.clearit-full, li.clearit-full {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0 0 10px 0;
}
p.clearit-full-home
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
}


/* footer */

#footer
{
	color: #666;
	text-align: right;
	background: #e6e6e6;
	padding: 8px 12px;
	border: 1px solid #999;
	margin-top: 1px;
	clear: both;
	width: 100%;
}

#footer a 
{
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

#footer a:visited 
{
	color: #666;
	text-decoration: none;
}

#footer a:hover 
{
	color: #666;
	text-decoration: underline;
}

/* Global navigation */
/* main navigation */

#nav a
{
	/*font-weight: bold;*/
	font-size: 100%;
	color: #543019;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

#nav a:hover
{
	color: #ffffff;
}

#nav 
{
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-top: #a9a9a9 1px solid;
	clear: both;
}

#nav td
{
	border-top: #ffffff 1px solid;
	border-bottom: #a9a9a9 1px solid;
	height: 23px;
	text-align: center;
	background-color: #DACFC6;
	vertical-align: middle;
	border-right: #a9a9a9 1px solid;
}
