body	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0d4f72;
	}

div#siteWrapper {
	font-size: 1.1em;
	}

/* Text Elements
------------------------------------------------------------------- */

.arrowEdge {
	margin-left: -15px;
	padding-left: 15px;
	background: left 3px no-repeat url(../images/lists/arrow.png);
	}

h1	{
	display: block; position: relative;
	font-family: Tahoma, Verdana;
	font-size: 1.0em;
	text-transform: uppercase;
	margin-bottom: 0.25em;
	margin-left: -15px;
	padding-left: 15px;
	color: #0d4f72;
	background: left 3px no-repeat url(../images/lists/arrow.png);
	}
	
div.bgImage h1 {
	color: #0d4f72 !important;
	}

div.greenBlock h1 {
	margin: 0 0 0.25em 0 !important;
	padding: 0 !important;
	color: #0d4f72 !important;
	background: none !important;
	}
	
body.white h1, body.green h1	{
	color: #729807;
	}

body.green h1.outputHeader	{
	float: left;
	width: 250px;
	margin-bottom: 0 !important;
	margin-top: 5px;
	}

body.white h2, body.green h2	{
	font-family: Tahoma, Verdana;
	font-size: 1.0em;
	font-weight: bold;
	color: #729807;
	}		

p	{
	margin-bottom: 0.5em;
	line-height: 1.2em;
	}

/* List Elements
------------------------------------------------------------------- */

ul	{
	margin: 0 0 1.5em 1.2em;
	}

div.greenBlock ul	{
	margin: 0 0 0em 1.2em;
	}

ol	{
	margin: 0 0 1em 2.5em;
	}
	
li	{
	text-align: left !important;
	margin: 0.25em 0 0 0 ;
	}
	
li li {
	list-style-type: disc;
	}	
	
li a {
	font-weight: normal !important;
	text-decoration: underline !important;
	}

li p {
	margin-top: 0.5em;
	margin-right: 1.5em;
	margin-bottom: 0 !important;
	text-align: justify !important;
	}
	
li a:hover {
	text-decoration: none !important;
	}

/* Link styles
------------------------------------------------------------------- */

a {
	color: #8ba238;
	text-decoration: none;
	}

a:hover {
	color: #be2f01;
	text-decoration: none;
	}

a.readmore {
	color: #d14231;
	text-decoration: underline;
	}

a:hover.readmore {
	color: #be2f01;
	text-decoration: none;
	}

a.breadNav {
	color: #0d4f72;
	text-decoration: underline;
}

a:hover.breadNav {
	color: #729807;
	text-decoration: none;
}

div#listWrapper a {
	padding-left: 22px;
	display: block;
	color: #333333;
	text-decoration: none !important;
	width: 129px; height: 18px; line-height: 18px;
	background: transparent left top no-repeat url(../images/navigation/listbg.png);
	}

div#listWrapper a:hover {
	color: #ea4d27;
	background: transparent left bottom no-repeat url(../images/navigation/listbg.png);
	}
	
body.white h2 a, body.green h2 a {
	font-size: 1em;
	font-weight: bold;
	color: #729807;
	text-decoration: none;
	}	

/* General usable styles
------------------------------------------------------------------- */

.centered {
	width: 100% !important;
	text-align: center !important;
	margin: auto 0;
	}
	
.bold {
	font-weight: bold !important;
	}
	
.upperCase {
	text-transform: uppercase;
	}				
