/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:12px arial;
	color:#333333;
	}

a {
	color:#FA5919;
	text-decoration:underline;
	font-weight:bold;
}	
		
a:hover {
	color: #E00030;
	text-decoration:underline;
	font-weight:bold;
	}
	
/* ID Styles */
	
#navigation a {
	font:12px arial;
	color: #FA5919;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #1E92C2;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #FA5919;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	

.bodyText2 {
	font:11px arial;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #FA5919;
	letter-spacing:.1em;
	line-height:26px;
	}

.llistat {
	font:16px georgia;
	color: #FFFFFF;
	letter-spacing:.1em;
	line-height:26px;
	}

.llistat a:hover {
	color:#E00030;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:11px arial;
	color: #FA5919;
	letter-spacing:.1em;
	}

.navText2 {
	font:10px arial;
	color: #FFFFFF;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
.titol {
	font-size: xx-large;
	color: #FFFFFF;
	letter-spacing:.1em;
    }		
	
.titol2 {
	font-size: xx-large;
	background: #FFFFFF;
    }			

.titol3 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	color: #FFFFFF;
	letter-spacing:.1em;
    }

.titol4 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font:13px;
	color: #000000;
	background: #FFFFFF;
	letter-spacing:.1em;
	margin: 4px;
	padding: 10px;
    }
	
#nav, #nav ul {
	float: center;
	width: 86em;
	list-style: none;
	line-height: 1;
	background: #E00030;
	font-weight: bold;
	padding: 0;
	border: solid #E00030;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	padding: 0.25em 0.25em;
}

#nav a.daddy {
	background: url(arrow.gif) center right no-repeat;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	border: solid #F47421;
	border-width: 1px 0;
	margin: 0 0 1em 0;;
	height: auto;
	width: 10em;
	w\idth: 6em;
	font-weight: bold;
	border-width: 0.25em;
	margin: 0 0 1em 0;
	background: #E00030;	
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width: 10em;
	w\idth: 6em;	
}

#nav li:hover, #nav li.sfhover {
	background: #F47421;
}

#content {
	clear: left;
}

#content a {
	color: #F47421;
}

#content a:hover {
	text-decoration: none;
}

