/* TEXT.CSS */

/* Note 1: To change colours throughout, search and replace the following: */
/* BLACK = h1, h2, h3, h4, h5, h6 */
/* BLUE = Hyperlinks */
/* PURPLE = Visited hyperlinks */
/* RED = Hover over hyperlinks */

/* Note 2: By default links are bold */


/******************************************************/
/* BODY */
/******************************************************/

body {
	font-family: arial, verdana, helvetica, sans-serif; /* Avoid using non-system fonts */
	font-size: 0.75em;
	color:#74767e;
	line-height: 1.3em;
}


/******************************************************/
/* HEADER STYLES */
/******************************************************/

h1 {
	font-size: 2.3em;
	color: #00503f;
	font-weight: normal;
	text-transform: none;
	background:url(/images/dot3x1.gif) bottom left repeat-x;
	padding:0px 0px 15px 0px;
	margin:10px 0px 20px 0px;
	line-height:1.1em;
}

h2 {
	font-size: 1.4em;
	color: #00503f;
	font-weight: bold;
	text-transform: none;
	margin:0px 0px 10px 0px;	
}

h3 {
	font-size: 1.2em;
	color: #00503f;
	font-weight: bold;
	text-transform: none;
	margin:0px 0px 10px 0px;
}

h4, h5, h6 {
	font-size: 1.1em;
	color: #00503f;
	font-weight: bold;
	text-transform: none;
	margin:0px 0px 10px 0px;
}


/******************************************************/
/* PARAGRAPH STYLES */
/******************************************************/

p {
	margin-top:0;
}


/******************************************************/
/* LIST STYLES */
/******************************************************/

ul {
	list-style: disc;
   /*list-style-image: url(/images/icon_list.gif);*/ /* Use if site specific image created. Otherwise delete */
}

li {

}

li a {
	color: #77b800;
	font-weight: bold;
	text-decoration: underline;
}

li a:visited {
	color: #77b800;
	font-weight: bold;
	text-decoration: underline;
}

li a:hover {
	color: #77b800;
	font-weight: bold;
	text-decoration: none;
}


/******************************************************/
/* IMAGE STYLES */
/******************************************************/

img {
	border:0;
}


/******************************************************/
/* GLOBAL HYPERLINK STYLES */
/******************************************************/

a {
	color: #77b800;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #77b800;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #77b800;
	font-weight: bold;
	text-decoration: none;
}


/******************************************************/
/* FOOTER HYPERLINK STYLES */
/******************************************************/

div#footer a {
	font-weight: bold;
	text-decoration: underline;
}

div#footer a:visited {
	font-weight: bold;
	text-decoration: underline;
}

div#footer a:hover {
	font-weight: bold;
	text-decoration: none;
}


/******************************************************/
/* LEFT COLUMN HYPERLINK STYLES */
/******************************************************/

div#container-left a {
	font-weight: bold;
	text-decoration: underline;
}

div#container-left a:visited {
	font-weight: bold;
	text-decoration: underline;
}

div#container-left a:hover {
	font-weight: bold;
	text-decoration: none;
}


/******************************************************/
/* RIGHT COLUMN HYPERLINK STYLES */
/******************************************************/

div#container-right a {
	font-weight: bold;
	text-decoration: underline;
}

div#container-right a:visited {
	font-weight: bold;
	text-decoration: underline;
}

div#container-right a:hover {
	font-weight: bold;
	text-decoration: none;
}



