/*FONT, SIZE, COLOUR, & MARGINS FOR BODY COPY*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #787878;
}

p {
	margin: 0 0 10px 0;
}


/*UN-ORDERED LISTS (and sub-lists) in Conent Section (arrowed lists)*/

#contentRight ul {
	margin: 0 0 10px 15px;
	padding: 0;
	list-style: none;
}

#contentRight li {
	background: url('images/layout/smArrow.gif') no-repeat;
	margin-bottom: 2px;
	padding-left: 10px;
}

#contentRight ul ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}

#contentRight li li {
	background: url('images/layout/smArrow.gif') no-repeat;
	margin-bottom: 2px;
	padding-left: 10px;
}



/*ORDERED LISTS in Content Section (numbered lists)*/

#contentRight ol {
	padding: 5px 0 0 25px;
	margin: 0;
}

#contentRight ol li {
	background: none;
	padding: 0;
}


/*PULL QUOTES*/

#quote {
	padding: 0 0 10px 10px;
	margin-top: -5px;
	float: right;
	color: #24ade3;
	font-size: 12px;
	width: 220px;
	line-height: 140%;
	background: url('images/layout/quote_bg.gif') no-repeat;
}

#quote p {
	padding: 30px 0 0 15px;
}


/*LINKS FOR BODY COPY*/

a:link {
	color: #787878;
	text-decoration: underline;
}

a:visited {
	color: #909090;
	text-decoration: underline;
}

a:hover {
	color: #96c93e;
	text-decoration: underline;
}

a:active {
	color: #24ade3;
	text-decoration: none;
}


/*PAGE HEADERS (h1)*/

h1 {
	font-size: 18px;
	color: #24ade3;
	margin: 0 0 10px 0;
}


/*SUB-HEADING (h2) AND LINK BEHAVIOR--BLUE*/

h2 {
	font-size: 14px;
	color: #24ade3;
	margin: 0 0 5px 0;
}

h2 a:link {
	text-decoration: underline;
	color: #24ade3;
}

h2 a:visited {
	text-decoration: underline;
	color: #24ade3;
}

h2 a:hover {
	text-decoration: none;
	background: #d3effa;
	color: #24ade3;
}

h2 a:active {
	text-decoration: none;
	color: #ffffff;
	background: #24ade3;
}


/*SUB-HEADING (h2) AND LINK BEHAVIOR--GRAY*/

h2.grey {
	font-size: 14px;
	color: #787878;
	margin: 2px 0 1px 0;
}

h2.grey a:link {
	color: #787878;
	text-decoration: underline;
}

h2.grey a:visited {
	color: #909090;
	text-decoration: underline;
}

h2.grey a:hover {
	color: #787878;
	text-decoration: none;
	background: #cccccc;
}

h2.grey a:active {
	color: #ffffff;
	text-decoration: none;
	background: #818284;
}


/*PARAGRAPH HEADINGS (h3) AND LINK BEHAVIOR*/

h3 {
	font-size: 13px;
	margin: 0;
}

h3 a:link {
	text-decoration: none;
}

h3 a:visited {
	color: #909090;
	text-decoration: none;
}

h3 a:hover {
	color: #96c93e;
	text-decoration: underline;
}

h3 a:active {
	color: #24ade3;
	text-decoration: underline;
}


/*SUB-HEADS, PARAGRAPH HEADS, AND PARAGRAPHS WITH BORDER ON TOP*/

h2.bord {
	border-top: 1px solid #cccccc; 
	margin-right: 5px;
	padding-top: 5px;
}

h3.bord {
	border-top: 1px solid #cccccc; 
	margin-right: 5px;
	padding-top: 5px;
}

p.bord {
	border-top: 1px solid #cccccc; 
	padding-top: 5px;
	margin-right: 5px;
}