/* GENERAL STYLES */
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/dot.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
    text-decoration: none;
}

/****** NAV ******/
#menu a, #menu a:visited
{
	text-align:left; 
	text-decoration:none; 
	color:#b2ab9b; 
	display:block;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	width: 154px;
	border:1px solid #ff6600;
	font-weight : bold;
}
#menu a:hover
{
	color:#666666;
}
#submenu a, #submenu a:visited
{
	text-align:left; 
	text-decoration:none; 
	color:#999999; 
	display:block;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 1px;
	font-weight : normal;
	border:0px;
}
#submenu a:hover
{
	color:#444444;
}

/**** BREADCRUMB ****/
#breadCrumb
{
	height: 18px; /* This is the height we wan't on our breadcrumb */ 
	padding: 4px 0 0 8px;
	color: #ff6600; /*This is our color on the text which isn't a link. We want' they to be light grey */ 
} 
#breadCrumb li
{
	float: left; 
	display: inline; 
	margin-right: 4px; 
} 
#breadCrumb a
{
	color: #ff6600;
	font-weight: bold;
	background: url(/layout/icons/breadcrumb.gif) top right no-repeat; 
	padding-right: 11px;
	text-decoration: none; 
} 
#breadCrumb a:hover
{ 
	color: #ff6600; 
	text-decoration: underline;
} 

/* EDITOR PROPERTIES */
h1 {
color: #ff6600;
font-style: italic;
font-size: 22px;
}

h2 {
font-size: 10px;
color: #685B52;
}


