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

body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	background-color: #FFFFFF;
}
#container #header {
	background-image: url(../img/Logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #007046;
}
#container #content {
	float: left;
}
#container #content #left {
	float: left;
	width: 180px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECECE;
}
#container #content #contentarea {
	float: left;
	margin-left: 20px;
	width: 570px;
}
#container #content #left ul {
	display: inline;
}
#container #content #left li {
	line-height: 30px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1C1C1;
	padding-left: 5px;
}
#container  #content  a  {
	color: #007046;
}
#container   #content   a:hover   {
	color: #EB7734;
}
#container #content #contentarea table {
	background-color: #F0F0F0;
	border: 1px solid #D5D5D5;
}
#container  #content  #contentarea  table  td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFBFBF;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BFBFBF;
}
#container   #content   #contentarea   input, select, textarea {
	padding: 2px;
	border: 1px solid #B4B4B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#container #content #contentarea table th {
	background-color: #333333;
	color: #FFFFFF;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#small    {
	font-size: 11px;
}
#container #content #contentarea #titlel {
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}
#master {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	background-color: #FFFFFF;
	float: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
}
