@charset "utf-8";
/* CSS Document */

body {
	background-color: #9CC2FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

h1 {
	font-size: 18px;
	color: #038405;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #028503;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #439810;
	font-weight: normal;
}

hr {
	height: 1px;
	width: 100%;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E8FCDA;
}

a {
	color: #009900;
	text-decoration: none;	
}
a:hover {
	color: #006600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
}

.Container {
	position: absolute;
	width: 750px;
	margin-left: -375px;
	left: 50%;
	border: 2px solid #000;
	background-color: #B5F38E;
}
.header {
	height: 222px;
	background-image: url(../ui_images/head2.png);
	text-align: center;
}

.left_bar {
	
	width: 140px;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.content {
	top: 220px;
	background-color: #B5F38E;
	overflow: auto;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #028503;
	padding-left: 10px;
	padding-right: 10px;
	display: inherit;
}
.content2 {
	z-index: -1;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #1DAA06;
}

.footer {
	text-align: center;
	background-color: #000;
	color: #FFF;
	position: relative;
	padding: 1px;
}

.menu_bar {
	position: relative;
	top: 200px;
	background-image: url(../ui_images/green_bar.gif);
	width: 750px;
	height: 22px;
}

.menu_bar a {
	color: #FFF;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: -1px;
	text-decoration: none;
	font-size: 16px;
}

.menu_bar a:hover {
	background-image: url(../ui_images/lshade.gif);
	padding-right: 8px;
	padding-left: 8px;
	top: 0px
	text-decoration: none;
	font-size: medium;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.del a {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1px solid #F00;
}

.del a:hover {
	color: #000;
	background-color: #F00;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1px solid #000;
}
