@charset "UTF-8";
/* CSS Document */
/* controls the text rules for the entire site */

body
	{
		font: 8pt Verdana, Arial, Helvetica, sans-serif;
	}
	
h1
	{
		font-size: 16pt;
	}
h2
	{
		font-size: 11pt;
		margin: 7px;
		color: #000000;
	}
	
h3
	{
		font-size: 10pt;
		color: #000000;
	}

h4
	{
		font-size: 9pt;
		margin: 0px;
		margin-left: 10px;
		color: #000000;
	}
	
h5
	{
		font-size: 8pt;
		margin: 0px;
		margin-left: 10px;
		color: #000000;
	}
	
.headerBarHeader	/* the headline in the header bar, the same as a h2 tag but with a different font */
	{
		font-family: "Bank Gothic", Verdana, Arial, Helvetica, sans-serif;
		margin: 7px;
		color: #000000;
	}
		
p
	{
		margin: 10px;
	}
	
li
	{
		margin-left: 20px;
	}
	
a:link
	{
		color: #000000;
	}

a:visited
	{
		color: #000000;
	}

a:active
	{
		color: #000000;
	}

a:hover
	{
		color: #444444;
	}

	
.mainNavigation:link	/* the main site links in the navigation bar */
	{
		font: 7pt "Bank Gothic", Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000000;
	}

.mainNavigation:visited	/* the main site links in the navigation bar */
	{
		font: 7pt "Bank Gothic", Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000000;
	}

.mainNavigation:active	/* the main site links in the navigation bar */
	{
		font: 7pt "Bank Gothic", Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000000;
	}

.mainNavigation:hover	/* the main site links in the navigation bar */
	{
		font: 7pt "Bank Gothic", Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #0000BB;
	}
	
.readMoreLink:link	/* the read more links in the three news boxes on the home page */
	{
		margin-left: 120px;
		color: #000000;
	}

.readMoreLink:visited	/* the read more links in the three news boxes on the home page */
	{
		margin-left: 120px;
		color: #000000;
	}

.readMoreLink:active	/* the read more links in the three news boxes on the home page */
	{
		margin-left: 120px;
		color: #000000;
	}

.readMoreLink:hover	/* the read more links in the three news boxes on the home page */
	{
		margin-left: 120px;
		color: #444444;
	}
	
.ajaxList	/* just like a normal list but the left margin is smaller */
	{
		margin-left: 0px;
	}
	
.ajaxLink	/* styles that make the ajax links appear like they are normal hyperlinks by underlining them and changing the mouse pointer and color on rollover */
	{
		cursor: pointer;
		text-decoration: underline;
		color: #000000;
		margin-left: 5px;
	}
	
#quoteBoxHeader	/* the header in the quote box */
	{
		font-size: 12pt;
		font-weight: bold;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
#quoteBoxText	/* the text in the quote box */
	{
		margin-top: 5px;
		text-align: center;
		font-size: 10px;
	}
	
.noscript	/* the text displayed when javascript has been disabled */
	{
		color: #0000FF;
	}
