﻿@import url("layout.css");
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #008000;
	background-image: none;
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	padding: 15px;
	width: 100%;
	margin-top: 25px;
	border-bottom: 2px solid #358;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #358;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
#masthead {
	border: thin solid #008000;
	background-position: left top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	background-image: url('../Apps/Image_Processing/Image_Processing.jpg');
	background-repeat: repeat-x;
}
#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#page_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	float: left;
	width: 800px;
	padding-top: 7px;
	text-align: justify;
	font-size: medium;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#sidebar {
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
/* Masthead Styles */
#masthead a {
	color: #FFFFFF;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #008000;
	background-color: #008000;
	text-transform: uppercase;
}
#navigation a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #00FF00;
	text-transform: uppercase;
}
#navigation a.store {
/*	border: 1px solid #000080;
	background-color: #000080;
	text-transform: uppercase;
	color: #FFFFFF; */
}
#navigation a.store:hover {
/*	border: 1px solid #3333CC;
	background-color: #3399FF;
	text-transform: uppercase;
	color: #000000; */
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #008000;
}
#content img {
	padding: 1px;
	border: 0px;
}
#content img.bordered {
	border: 1px solid #000000;
}
#content img.photo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar a: {
	background-color: #FFFF00;
}
#sidebar a:visited {
	color: #008000;
	background-color: #FFFF00;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
/* Link Styles */
a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	color: #008000;
	text-decoration: underline;	
}
a.submenu {
	font-variant: small-caps;
	font-weight: bold;
	color: #0000FF;
}
a.submenu:hover {
	color: #FF0000;
}
a.submenu:visited {
/*	color: #000000; */
}
/* Other Styles */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.code {
	font-family: "Courier New", Courier, monospace;
}
.caption {
	font-size:small;
}
