/*This is where you configure the margins and background settings for all pages in the site*/
/*------------------------------------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/background.jpg);
	background-repeat: no-repeat;
}

/*This is where you configure the look and feel of all body text within the site*/
/*Also, be sure to update the body style in "\code\dhtml\editor\css\fck_editorarea.css" if you want the editor to reflect this style*/
/*------------------------------------------------------------------------------------------------------*/
table, .bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/*This is where you configure the look and feel of all form fields within the site*/
/*------------------------------------------------------------------------------------------------------*/
.fieldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/*This is where you configure the look and feel of all links that appear within body text within the site*/
/*------------------------------------------------------------------------------------------------------*/
a {
	text-decoration: underline;
	color: #AD2612;
}

a:hover {
	text-decoration: underline;
	color: #C1531D;
}

/*This is where you configure the look and feel of all administrative headings within the site*/
/*------------------------------------------------------------------------------------------------------*/
.headingtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #AD2612;
}

/*This is where you configure the look and feel of the primary area nav links within the site*/
/*------------------------------------------------------------------------------------------------------*/

a.bodylinkprimary {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}

a.bodylinkprimaryactive {
	text-decoration: underline;
	font-weight: bold;
	color: #E7B06F;
	line-height: 16px;
}

a.bodylinkprimary:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #E7B06F;
	line-height: 16px;
}

/*This is where you configure the look and feel of the secondary area nav links within the site*/
/*------------------------------------------------------------------------------------------------------*/
bodylinksecondarybullet {
	color: #470100;
}

a.bodylinksecondary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #470100;
}

a.bodylinksecondaryactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #AD2612;
}

a.bodylinksecondary:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #AD2612;
}

a.bodylinksecondaryactive:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #AD2612;
}

/*This is where you configure the look and feel of the tertiary area nav links within the site*/
/*------------------------------------------------------------------------------------------------------*/
bodylinktertiarybullet {
	color: #470100;
}

a.bodylinktertiary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #470100;
}

a.bodylinktertiaryactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #AD2612;
}

a.bodylinktertiary:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #AD2612;
}

a.bodylinktertiaryactive:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #AD2612;
}

/*This is where you configure the look and feel of the quinary area nav links within the site*/
/*------------------------------------------------------------------------------------------------------*/
bodylinkquinarybullet {
	color: #470100;
}

a.bodylinkquinary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #470100;
}

a.bodylinkquinaryactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #AD2612;
}

a.bodylinkquinary:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #AD2612;
}

a.bodylinkquinaryactive:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #AD2612;
}

/*This is where you configure the look and feel of administrative links within the site*/
/*------------------------------------------------------------------------------------------------------*/
a.bodylinkadmin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #AD2612;
}

a.bodylinkadmin:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #C1531D;
}

/*This is where you configure the look and feel of the sidebar system*/
/*------------------------------------------------------------------------------------------------------*/

.sidebar {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

a.sidebarlink {
	text-decoration: underline;
	color: #B04D1C;
}

a.sidebarlink:hover {
	text-decoration: underline;
	color: #E38151;
}

/*This is where you configure the look and feel of the footer*/
/*------------------------------------------------------------------------------------------------------*/

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

a.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a.footerlinkactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #E7B06F;
}

a.footerlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #E7B06F;
}

a.footerlinkactive:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #E7B06F;
}

.searchtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

hr {
  height: 1px;
  color: #999999;
  background-color: #999999;
}

.style1 {color: #FFFFFF}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #AD2612;
	font-weight: bold;
}
.ccstyle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #007FB3;
	font-weight: bold;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
}
.style5 {color: #FFFFFF; font-weight: bold; }
