body {
	/*margin: 20px 0;*/
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 11px;
	background-image: url(../graphics/bg_page_01.jpg);
	background-color: #4C4344;
	font: normal 11px Tahoma,Verdana,Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%; 
	margin-bottom: 1px; 
}
td {
	font-size: 11px;
}

h1 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	padding-left: 5px;
}

h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 760px;
	border-collapse: collapse;
}

/* ===== HEADER ===== */
#headerLeft {
	width: 220px;
	height: 75px;
	background: #949852 url(../graphics/bg_topleft_01.jpg) no-repeat;
	text-align: center;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 20px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#headerRight {
	background: #949852 url(../graphics/ntc_header.gif) no-repeat;	
	width: 540px;
	height: 75px;
	background-color: #949852;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}	
#headerRight h1 {
	padding-top: 20px;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}


/* ===== LEFT NAV ===== */
#navLeft {
	width: 220px;
	vertical-align: top;
	padding-top: 5px;
	background: #987952;
	border-right: 1px solid white;
	text-align: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #C7C99C;
	font-size: 11px;
}

#navLeft ul {
	list-style-type: none;
	margin-left: 3px;
	padding-left: 3px;
}

#navLeft li {
	margin-bottom: 15px;
}

#navLeft A {text-decoration: none; color: #C7C99C;}
#navLeft A:visited {text-decoration: none; color: #C7C99C;}
#navLeft A:active {text-decoration: none; color: #C7C99C;}
#navLeft A:hover {text-decoration: underline; color: #C7C99C;}

/* ===== TOP NAV ===== */
#navTop {
	width: 100%;
	height: 50px;
	background: #C7C99C;
	border-collapse: collapse;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*#navTop td:hover {
	background: #987952;
}
*/
/*#navTop td a:hover {
	background: yellow; 
	color: red;
}*/

.navTopLink {
	width: 100px;
	text-align: center;
	font-weight: bold;
}


/* ===== MAIN CONTENT */
#mainContent {
	width: 540px;
	vertical-align: top;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/* ===== EVENTS ===== */

.calendarTable .eventDate {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	background-color: #990000;
	color: #FFF;
	/*padding: 5px;*/
}
.calendarTable .eventTitle {
	font-size: 14px;
	font-weight: bold;
}
.calendarTable .eventRow {
	padding: 5px 5px 5px 5px;
}
.calendarTable .rowTitle {
	text-align: right;
	font-weight: bold;
}

.resourcesTable {
	width: 100%;
}
.resourcesTable td {
	padding: 5px;
}

/* ===== A ===== */
A:link {text-decoration: none; color: #29A3E1;}
A:visited {text-decoration: none; color: #29A3E1;}
A:active {text-decoration: none; color: #29A3E1;}
/*A:hover {text-decoration: underline; color: #E16629;}*/
A:hover {text-decoration: underline; color: #29A3E1;}

/* ===== FONTS =====*/	
.headline {
	font-size: 16px;
	font-weight: bold;
}
.subHeadline {
	font-weight: bold;
	font-size: 12px;
}
