﻿ignore
{
}

/* Font - Family */
body
{
	font-family: Arial, Sans-Serif;
}

/* Font - Colour */
h1, h2, h3, A:link, A:visited, A:active, A:hover
{
	color: #567635;
}

#leftSideBar, #rightSideBar, #footer, h3.sideBar
{
	color: White;
}

/* Override the colour of the odd-ball links */
A.sideBarNavLink:link, A.sideBarNavLink:active, A.sideBarNavLink:hover,
       A.sideBar:link,        A.sideBar:active,        A.sideBar:hover,
  span.sideBar A:link,   span.sideBar A:active,   span.sideBar A:hover,
        A.footer:link,         A.footer:active,         A.footer:hover
{
	color: White;
}

A.sideBarNavLink:visited, 
       A.sideBar:visited,
  span.sideBar A:visited,
        A.footer:visited
{
	color: #ccc;
}

/* Font - Size */
body, div.referenceCitation
{
	font-size: 0.8em;
}

#footerCopyright
{
	font-size: x-small;
}

a.sideBarNavLink
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.2em;
}

/* Font - Style */
div.referenceQuote
{
	font-style: italic;
}

/* Text - Align */
#container
{
	text-align: left;
}

h3, div.referenceQuote, #footerLinks, #footerCopyright
{
	text-align: center;
}

h3.AccordionHeader, h3.sideBar
{
	text-align: left;
}

div.referenceCitation, div.readMore
{
	text-align: right;
}

/* Text - Decoration */

a.sideBarNavLink, a img, a.AccordionHeader
{
	text-decoration: none;
}

a.sideBarNavLink:hover
{
	text-decoration: underline;
}

/* Backgrounds */
body
{
	background: white;
}

#pageHeader
{
	background: White url(../Images/PageHeader.jpg) no-repeat;
}

#leftSideBar, #rightSideBar
{
	background: #0b241e url(../Images/VerticalGreenToNearBlack.jpg) repeat-x;
}

#footerLinks
{
	background: #567635;
}

#footerCopyright
{
	background: #203729;
}

.modalPopup
{
	background-color: White;
}

.modalBackground
{
	background-color: Gray;
}

/* Border */
a img
{
	border: none;
}

.modalPopup
{
	border-width: 3px;
	border-style: solid;
	border-color: #567635;
}

/* Other */
.modalBackground
{
	filter:alpha(opacity=70);
	opacity:0.7;
}

li
{
	list-style-image: url(../Images/MenuArrowDark.gif);
	list-style-type: square;
}