﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: white url('../images/image1grad (Large).jpg') no-repeat fixed;
}
#container {
	width: 650px;
	margin: 0 auto; 
	padding: 10px;
	
	background-color:transparent;
	background: inherit;
	border:medium;
	border-color:black;

	
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	background-color:transparent;
	
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background:inherit;
	border:medium;
	border-color:black;
	color: black;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
}
#masthead h3 {
	color: #000000;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	color:black;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
	color:black;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: black;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: black;
}
#footer a {
	color: black;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
	}
	
.LeonInputField {
	width:100%;
}
.style6 {
	text-align: center;
}
.style7 {
	border: 1px solid #000000;
	text-align: center;
	width: 100%;
	border-spacing:10px 10px;
}

.ConfirmTable {
	border: 1px solid #000000;
	text-align: right;
	width: 100%;
	border-spacing:10px 10px;
}

.style8 {
	text-align: right;
}
.style3 {
	font-size: xx-small;
	margin-left: 0;
	margin-bottom: 0;
}
.style5 {
	margin-left: 1px;
}

.style6 {
	text-align: center;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
}

.style9 {
	margin-left: 14px;
	margin-top: 5px;
	color:black
}
.styleMenuBar {
	margin-left: 0px;
	margin-top: 5px;
	color:black;
	width: 100%;
}
.style11 {
	font-family: Papyrus;
	font-weight: normal;
	font-size: xx-large;
	color: black;
}
.style11a {
	font-family: Papyrus;
	font-weight: normal;
	font-size: x-large;
	color: black;
}

  .info   { color: green; background-color: transparent; font-weight: normal; }
  .warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
  .error  { color: red; background-color: transparent; font-weight: bold;text-align: center}


.style13 {
	font-size: large;
	margin-right: 10px;
}
.style12 {
	font-family: Papyrus;
	font-weight: normal;
	font-size: x-large;
	color: red;
	text-decoration: blink;
}

.bSideBar {
	margin: 0;
	width: 204px;
	float: right;
	position:	absolute;
	overflow:visible;
	
}