@charset "utf-8";

/* container presentation starts here */
#container {
	font-weight: bold;
	background: url(../images/backgroundImage.jpg) no-repeat center top;
}

/* header presentation starts here */
#header h1 {
	color: #FFFFFF;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

/* meetings presentation starts here */
#meetings p.agendaMinutesResourcesActions {
	color: #000000;
	letter-spacing: 0.08em;
	text-align: left;
	font: normal;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-indent: -1em;
	margin-top: -4px;
	margin-bottom: 4px;
	white-space: normal;
	margin-left: 3em;
}
#meetings p.resourcesActionsLinks {
	color: #000000;
	letter-spacing: 0.08em;
	text-align: left;
	font: normal;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-indent: -1em;
	margin-top: -4px;
	margin-bottom: 4px;
	white-space: normal;
	padding-left: 3em;
}

/* mainContent presentation starts here */
#mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #000000;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainContent h3 {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.04em;
	text-align: left;
}
#mainContent p.jumpToTop {
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
#mainContent a {
	font-weight: bold;	
	color: #398f38; /* dark green */
	text-decoration: underline;
	font-size: 1.0em;
}
#mainContent a:link {
}
#mainContent a:visited {
	color: #398f38; /* dark green */
}
#mainContent a:hover, #mainContent a:active, #mainContent a:focus {
	color: #f05510; /* orange */
}


/* sidebar1 (navigation) presentation starts here */

/* sidebar2 (calendar) presentation starts here */
#sidebar2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #000000;
}
#sidebar2 p {
	text-align: left;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: .11em;
}

/* footer presentation starts here */
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	font-weight: normal;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a {
	color: #000000;
	text-decoration: none;
}

