﻿@import url("layout.css");
.nav_link {
	font-size: x-small;
	color: #0000FF;
}
.montataimg {
	border-width: 0px;
	position: relative;
	float: left;
	overflow: hidden;
}
.rowhead {
	text-align: center;
}
.rowpic {
	padding: 1px;
	border-width: 0px;
	text-align: center;
}
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/sidebar_fade.jpg');
	background-repeat: repeat-y;
}
#masthead {
	width: 100%;
	overflow: hidden;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 160px;
	background-color: #00853F;
	color: #FFFFFF;
	background-image: url('../images/sidebar_fade.jpg');
}
#content {
	margin-left: 160px;
	padding: 10px 0px 0px 10px;
	background-color: #fff;
	height: 80%;
}
#footer {
	padding: 1% 0 1% 0;
	border-color: #CCCCCC;
	margin: 0px;
	clear: both;
	width: 100%;
	overflow: hidden;
	background-color: #CCCCCC;
}
#masthead img {
	float: left;
	overflow: hidden;
	border-width: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 0px solid #00853F;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #F5F5F5;
	padding: 5%;
	display: block;
	border-top: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	background-color: #dc9;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	padding-left: 10px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#submenu {
	font-size: smaller;
	font-weight: normal;
	padding: 0;
}
#submenu li {
	padding: 0;
	border: 0;
}
#submenu a {
	text-decoration: none;
	font-weight: normal;
	border: 0;
	padding: 0px 0px 0px 15px;
}
#submenu a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #393939;
	border-bottom: 0;
	background-color: #dc9;
}
.category_child {
	padding: 0px 0px 0px 30px;
}
#cat_child {
	padding: 0px 0px 0px 30px;
}
.masttablerow {
	border-style: inset;
	border-width: medium 0px 0px 0px;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #000000;
	background-image: url('../images/sidebar_fade.jpg');
	background-repeat: repeat-y;
}
