﻿@import url("layout.css");


body {
	background-position: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFFFFF;
}
#container {
	background-position: inherit;
	width: 860px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url('../shade.jpg');
	background-attachment: scroll;
}
#masthead {
	text-align: right;
	width: 860px;
	overflow: hidden;
	height: 150px;
	position: relative;
	background-image: url('../head_top.jpg');
}
#sidebar {
	float: left;
	width: 180px;
	position: relative;
	clear: both;
	display: inline;
	margin-left: 8px;
	border-right-color: #17408E;
	border-right-style: solid;
	border-right-width: 2px;
	background-color: #CDCAB2;
	background-image: url('../sidebar_bkg.jpg');
	background-repeat: repeat-y;

}
#content {
	float: right;
	width: 635px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #FFFFFF;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	width: 860px;
	background-position: top;
	clear: both;
	background-color: #CCCCCC;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	background-image: url('../images/butmi.jpg');
	background-repeat: no-repeat;
	height: 120px;
}
#masthead img {
	border: 0px;
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */

}
#navigation {

}
html>body #navigation {
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 860px;
	margin: 0;
	padding: 0;
	height: 40px;
}
#navigation li {
	float: right;
	
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 0px;
	padding-right: 15px;
	height: 40px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
		padding-right: 15px;
		height: 40px;
		
		
		
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 2px;
	font-size: 12px;
}
#sidebar li {
	display: block;
	}

}
#sidebar k {

}

#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #17408E;
	display: block;
	padding: 5px;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	background-image: url('../buttona_hov.jpg');
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: left;
	margin: 0px;

}
#footer a {
	color: #17408E;
	text-decoration: none;
}
#footer a:hover {
	color: #0066FF;
	text-decoration: none;
}
a {
	color: #17408E;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

