/*generic styles*/
A
{
	text-decoration: none;
	color: #000;
}
A:visited
{
	color: #000;
}
A:hover
{
	color: #000;
}
P
{
    line-height: 1.3em;
}
/** end generic styles*/
BODY
{
	margin: 0;
	border: 0;
	padding: 0;
}

BODY
{
	color: #000;
	font-family: arial;
	font-size: 0.9em;
    background: none;
}

DIV#outerShell
{
	margin: 0 auto;
	width: 1004px;
}

DIV#header
{
	padding-left: 0;
}

DIV#header A
{
	font-size: 1.9em;
	text-decoration: none;
	padding-top: 0.5em;
}

DIV#navigation UL#menu
{
	display: block;
    clear: left;
}

DIV#navigation UL#menu LI
{
	float: left;
}

DIV#navigation UL#menu LI A
{
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding: 0.5em;
	display: block;
}

DIV#navigation UL#menu LI.active A, DIV#navigation UL#menu LI A:hover
{
    text-decoration: underline;
    color: #000;
    background: none;
}

DIV#innerContent
{
	padding: 20px;
	width: 983px;
    border: none;
}

DIV#innerContent .flashComponant
{
	height: 300px;
	color: #FFF;
	padding: 0.5em;
}

DIV#leftcol
{
	width: 100%;
}

DIV#rightcol
{
	width: 100%;
}

DIV#leftcol H1, DIV#rightcol H1
{
	color: #000;
	font-size: 1.9em;
	font-weight: normal;
}

DIV#footer
{
	width: 100%;
	float: none;
	padding: 0;
	margin-top: 0.3em;
}

DIV#footer UL
{
	padding: 0;
	margin: 0;
}

DIV#footer UL#footerLinks
{
	color: #999;
	font-size: 0.9em;
	list-style-type: none;
}

DIV#footer UL#footerLinks LI
{
	display: block;
	float: left;
	padding: 0.5em;
}

DIV#footer UL#footerLinks LI.right
{
	float: right;
}

DIV#footer UL#footerLinks LI A
{
	color: #000;
	text-decoration: none;
}

DIV#footer UL#footerLinks LI A:hover
{
	color: #333;
}

/** subpage styles *
* Events page**/

DIV#content
{
	margin: 1.3em;
	width: 500px;
	font-size: 0.9em;
	color: #000;
}

DIV#content H1
{
	color: #000;
	font-weight: normal;
	font-size: 1.9em;
}

DIV#content H2
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 100%;
	padding: 0.5em;
	font-weight: normal;
	font-size: 1.7em;
}

DIV#content P
{
	padding: 0 0.8em;
}

DIV#content A
{
	color: #000;
}
.breadcrumb
{
	padding: 0.5em 0;
	font-size: 0.9em;
	color: #000;
}

FORM#contactform TEXTAREA
{
	margin: 0 0 1.4em;
}

/** contact us page **/

FORM#contactform INPUT, FORM#contactform SELECT
{
	margin-bottom: 0.5em;
}

FORM#contactform
{
	border: none;
	padding: 2em;
    background: none;
}

FORM#contactform LABEL
{
	float: left;
	width: 120px;
}

FORM#contactform IMG
{
	float: left;
	margin-left: 120px;
}

