
/* General Style Settings */
body {
	font-family:tahoma;
	font-size:13px;	
	line-height:1.3;
	color:#838282;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5 {
	font-size:18px;	
}

a {
	text-decoration:underline;
   	color:#519FC3;
}

ul {
	margin:0px; 
	padding-left:10px; 
	list-style:none;
}

hr {
	text-align: center;
	height: 1px;
	width: 80%;
	border-top: 1px solid #bbb;	
	border-top: 0px solid #bbb;	
}

/* Table Style Settings */
td {
	text-align: left;
	vertical-align: top;
	font-size:13px;	
	line-height:1.3;
	color:#838282;
}

th {
	text-align: left; 
	font-size:15px;
	font-weight: normal;
	border-bottom: 1px solid #888;
}

/* Specific Snippet Style Settings */
.error {	
	color:#f00;
}

.crumb {
	color: #821633;
	font-size: 14px;
}

.crumb a {
	color: #821633;
	text-decoration:none;
}

.crumb a:hover {
	color: #d8305e;
	text-decoration:none;
}

/* CSS for Menu Structure */
#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size:14px;
  	font-weight: normal;
	color: #FFF;
	background:#ebebeb;
	text-decoration: none;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #FFF;
}

#nav a:hover {
	color: #FFF;
	text-decoration: underline;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 18em;
	border-top: 1px dotted #b9b9b9;
    border-left: 1px dotted #b9b9b9;
    border-bottom: 1px dotted #b9b9b9;
    border-right: 1px dotted #b9b9b9;
    padding: 4px;
    font-size:13px;
}

#nav li ul li {
    padding: 0px;
	float: none;	
}

#nav li ul li a:hover {
	background:#d9d9d9;	
	color: #d8305e;
	text-decoration: none;
}

#nav li ul li a {
	display: block;
	color: #821633;
	border-bottom: 1px dotted #c9c9c9;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
