body 
{
	color: #555555;
	background: #ffffff;
	margin: 0 0;
	padding:0;
	font-size: 12px;
}

p, td, th, li, ol, h1, h2, h3, h4, h5, h6 
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
}

a:link 
{
	font-weight: bold;
	text-decoration: underline;
	color: #eea532;
	font-size:12px;
}

a:visited 
{
	font-weight: bold;
	text-decoration: underline;
	color: #572e24;
	font-size:12px;
}

a:hover 
{
    font-weight: bold;
	text-decoration: none;
	color: #572e24;
	font-size:12px;
}

a:active 
{
    font-weight: bold;
	text-decoration: none;
	color: #eea532;
	font-size:12px;
}

/* footer navigation */
a.footer:link 
{
	color: #572e24;
	font-weight: bold;
	text-decoration:none;
	font-size: 11px;
}
a.footer:visited
{
	color: #333333;
	font-weight: bold;
	text-decoration:none;
	font-size: 11px;
}
a.footer:hover,a.footer:active 
{
    font-weight: bold;
	text-decoration: underline;
	color: #eea532;
	font-size: 11px;
}
/* you are here clue for footer */
span.footer
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}

a.sitemap:link 
{
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
	color: #572e24;
}

a.sitemap:visited  {
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
	color: #aaaaaa;
}

a.sitemap:hover,a.sitemap:active
{
    font-weight: normal;
    font-size: 14px;
	text-decoration: none;
	color: #eea532;
}

li.square { list-style-type:square;}

html p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.25;
}


h1 {
	font-size: 20px;
	font-weight: bold;
	color: #eea532;
	padding:18px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #eea532;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #eea532;
}


/* Header Table */

table#header {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}


#header td 	{
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}



/* Main Navigation Bar Components */


table#nav {
	padding:0;
}

table#nav td {
	border-right: 1px solid #fff;
	border-top: 0;
}

table#bottomNav {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}


/* Secondary Navigation Components */

table#secondNav {
	border: 0;
}

#secondNav td {
	border: 0;
}

/* Content Table components */
	
table#content {
	color: #555555;
	font-size: 12px;
	
}

td.leftSide 	{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;

}
