/* Basic Settings (All Products) */

body
{
	font-size: 10px;
	font-family: Verdana, Arial, san-serif;
	color: Black;
	background-Color: #FFFFFF;
	margin: 0px;
}

td
{
	font-size: 10px;
	font-family: Verdana, Arial, san-serif;
	color: Black;
}

/* Links */
a, a:VISITED, a:ACTIVE
{
	color: #742020;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, san-serif;
	font-weight: 400
}

a:Hover
{
	color: #742020;
	text-decoration: underline;
	font-size: 10px;
	font-family: Verdana, Arial, san-serif;
	font-weight: 400
}


/* Misc */
.error
{
	font-size: 10px;
	font-family: Verdana, Arial, san-serif;
	color: Red;
}

.help
{
	padding: 26px
}

.small
{
	font-size: 9px
}

.noWrap
{
	white-space: nowrap
}
/*- Misc */


/* Alignment */
.alignLeft
{
	text-align: left;
}

.alignCenter
{
	text-align: center;
}

.alignRight
{
	text-align: right;
}
/*- Alignment */


/* Generic Headers */
.headerPage
{
	color: #8A4242;
	font-size: 18px;
	font-weight: bold;
}

.subHeaderPage
{
	font-size: 12px;
	font-weight: bold;
}
/*- Generic Headers */


/* Text Fields */
.textNumberSmall
{
	width: 35px;
	border: 1px solid #000000;
	text-align: right
}

.textField
{
	width: 175px;
	border: 1px solid #000000;
}

.textFieldShort
{
	width: 75px;
	border: 1px solid #000000;
}

.textFieldLong
{
	width: 300px;
	border: 1px solid #000000;
}
/*-Text Fields */


/* Button classes */
.button
{
	border: 1px solid #000000;
	font-size: 10px;
}
/*- Button classes */


/* Select box classes */
.selectThinBorder
{
	vertical-align: bottom;
	border: 1px solid #000000
}
/*- Select box classes */


/*-Basic Settings (All Products) */


/* psWeb Classes */
.pageTable
{
	width: 100%;
	padding: 0px;
	margin: 0px
}

.banner
{
	text-align: left;
}

/* Categories Menu */
.categoryRow
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.categoryContainer
{
	margin-left: 200px;
	width: 500px;
	border-left: 1px solid #B5BFA1;
	border-right: 1px solid #596344;
}


.categorySelected
{
	text-align: center;
}

.categoryOn
{
	text-align: center;
}

.categoryOff
{
	text-align: center;
}

a.category, a.category:VISITED, a.category:ACTIVE
{
	width: 100%;
	font-size: 9px;
	color: #003300;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 1px solid #596344;
	border-right: 1px solid #B5BFA1;
}

a.category:HOVER
{
	width: 100%;
	font-size: 9px;
	color: #003300;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	border-left: 1px solid #596344;
	border-right: 1px solid #B5BFA1;
}

a.categorySelected, a.categorySelected:VISITED, a.categorySelected:ACTIVE
{
	width: 100%;
	font-size: 9px;
	color: #003300;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 1px solid #596344;
	border-right: 1px solid #B5BFA1;

}

a.categorySelected:HOVER
{
	width: 100%;
	font-size: 9px;
	color: #003300;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	border-left: 1px solid #596344;
	border-right: 1px solid #B5BFA1;

}
/*- Categories Menu */


.sidebar
{
	width: 146px;
	height: 100%;
	padding: 10px 15px 10px 15px;
}

.pageSelected
{
	background-color: transparent;
}

.pageOn
{
	background-color: transparent;
}

.pageOff
{
	background-color: transparent;
}

a.page, a.page:VISITED, a.page:ACTIVE
{
	font-weight: 800;
}

a.page:HOVER
{
	font-weight: 800;
	text-decoration: underline;
}


.newsBar
{
	width: 242px;
	padding: 10px 15px 10px 15px;
}

.newsHeadlineHeader
{
	color: #AA0000;
	font-size: 12px;
	font-weight: 800;
	border-bottom: 1px solid #B4B7AF;
}

.newsHeadlineDate
{
	padding: 0px 0px 0px 20px;
	color: #336633;
	font-size: 11px;
	font-weight: 800;
}

.newsHeadlineOn
{

}

.newsHeadlineOff
{

}

a.newsHeadline, a.newsHeadline:VISITED, a.newsHeadline:ACTIVE
{
	padding: 0px 0px 12px 20px;
	color: #336633;
	font-size: 11px;
	text-decoration: underline
}

a.newsHeadline:HOVER
{
	padding: 0px 0px 12px 20px;
	color: #336633;
	font-size: 11px;
	text-decoration: underline
}

.newsHeadline
{
	width: 100%;
	font-size: 25px;
	color: #336633;
	text-align: left;
}

.newsDate
{
	width: 100%; height: 35px;
	font-size: 12px;
	color: black;
	text-align: center;
}


/* psWeb: Link List */
.linkListHeader
{
	color: #AA0000;
	font-size: 12px;
	font-weight: 800;
	padding-bottom: 8px;
}

.linkListOn
{
	padding-bottom: 5px
}

.linkListOff
{
	padding-bottom: 5px
}

a.linkList, a.linkList:VISITED, a.linkList:ACTIVE
{
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	padding-left: 14px;
	font-size: 11px;
	color: #333333;
	text-decoration: underline
}

a.linkList:HOVER
{
	padding-left: 8px;
	font-size: 11px;
	color: #333333;
	text-decoration: underline
}
/*-psWeb: Link list */


/* psWeb: Focus Items */
.focusItemsHeader
{
	color: #AA0000;
	font-size: 12px;
	font-weight: 800;
	padding-bottom: 8px;
}

.focusItemsOn
{

}

.focusItemsOff
{

}
/*-psWeb: Focus Items */






.content
{
	width: auto;
	padding: 20px 30px 20px 30px;
}


.footer
{
	height: 271px;
	font-size: 10px;
	color: #336633;
	padding: 186px 0px 0px 376px
}

a.footerLink, a.footerLink:VISITED, a.footerLink:ACTIVE
{
	font-size: 10px
}

a.footerLink:HOVER
{
	font-size: 10px
}




/* Editor Classes */
.fckEditorArea
{
	padding: 4px;
}
