body {
	background-color: #000000;
	margin: 0px;
}
.main_table {
    margin-left: auto;
    margin-right: auto;
    border-left: #FFFFFF solid 1px;
    border-right: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px;
}
.top_nav_table {
    border-top: #898989 solid 1px;
    border-bottom: #898989 solid 1px;
    padding-top: 3px;
    padding-bottom: 3px;
}
a.top_nav_text {
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
}
a:hover.top_nav_text {
	color: #CCCCCC;
	text-decoration: underline;
}
.footer {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 3px;
}
a.footer {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover.footer {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
.side_nav_padding {
	padding: 20px 20px 20px 0px;
}
.side_nav_table_bg {
	background: url("images/side_nav_repeat.jpg");
}
.side_nav_cell_bg {
	background: url("images/side_nav_top.jpg");
	background-repeat: no-repeat;
}
.side_nav_text {
	line-height: 24px;
}
a.side_nav_text {
	color: #FFFFFF;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 11px; 
	text-decoration: none;
}
a:hover.side_nav_text {
	color: #7CC576;
}
hr.side_nav_text {
	border: 0px;
	border-top: 1px solid #898989;
}
.content_cell {
	padding: 20px;
	border-left: #898989 solid 1px;
	border-right: #898989 solid 1px;
	border-bottom: #898989 solid 1px;
}
.item_name {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 18px;
	color: #ECD26A;
}
a:hover.item_name {
	color: #BCA23A;
}
.item_description {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: justify;
}
a.item_description {
	color: #FFFFFF;
}
a:hover.item_description {
	color: #CCCCCC;
}
.blackinput {
	background-color: #000;
	color: #fff;
	border: 1px solid #666;
	font-size: 10px;
}

/********************************
* category image border classes *
********************************/

.cat_img_b {
	border-bottom: #898989 solid 1px;
}
.cat_img_lbr {
	border-left: #898989 solid 1px;
	border-bottom: #898989 solid 1px;
	border-right: #898989 solid 1px;
}
.cat_img_lr {
	border-left: #898989 solid 1px;
	border-right: #898989 solid 1px;
}
.cat_img_r {
	border-right: #898989 solid 1px;
}
.cat_img_br {
	border-bottom: #898989 solid 1px;
	border-right: #898989 solid 1px;
}
.cat_img_t {
	border-top: #898989 solid 1px;
}
.cat_img_tr {
	border-top: #898989 solid 1px;
	border-right: #898989 solid 1px;
}
