body {
	background: #392c3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
h1, h2, p, ul, input {
	margin: 0;
	padding: 0;
}
a:link {color: #392C3B;
	text-decoration: none;}
a:hover {color: #989835;
	text-decoration: underline;}
a:visited {color: #989835;
	text-decoration: none;}
a:active {color: #392C3B;
	text-decoration: none;}

ul {list-style: none;}
form {display: inline;}
input {font-family: Verdana, Arial, Helvetica, sans-serif;}
#header {
	background: url(/files/header.gif) no-repeat;
	width: 800px;
	height: 243px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 42px;
	left: 48px;
}
#header h1 a {
	background: url(/files/logo.gif) no-repeat;
	width: 280px;
	height: 110px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.tools {
	position: absolute;
	top: 72px;
	right: 15px;
}
.tools li:first-child {background: none;}
.tools li {
	background: url(/files/tools-separator.gif) no-repeat 0 70%;
	float: left;
	padding: 0 7px;
}
.tools a {
	font-size: 12px;
	color: #d5d2a2;
	text-decoration: none;
}
.tools a:hover {text-decoration: underline;}
#menu {
    width: 764px;
    margin: 0pt auto;
    height: 38px;
    background-color: #bbbb59;
    border-right: 1px solid #cfcf8a;
    padding-top: 1px;
    padding-left: 35px;
}
.software_menu {
	width: 800px;
}
.software_menu li {
	float: left;
	margin: 0 5px;
}
.software_menu a {
	font-size: 14px;
	color: #663;
	text-decoration: none;
	float: left;
	height: 27px;
	padding: 10px 10px 0;
}
.software_menu li.active a,
.software_menu li:hover a,
.software_menu li.hover a {
	background: url(/files/navigation-a.gif) repeat-y;
	color: #fff;
}
.software_menu li:hover,
.software_menu li.hover {position: relative;}
.software_menu li:hover ul,
.software_menu li.hover ul {display: block;}
.software_menu ul {
	background: url(/files/none.gif);
	width: 90px;
	position: absolute;
	top: 37px;
	left: 2px;
	z-index: 10;
	display: none;
}
.software_menu ul li {
	width: 90px;
	margin: 1px 0 0;
}
.software_menu ul a {
	background: #989835;
	width: 100%;
	height: 21px;
	font-size: 12px;
	line-height: 21px;
	color: #ffffff !important;
	padding: 0 0 0 12px !important;
}
.software_menu ul a:hover {
	background: #663;
}
#content {
	background: url(/files/content.gif) repeat-y;
	width: 800px;
	margin: 0 auto;
}

#content-wide {
	background: url(/files/content-wide.gif) repeat-y;
	width: 800px;
	margin: 0 auto;
}
#content-wide ul
	{
	font-size: 12px;
	line-height: 20px;
	color: #6c6351;
	margin-left: 60px;
	list-style-type: circle;}

.sub-content {
	background: url(/files/sub-content.gif) no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding-bottom: 80px;
}
.sub-content-wide {
	background: url(/files/sub-content-wide.gif) no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
	padding-bottom: 80px;
}


.column-1 {
	width: 280px;
	float: left;
	padding-left: 22px;
}
.column-1 h2 {
	font-size: 16px;
	line-height: 20px;
	color: #989835;
	margin: 25px 0 0 25px;
}

.column-1 p  {
	font-size: 12px;
	line-height: 20px;
	color: #6c6351;
	margin-left: 25px;
	margin-right: 25px;
}
.column-1 img 
	{margin-left: 25px;}

.column-1 img.plain{
	background: #fff;
	border: 0px solid #B3A97E;
	padding: 4px;
	margin-top: 3px;
	margin-left: 3px;
	}

.column-1 form {
	color: #6c6351;
	font-size: 12px;}
	
.column-wide
	{
	font-size: 12px;
	line-height: 20px;
	color: #6c6351;
    width: 540px;
	margin-left: 114px;
	padding-left: 0px;
	}
.column-wide h2
	{font-size: 18px;
	line-height: 20px;
	color: #989835;
	margin: 25px 0 10px 6px;
}
.column-wide img {
	background: #fff;
	border: 1px solid #B3A97E;
	padding: 4px;
	margin-top: 3px;
	margin-left: 10px;
	float: right;
	}

.column-wide img.plain{
	background: #fff;
	border: 0px solid #B3A97E;
	padding: 4px;
	margin-top: 3px;
	margin-left: 3px;
	}




.formbox {
	width: 156px;
	margin: 30px auto 0;
}
.formbox label {
	font-size: 11px;
	line-height: 18px;
	color: #41433c;
	display: block;
}
.formbox .string {
	background: none;
	width: 144px;
	height: 20px;
	border: 1px solid #7f9db9;
}
.formbox .submit {
	width: 90px;
	height: 22px;
	font-size: 12px;
	color: #41433c;
	display: block;
	margin-top: 15px;
}
.part {
	background: #392c3b url(/files/part.gif) no-repeat;
	width: 106px;
	padding: 40px 25px 10px;
	margin: 30px auto 0;
}
.part p {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.part a {
	background: url(/files/read-more-2.gif) no-repeat;
	width: 76px;
	height: 18px;
	display: block;
	font: 9px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 5px auto 0;
}
.column-2 {
	width: 425px;
	float: right;
	padding: 0 35px 0 38px;
}
.column-2 h2 {
	font-size: 16px;
	line-height: 20px;
	color: #989835;
	margin: 22px 0 25px -10px;
}
.column-2 h3 {
	font-size: 14px;
	line-height: 16px;
	color: #989835;
	margin: 22px 0 25px -10px;}

.column-2 ul{
	font-size: 12px;
	line-height: 20px;
	color: #6c6351;
	margin-left: 20px;
	list-style-type: circle;}

.column-2 ol{
	font-size: 12px;
	line-height: 20px;
	color: #6c6351;
	margin-left: 20px;
	}
	


.column-2 p  {
	font-size: 12px;
	line-height: 20px;
	color: #6c6351;
}
.column-2 table 
	{font-size: 12px;
	color: #6c6351;}


.column-2 img {
	background: #fff;
	border: 1px solid #B3A97E;
	padding: 4px;
	margin-top: 3px;
	margin-left: 10px;
	float: right;}

.column-2 img.plain{
	background: #F6F5E9;
	border: 0px solid #B3A97E;
	padding: 4px;
	margin-top: 3px;
	margin-left: 3px;
	}



.left {
	width: 165px;
	float: left;
}

.left-wide {
	width: 530px;
	float: left;
	margin-left: 45px;
}

.left p {
	font-size: 12px;
	line-height: 20px;
	color: #6c6351;
}

.column-wide p,
.column-wide table {
	font-size: 12px;
	line-height: 20px;
	color: #6c6351;
    margin-right: 10px;
    margin-left: 31px;
}

.button {
	width: 425px;
	text-align: center;
}
.button img {
	background: #fff;
	border: 1px solid #B3A97E;
	padding: 4px;
	margin-top: 3px;
}
.button a {
	background: url(/files/more-info.gif) no-repeat;
	width: 145px;
	height: 30px;
	display: block;
	font: 18px/30px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	margin: 28px auto 0;
clear: left;}
#footer {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
}
#footer p {
	font-size: 12px;
	line-height: 20px;
	color: #663;
	display: inline;
}
#footer ul {
	background: url(/files/footer-separator.gif) no-repeat 100% 70%;
	display: inline;
	margin: 0 3px;
}
#footer ul li {
	background: url(/files/footer-separator.gif) no-repeat 0 70%;
	display: inline;
	padding: 0 2px 0 7px;
}
#footer a {
	font-size: 12px;
	line-height: 20px;
	color: #663;
	text-decoration: none;
}
#footer a:hover {text-decoration: underline;}

/* Calendar (Page Types) use these styles */
.software_monthly_calendar {
    width: 100%;
    border-collapse: collapse;
}
.software_monthly_calendar td, .software_monthly_calendar th {
    line-height: 12px;
    padding: 2px;
    border: 1px solid;
    vertical-align: top;
}
.software_monthly_calendar th {
    width: 14%;
    background-color: #F6F5E9;
    color: #989835;
}
.software_monthly_calendar td.inactive {
    background-color: #F6F5E9;
}

/* Photo Gallery (Page Types) use these styles */
.software_photo_gallery
{
    text-align: center;
}
.software_photo_gallery .slideshow
{
    text-align: right;
    margin-bottom: 0.2em;
}
.software_photo_gallery span
{
    padding: 0.1em;
}
.software_photo_gallery table
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.software_photo_gallery td
{
    padding: .1em;
}
.software_photo_gallery .previous, .software_photo_gallery .next
{
    border: 1px solid;
    padding: 0.25em;
}
.software_photo_gallery .thumbnail
{
    border: 1px solid;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.software_photo_gallery .current_thumbnail
{
    border: 1px solid;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.software_photo_gallery .current_thumbnail_label,
.software_photo_gallery .slideshow .active
{
    font-weight: bold;
}
.software_photo_gallery .photo
{
    border: 1px solid;
    padding: 10px;
    margin-top: 0px 0px 15px 0px;
}

/* Software Pagination (Form List View Page Type use these styles) */
.software_pagination
{
    margin: 1em 0px;
}
.software_pagination a,
.software_pagination span
{
    padding: 0.2em 0.4em;
    border: 1px solid;
}
.software_pagination a
{
    BORDER: 1px solid;
}
.software_pagination a:hover
{
    BORDER: 1px solid;
}
.software_pagination .current,
.software_pagination a.previous,
.software_pagination a.next
{
    font-weight: bold;
}
.software_pagination span.previous,
.software_pagination span.next
{
    BORDER: 1px solid;
    display: none;
}

.software_input_submit_primary {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #989835;
    font-weight: bold;
    font-size: 120%;
}
.software_input_submit_secondary {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
	 font-weight: bold;
	 font-size: 120%;
}
.software_input_submit_small_primary {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 1px 3px;
	 COLOR: #FFFFFF;
    BACKGROUND-COLOR: #989835;
	 font-weight: bold;
	 font-size: 80%;
}
a.software_button_primary,
a.software_button_primary:link,
a.software_button_primary:visited,
a.software_button_primary:active {
    display: inline-block;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #FFFFFF;
    BACKGROUND-COLOR: #989835;
	 font-weight: bold;
	 font-size: 120%;
}
a.software_button_primary:hover,
a.software_button_primary:focus {
    display: inline-block;
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #FFFFFF;
    BACKGROUND-COLOR: #989835;
	 font-weight: bold;
	 font-size: 120%;
}
a.software_button_secondary,
a.software_button_secondary:link,
a.software_button_secondary:visited,
a.software_button_secondary:active,
a.software_button_secondary:hover,
a.software_button_secondary:focus {
    display: inline-block;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
	 font-weight: bold;
	 font-size: 120%;
}
a.software_button_small_secondary,
a.software_button_small_secondary:link,
a.software_button_small_secondary:visited,
a.software_button_small_secondary:active {
    display: inline-block;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 2px 3px;  /*add 1px to a button top/bottom padding to match input */
	 COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
	 font-weight: bold;
	 font-size: 80%;
    line-height: normal;
}
a.software_button_small_secondary:hover,
a.software_button_small_secondary:focus {
    display: inline-block;
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 2px 3px;  /*add 1px to a button top/bottom padding to match input */
	 COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
	 font-weight: bold;
	 font-size: 80%;
    line-height: normal;
}
input.software_input_submit_small_secondary {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 1px 3px;
    COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
    font-weight: bold;
    font-size: 80%;
}

a.link-button-primary-large,
a.link-button-primary-large:link,
a.link-button-primary-large:visited,
a.link-button-primary-large:active {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #FFFFFF;
    BACKGROUND-COLOR: #989835;
	 font-weight: bold;
	 font-size: 120%;
}
a.link-button-primary-large:hover,
a.link-button-primary-large:focus {
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #FFFFFF;
    BACKGROUND-COLOR: #989835;
	 font-weight: bold;
	 font-size: 120%;
}
a.link-button-primary-small,
a.link-button-primary-small:link,
a.link-button-primary-small:visited,
a.link-button-primary-small:active {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 2px 3px;
	 COLOR: #FFFFFF;
    BACKGROUND-COLOR: #989835;
	 font-weight: bold;
	 font-size: 80%;
}
a.link-button-primary-small:hover,
a.link-button-primary-small:focus {
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 2px 3px;
	 COLOR: #FFFFFF;
    BACKGROUND-COLOR: #989835;
	 font-weight: bold;
	 font-size: 80%;
}
a.link-button-secondary-large,
a.link-button-secondary-large:link,
a.link-button-secondary-large:visited,
a.link-button-secondary-large:active {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
	 font-weight: bold;
	 font-size: 120%;
}
a.link-button-secondary-large:hover,
a.link-button-secondary-large:focus {
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
	 font-weight: bold;
	 font-size: 120%;
}
a.link-button-secondary-small,
a.link-button-secondary-small:link,
a.link-button-secondary-small:visited,
a.link-button-secondary-small:active {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 2px 3px;
	 COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
	 font-weight: bold;
	 font-size: 80%;
}
a.link-button-secondary-small:hover,
a.link-button-secondary-small:focus {
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 2px 3px;
	 COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
	 font-weight: bold;
	 font-size: 80%;
}

.software_input_submit_primary {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #FFFFFF;
    BACKGROUND-COLOR: #989835;
	 font-weight: bold;
	 font-size: 120%;
}
.software_input_submit_secondary {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
	 font-weight: bold;
	 font-size: 120%;
}
.software_input_submit_small_primary {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 1px 3px;
	 COLOR: #FFFFFF;
    BACKGROUND-COLOR: #989835;
	 font-weight: bold;
	 font-size: 80%;
}
a.software_button_primary,
a.software_button_primary:link,
a.software_button_primary:visited,
a.software_button_primary:active {
    display: inline-block;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #FFFFFF;
    BACKGROUND-COLOR: #989835;
	 font-weight: bold;
	 font-size: 120%;
}
a.software_button_primary:hover,
a.software_button_primary:focus {
    display: inline-block;
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #FFFFFF;
    BACKGROUND-COLOR: #989835;
	 font-weight: bold;
	 font-size: 120%;
}
a.software_button_secondary,
a.software_button_secondary:link,
a.software_button_secondary:visited,
a.software_button_secondary:active,
a.software_button_secondary:hover,
a.software_button_secondary:focus {
    display: inline-block;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 5px;
	 COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
	 font-weight: bold;
	 font-size: 120%;
}
a.software_button_small_secondary,
a.software_button_small_secondary:link,
a.software_button_small_secondary:visited,
a.software_button_small_secondary:active {
    display: inline-block;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 2px 3px;  /*add 1px to a button top/bottom padding to match input */
	 COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
	 font-weight: bold;
	 font-size: 80%;
    line-height: normal;
}
a.software_button_small_secondary:hover,
a.software_button_small_secondary:focus {
    display: inline-block;
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 2px 3px;  /*add 1px to a button top/bottom padding to match input */
	 COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
	 font-weight: bold;
	 font-size: 80%;
    line-height: normal;
}
input.software_input_submit_small_secondary {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 1px 3px;
    COLOR: #989835;
    BACKGROUND-COLOR: #FFFFFF;
    font-weight: bold;
    font-size: 80%;
}

.mceContentBody
{
    font-size: 12px;
    font-family: arial, sans-serif;
    background: none;
    background-color: white;
    border-color: black;
    color: #6C6351;
    text-align: left;
    line-height: 20px;
}