﻿@import url("masterlayout.css");
body {
	background-image: url('../images/background/bg_picture.jpg');
	background-attachment: fixed;
}
#container {
	width: 100%;
	height: 100%;
	background-image: url('../images/background/bg_picture.jpg');
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-image: url('../images/background/bg_picture.jpg');
	left: 10px;
	top: 10px;
	background-attachment: fixed;
}
#content {
	margin-left: 150px;
	padding: 0px;
	background-image: url('../images/background/bg_picture.jpg');
	position: relative;
	background-attachment: fixed;
}
#shell {
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;

}
#footer {
	clear: both;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-left: 150px;
	font-family: Verdana, arial, sans-serif;
	font-size: x-small;
	color: #000080;
	text-align: center;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
	padding-right: 10px;
	padding-left: 10px;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
}
h1 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar img {
	margin: 0px 0px 5px 5px;
	border: 0px;
	position: relative;
	top: 5px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, arial, sans-serif;
	font-size: x-small;
	text-align: center;
	background-color: #0000FF;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	padding: 2%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #800000;
	border-bottom: 1px solid #f5f5f5;
	background-color: #7FD2E0;
}
/* Styles for Content */
#shell h1 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
}
#shell h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}
#shell h4 {
	border-width: 0px;
	padding: 0px;
	margin: 1px;
	text-align: center;
}
#shell h5 {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .6em;
}
#shell p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000080;
	padding: 0px;
	margin: 0px;
}
#shell img {
	margin-right: 1px;
	margin-left: 1px;
	float:inherit;
}
#shell img:hover {
	color: #FF0000;
	border: 1px solid #FF0000;
}
#shell a {
	color: #0000FF;
}
#shell a:hover {
	color: #990033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#shell table {
	text-align: center;
	position: relative;
	margin: 0 auto;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
