body {
	font-family: "Times New Roman", Times, serif;
	font-family: "MS Trebuchet", Verdana, Arial, Helvetica, serif;
	font-size : 11pt;
	font-weight: normal;
	line-height: 13pt;
	background-color: #ffffff;
	margin: 20px;
	width: 720px;
	text-align: left;	
	border-collapse: collapse;
	color: #004700;
}
/* List formatting (bullet and numbered lists) -------------------------*/

ol {
	list-style-type: decimal;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
}

/* Major page components -------------------------------------*/
/* header  (contains logo) */
div#pagetop {
	position: relative;
	width: 720px;
	height: 200px;
	background-color: #004700;

	margin: 0px;
	
}
div#logo {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 155px;
	left: 2px;
	background-color: #004700;
	background-image: url(images/logo.gif);
	border: solid 2px #004700;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px;
	border: solid red 1px;

}
div#search {
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: #005900;
	font-size: .6em;
	width: 205pt;
	height: 20px;
	padding: 5px;
	float: right;
	vertical-align: middle;
	margin-top: 5pt;
}
div#search span.text {
	position: relative;
	top: -5px;
	margin-bottom: 30px;

}
/* section area buttons */
div#sectionimage {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
	border: 0;
	background-color: transparent;

	
}

div#sectionarea {
	position: relative;
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	background-color: #004700;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	height: 2.5em;
	

}

#sectionarea ul {
	position: relative;
	display: block;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
	margin: 0pt 0pt 0pt 0pt;
	padding: 0pt 0pt;
}
#sectionarea li, #sectionarea ul li {
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	margin:  2pt 2pt 0pt 2pt;
	padding: 2pt;
	color: #fff;
	width: 16%;
	background-color: transparent;
	border: 1px solid #888;
	letter-spacing: .8em;
	vertical-align: middle;
	text-align: center;
	text-indent: 0;
	display: inline;

	/* height: 2.5em;*/

}
 #sectionarea li.sn_sectionitem_selected {
 	border-color: #eee8d7;
 	color: #fff;
 }

 #sectionarea li a {

	padding-left: 5pt;
	margin: 0pt;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
 }
 
/* menu area buttons */
div#pageleft { /* contains menuarea, login, and address divs */
	width: 720px;
	display: block;
	text-align: left;
}

/* authentication styles */
#login {
	position: relative;
	clear: left;
	clear: right;
	font-size: 75%;
	margin: 10pt;
	padding: 0;
	background-color: white;
	width: 100%;
	line-height: 1em;
	display: block;
}

#login em {
	font-weight: bold;
	font-style: normal;
	color: #82724D;
}

#login div.formline {
	margin: 5pt;
	padding: 2pt;
	font-weight: bold;
	color: #666;
	height: 1.2em;
	line-height: 1.2em;
	vertical-align: middle;
}
#login div.formlabel {
	float: left;
}
#login input.forminput {
	vertical-align: middle;
	float: right;
}
#login input.formsubmit {
	clear:right;
	float: right;
}
#login .status {
	
}
#login .error {
	color: red;
}

.sn_address {
	position: relative;
	font-weight: bold;
	width: 720px;
	color: #004700;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}

.sn_address p {
	vertical-align: middle;
}

.sn_footer {
	clear: left;
	clear: right;
	font-weight : bold;
	width: 720px;
	color: #004700;
	padding-left: 5px;
	text-align: center;
}

div#menuarea {

	position: relative;
	clear: left;
	clear: right;
	width: 720px;
	margin: 0;
	padding: 10px 0px;
	background-color:  #fff;
	font-weight: bold;
	text-align: left;	
	vertical-align: middle;
}

#menuarea ul {

	position: relative;
	left: 0;
	list-style-type: none;
	list-style-position: inside;
	width: 100%;
	padding: 0px;
	margin: 0;
}

#menuarea li, #menuarea ul li {
	position: relative;
	list-style-type: none;
	list-style-position: outside;
	padding: 2px;
	margin: 2px;
	background-color: #999;
	border: 1px solid #050;

	float: left;
	vertical-align: middle;
	text-align: left;
	text-indent: 0px;
}

#menuarea li.sn_menuitemselected {
	border-color: #d4b086;
	background-color: #050;
	border: 1px solid #050;

}
#menuarea li.sn_menuitemselected a:link, #menuarea li.sn_menuitemselected a:visited {
	color: #999;
}
#menuarea li.sn_menuitemselected a:hover {
	color: #ddd;
}


#menuarea li a:link {
	margin: 0pt;
	text-align: left;
	padding-right: 10pt;
	vertical-align: middle;
	text-decoration: none;
	color: #050;
 }

 #menuarea li a:visited {
	color: #070;
 }

 #menuarea li a:hover {
	color: #fff;
 }

/* page body */
div#pagebody {
	clear: left;
	width: 720px;
	display: block;
	border: solid 1px #C2B7AB;
	background-color: white;

	text-align: left;	
	margin-top: 15pt;
	margin-bottom: 50pt;
	
	position: absolute;
	top: 230px;
}

/* Additional control of page blocks */
/* 
	"page" items are for the topmost master page item. 
	"pagecontent" items are for subsequent page items.
	Each page block enclosed in a <div> tag, classed with one of the following.
*/

/*
page_text
page_textimage
page_image
page_html_link
page_email_link
page_link
page_html
pagecontent_text
pagecontent_textimage
pagecontent_image
pagecontent_document
pagecontent_html_link
pagecontent_link
pagecontent_email_link
*/
.sn_document {
	margin-left: 30pt;
}


.pagecontent_bulletlist {
	font-size : 10pt;
	font-weight: normal;
	line-height: 13pt;

}
.pagecontent_numlist {
	font-size : 10pt;
	font-weight: normal;
	line-height: 13pt;

}
/*
pagecontent_html
pagecontent_crosslink
*/

.text2 {
	font-weight: bold;
	font-size: .9em;
	margin-left: 5pt;
	padding: 10pt;
	vertical-align: middle;
	color: #004700;
	background-color: #aca;
}


/* Link definitions. Keep link definitions in this order: link, visited, hover
so the visited link will display properly ------------------------------------ */

/* basic page links */
a {
	text-decoration: none;
}
a:link {
	color: #82724D;
	color: #333;
	color: #362820;
	color: #004700;
	color: #960;
	color: #553300;

	text-decoration: underline;

	font-weight: bold;
}
a:visited {
	color: #d4b086;
	color: #960;
	color: #553300;
	text-decoration: underline;
	font-weight: bold;

}
a:hover {
	color: #555;
	color: #960;
	
	font-weight: bold;
	background-color: #ddd;

}

/* menu links */
#menuarea a:link   {
	color: #82724D;
	color: #777777;
}
#menuarea a:visited   {
	color: #d4b086;
	color: #777777;
	color: #999999;

}
#menuarea a:hover   {
	color: #82724D;
	color: #555555;

}

li.sn_menuitemselected a:link {

}
li.sn_menuitemselected a:visited {

}
li.sn_menuitemselected a:hover {
	color: #555555;

}

/* section links */
#sectionarea a:link {
	color: #bbb;
}
#sectionarea a:visited {
	color: #fef8e7;
	color: #999;
}
#sectionarea a:hover {
	color: #fff;
}

li.sn_sectionitem_selected a:link {
	color: #777777;
}
li.sn_sectionitem_selected a:visited {
	color: #fef8e7;
	color: #999999;

}
li.sn_sectionitem_selected a:hover {
	color: #fff;
}


/* Text formatting.

/* Headings and Subheadings ---------------------------*/

h1, h2, h3 {
	color: #777777;
	font-weight: bold;
	height: 20px;
	line-height: 22px;

}

h1 {
	position: absolute;
	left: -1px;
	top: -70px;
	height: 1.2em;
	padding: .1em;
	color: #ddd;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	font-size: 16pt; 
	width: 100%;
}
h2 {
	text-align: left;
	padding-top: 1em;
	padding-left: 10pt;
	font-size: 14pt; 
	margin-top: 10pt;
	font-weight: bold;
	color: #553300;

}
h3 {
	margin-left: 10pt;
	height: 1em;
	color: #004700;
	font-weight: normal;
	font-size: 14pt; 
	padding-left: 5px;
}

p, a {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}


p {
	margin: 5pt;
	margin-left: 15pt;
}

/* Image and caption for image -------------------------*/
.sn_imageleft,		/* divs are classed by align buttons */
.sn_imagecenter,
.sn_imageright { 
	margin: 6px;
	text-align: center;
}

.sn_imageleft {
	float: left;
}
.sn_imagecenter {
	clear: left;
	clear: right;

}
.sn_imageright {
	float: right;
}

.sn_caption {
	font-size: 12pt;
	line-height: 100%;
	text-align: center;
}


/* Utility styles for notices, alerts etc. -------------------------*/

.sn_code {
	font-family: "courier new", courier, monospace;
	font-size: 9pt;
}

.sn_button {
	font-family: verdana, arial, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	height: 1.6em;
	vertical-align: middle;
}


.statusmessage {
	font-family: verdana, arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-variant : small-caps;
}

.sn_label {
	font-size: 9pt;
	font-weight: bold;
	
}

.smalltext {
	font-size: 8pt;
}

.required {
	font-weight: bold;
	color: #992304;
}


#editor {
	font-size: .8em;
	color: #aaa;
	text-align: center;
}

b {
	color: #005500;
}

