
#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(../images/wnep/banners/WNEP-Banner-9.jpg) no-repeat;
}

#mission {
	display: block;
	/* height: 150px !important; */
	/* background: #0f0a06 top left repeat-y; */ /* almost black */
	/* background: url(../images/fontab.gif) repeat-x; */
	/* color: #E8E8E8; */
	background: #666699; /* lavender */
	/* color: #0f0a06; */
	color: #f0f0f0;
	text-align: left;
	padding: 12px 12px 12px 12px;
	font-size: 14px;
}

.smalltext 
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans Serif;
}

#paypal_logo
{
	text-align:right!important;
}

/*
	css template addons for module Latest Events

	Note that these classes can be used to customize the look of the latest events
	module if desired beyond inherited properties from the mambo template being used.
	If you don't want to override some of the template properties such as maybe a
	standard uniform way to display links consistently, then you should comment out
	the link style directives below or make suitable modifications.  The current styles
	below are currently suited towards a dark background.  To use these classes, you
	should paste them into your mambo template.css file.

	Classes:

	mod_events_latest_first	- the table cell that contains the first event listed
	mod_events_latest	- the table cell that contains an event besides the first

	mod_events_latest_date	- the html span that contains the date for the event on the
				  first line of the table cell.

	mod_events_latest_content - the html span that contains the event title.

	mod_events_latest_content a:{link|visited|hover}  - controls the formatting
		of the event title links if enabled thru the module parameters. See the
		Readme.txt file to get info on parameters.

*/

.mod_events_latest {
	font-size: 10px;
	border-bottom: dotted 1px #666699;	/* lavender */
	height: 30px;
}

.mod_events_latest_first {
	font-size: 10px;
	border-bottom: dotted 1px #666699;	/* lavender */
	height: 30px;
}

.mod_events_latest_date {
	font-size: 10px;
	color:#B9FDF9;
}

.mod_events_latest_content a:link {
	font-size: 11px;
	color:#c0c0c0;
}

.mod_events_latest_content a:visited {
	font-size: 11px;
	color:#4CB244;
}

.mod_events_latest_content a:hover {
	font-size: 11px;
	color:#ff0000;
}

/* JEvents 1.4 */

/* module mod_events_cal_1.4-1 */

/*********************

* Calendar module style

**********************/

.mod_events_table

{

	/* border: 1px solid #222222; */

	width: 140px;

	text-align: center;

	font-family: Arial;

	font-size: 12px;

	font-style: normal;

	text-decoration: none;

	margin-bottom: 0.25em;

}

.mod_events_td_title

{

	font-weight: bold;

	color: #000000;

	text-decoration: underline;

}

.mod_events_td_dayname

{

	font-weight: bold;

	color: Black;

}

.mod_events_td_dayname .sunday

{

	color:red;

}

.mod_events_td_dayname .saturday

{

}



.mod_events_td_dayoutofmonth

{

	font-weight: bold;

	color: lightGray;

	/* background-color: #FFE4C4; */

}

.mod_events_td_todaynoevents

{

	font-weight: normal;

	/* color: Black; */
	color: Gray;

	background-color: #FFA07A;

}

.mod_events_td_todaywithevents

{

	font-weight: normal;

	/* color: Black; */
	color: Gray;

	background-color: #B0C4DE;

}

.mod_events_td_daynoevents

{

	line-height: normal;

	font-weight: normal;

	/* color: Black; */
	color: Gray;

}

.mod_events_td_daywithevents

{

	font-weight: normal;

	/* color: Black; */
	color: Gray;

	background-color: #B0C4DE;

}

a.mod_events_daylink:link

{

	/* color: Black; */
	color: Gray;

	text-decoration: none;

}

a.mod_events_daylink:visited

{

	/* color: blue; */
	color: Gray;

	text-decoration: none;

}

a.mod_events_daylink:hover

{

	/* color: Silver; */
	color: #900;

	text-decoration: none;

}

.mod_events_td_link

{

	background-color: Background;

}

a.mod_events_link:link

{

	color: Black;

}

a.mod_events_link:visited

{

	/* color: Navy; */
	color: Gray;

}

a.mod_events_link:hover

{

	/* color: Silver; */
	color: #900;

}

.mod_events_monthyear

{

	/* border: 1px solid #222222; */

	margin-top: 0.25em;

	width: 140px;

	height: 18px;

	/* background-image: url( "/components/com_events/images/evback.jpg" ); */

}

.mod_events_monthyear td

{

	text-align:center!important;

}

.mod_events_monthyear a.mod_events_link, .mod_events_monthyear a.mod_events_link:visited, .mod_events_monthyear a.mod_events_link:visited

{

	font-weight: bold;

	color: Black;

	background-color: inherit;

	text-decoration: none;

}




