/* CSS Document */

body
{
	text-align: center;
	background-color: #CCCC99;
	margin-top: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
}


/*  Left Navigation  */

#navigation
{

	margin: -3px 0px 0px 0px;
	padding: 20px 0px 0px 14px;
	background-image: url(../images/nav_graident.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 18px;
}

#navigation a:link, #navigation a:visited
{
	text-decoration: none;
	color: #660;
}

#navigation a:hover { font-weight: bold; }

#navigationContact a
{
	text-decoration: none;
	color: #660;
	padding: 3px 6px 3px 4px;
	border-color: #D1BB60;
	border-width: 1px 1px 2px 2px;
	border-style: solid;
}


/*  Breadcrumb  */


#breadcrumb
{
	margin: 9px 0px 0px 30px;
	padding: 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #630;
}

#breadcrumb a:link, #breadcrumb a:visited
{
	text-decoration: none;
	color: #660;
}

#breadcrumb a:hover
{
	text-decoration: underline;
	color: #660;
}

/*  Footer styles  */

/*  This code is shared among all the footer images */

#contentFooter1, #contentFooter2, #contentFooter3
{

	padding: 5px 0px 5px 20px;
	float: left;
	background-color: #660;
	background-repeat: no-repeat;
	background-position: right;
}




#footer
{
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
}

#footer a:link, #footer a:visited
{
	text-decoration: none;
	color: #FFF;
}

#footer a:hover { text-decoration: underline; }

.indent { margin: 0px 0px 0px 30px; }

/*  Main content styles  */

#centercontent 
{

	margin: 10px 0px 10px 0px;
	padding: 0px 30px 0px 30px;

}

#centercontent p, #centercontent li
{
	font-size: 11px;
	line-height: 16px;
	color: #630;
}

#centercontent h5
{
	font-size: 11px;
	line-height: 16px;
	color: #660;
}

#centercontent h1 
{
	font-size: 12px;
	line-height: 14px;
	color: #630;
}

#centercontent h2 
{
	font-size: 11px;
	line-height: 16px;
	color: #660;
}

#centercontent a:link, #centercontent a:visited
{
	text-decoration: underline;
	color: #660;
}

#centercontent a:hover
{
	text-decoration: none;
	color: #660;
}


/*  This code is for the Calendar ONLY */

#calendartable 
{
	margin: 10px 10px 50px 30px;
}

.tableCell
{
	padding: 3px;
	font-size: 9px;
	text-align: center;	
	font-weight: bold;
	text-decoration: none;
	color: #660;
}

.tableCell h6
{
	padding: 0px;
	font-size: 9px;
	text-align: center;		
	text-decoration: none;
	color: #660;
}

.tableCell a:hover, a:visited
{

	font-size: 9px;
	text-decoration: underline;
	color: #660;
}

.tableCellDay
{
	padding: 0px;
	font-size: 9px;
	text-align: center;	
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
/* For the Carf Logo */

#carflogo
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/carf.gif);
	background-repeat: no-repeat;
	background-position: left top;
}