body {
	font-family: verdana, arial,Trebuchet MS, sans-serif;
	background: #fff url("images/maine-limerick-bodyfill.gif") repeat-x;
	margin: 0px;
	padding:0px;
}
td {
	font-size: 10pt;
}
h1 {
	font-size: 12pt;
	color: #ffffff;
}
h2 {
	font-size: 13pt;
	color: #444;
	}

/* Major page components -------------------------------------*/

#contactform {
	border: 1px solid #d4d4d4;
	padding: 6px;
}

#editor {
	position: absolute;
	left: 500px;
	top: 10px;
	width: 240px;
	z-index: 10;
	font-size: 12pt;
	font-weight: bold;
	color: #eeeeee;

}


#pageleft {
	width: 181px;
	background-color: #ffffff;
	padding-left: 12px;
	padding-top: 0px;
	/* width: 165px; */
}

#pagebody { position:relative;
top:0px;
left:0px;
	width: 550px;
	background-color: #ffffff;
	padding-left: 15px;
}
td.greybar{background-color:#18590e; height:8px;}
/* Link definitions. Keep link definitions in this order: link, visited, hover
so the visited link will display properly ------------------------------------ */

a:link, a:visited {
	color: #18590e;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

td.CM_menulink {padding-top:6px; padding-bottom:6px;
}

a.CM_menulink:link, a.CM_menulink:visited, a.CM_menulink:active {
	font-size: 10pt;
	color: #18590e;
	text-decoration: underline;
}

a.CM_menulink:hover {
	color: #000;
	text-decoration: none;
}

a.CM_selectedlink:link, a.CM_selectedlink:visited, a.CM_selectedlink:active {
	font-size: 10pt;
	font-weight: bold;
	color:#18590e;
	text-decoration: none;

}
a.CM_selectedlink:hover{text-decoration: underline;}

a.CM_link:link, a.CM_pagecontent_link:link, a.CM_link:visited, a.CM_pagecontent_link:visited, a.CM_link:active, a.CM_pagecontent_link:active { 	
	color: #18590e;
	text-decoration: underline;
}
	
a.CM_link:hover, a.CM_pagecontent_link:hover { 
	color: #000;
	text-decoration: none; 
}
	
	
/* Text formatting.
"Page" items are for the topmost master page item, "Page Content" items are for subsequent page items */

/* Headings and Subheadings ---------------------------*/

#CM_page_heading, .CM_page_heading {
	font-family: Trebuchet MS, Arial, Verdana, Tahoma, sans-serif;	
	width: 544px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 10px;
	font-size: 13pt;
	color: #18590e;
	font-weight: bold;
	text-transform: uppercase;
}

.CM_pagecontent_heading {
	width: 350px;
	padding-left: 16px;
	font-size: 12pt;
	color: #18590e;
	font-weight: bold;
	line-height: 140%;
	padding-bottom: 10px;
	padding-top: 15px;
}

.CM_page_subheading, .CM_pagecontent_subheading {
	width: 350px;
	font-size: 10pt;
	font-weight: bold;
}

/* Text formats ---------------------------------------*/

.CM_page_text1, .CM_pagecontent_text1 {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	line-height: 130%;
	padding-bottom: 6px;
	padding-top: 6px;
}

td.bodytext {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	line-height: 130%;
}

span.required {
	font-weight: bold;
	color: #c00000;
}

td.CM_page_text2, td.CM_pagecontent_text2 {
	font-size: 9pt;
	font-weight: bold;
	line-height: 140%;
	color: #555555;
	padding: 12px;
	border: 1px solid #bbbbbb;
	background-color: #fbf0e8;
	margin-top: 12px;
	margin-bottom: 8px;
}

td.CM_pagecontent_text2 {
	font-weight: normal;
	color: #444444;
}

/* List formatting (bullet and numbered lists) -------------------------*/

ul.CM_bulletlist {
	font-size: 9pt;
	color: #444444;
	line-height: 120%;
	list-style-image: url(/images/singleSquare.gif);
}

.CM_bulletlist li {
	padding-bottom: 4px;
}

.CM_numlist {
	font-size: 9pt;
	color: #444444;
	line-height: 120%;
}

.CM_numlist li {
	padding-bottom: 4px;
}

/* Image and caption for image -------------------------*/

td table.CM_imagetable { 
	padding: 6px;
}

.CM_caption {
	font-family: georgia, "times new roman", times, serif;
	font-style: italic;
	font-size: 9pt;
	color: #444444;
	line-height: 120%;
}


/* Utility styles for notices, alerts etc. -------------------------*/

.CM_code {
	font-family: "courier new", courier, monospace;
	font-size: 9pt;
}

.CM_button {
	font-family: verdana, arial, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}

.CM_address {
	font-family: verdana, arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color: #ffffff;
	padding-left: 5px;
}

.statusmessage {
	font-family: verdana, arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-variant : small-caps;
}

.CM_label {
	font-size: 9pt;
	font-weight: bold;
}

.smalltext {
	font-size: 8pt;
}
.footer {
	font-size: 8pt;
	color:#999999;
	padding-left:8px;
	padding-top:16px;
	padding-bottom:20px;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #999999;
	text-decoration: none;
}

.footer a:hover {
	color: #999999;
	text-decoration: underline;
}

.required {
	font-weight: bold;
	color: #992304;
}
