﻿@import url("layout.css");

#sidebar {
	padding:5px; float: left;
	background-color: #EEDD99;
	position: relative;
	clear: both;
	display: inline; 
	font-family:Verdana; 
	font-size:10px; 
	color:#666666
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	border-bottom:1px solid #314529; display: block;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 5px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #996633;
}

/* Styles for Horizontal Navigation */
#Hsidebar {
	width: 154px;
	background-color: #eedd99;
	font-family:Verdana; 
	font-size:11px; color:#8A0000
}
#Hsidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #8A0000;
	padding: 5px;
}
#Hsidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #996633;
}

/* Styles for Horizontal RightNavigation */

#Rsidebar {
	float: left;
	background-color: #CEDEFF;
	position: relative;
	clear: both;
	display: inline; 
	font-family:Verdana; 
	font-size:11px; 
	font-weight:bold; color:#996633
}
/* Styles for Navigation */
#Rsidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#Rsidebar li {
	border-bottom:1px solid #FFFFFF; display: block;
}
#Rsidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #F78E18;
	display: block;
	padding: 5px;
}
#Rsidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #486847;
	background-color: #FFFFFF;
}


/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}