
html{
	font-size: 100%;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normall;
	font-color: black;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------

	HEADER
*/



#header h1 a
{
	text-decoration: none;
}

#header ul#main_nav li a
{
	text-decoration: none;
	/*color: #4D70AD;*/
	color: #990000;
	font-weight: bold;
	font-size: 1.16em;
}

#header ul#main_nav li a:hover, #header ul#main_nav li a.current
{
	color: #4D70AD;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------

	BODY
*/

#leftColumn
{
	color: white;
}

#leftColumn li a, #footer li a{
	text-align:right;
	color: white;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.16em;
}

#content p.h5Box
{
	color: white;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------

	CONTENT
*/

#content h2
{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content h2 span
{
	font-size: 0.583em;
}

#content h3
{
	font-size: 1.3em;
}

#content h4
{
	font-size: 1.1em;
	color: white;
}

#content h5
{
	font-size: 1.1em;
	color: #4D70AD;
}

#content p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
	text-align: justify;
}

#content span.captionOneThird, #content span.captionTwoThirds,#content span.captionThreeThirds, #content span.captionLeft, #content span.captionRight
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 0.8333em;
}

#galleryLink
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	fon-size: 0.916em;
}

#content a
{
	/*color: #4D70AD;*/
	color: #990000;
}

.contact #content a
{
	color: white;
}

.links #content a
{
	margin-bottom: 5px;
	line-height: 20px;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------

	FOOTER
*/

#footer ul
{
	color: white;
}




















