body {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #77bb00;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: -1px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #77bb00;
}

a {
	color: #447700;
	text-decoration: none;
}

a:hover {
	color: #77bb00;
	text-decoration: underline;
}

a img {
	border: 0px;
}

#container {
	margin: auto;
	width: 980px;
}

#menu {
	margin-right: 20px;
	padding-top: 12px;
	width: 220px;
	float: left;
}

#content {
	width: 740px;
	float: left;
}

#content h1 {
	margin-bottom: 15px;
}

#content a {
	text-decoration: underline;
}

#header {
	padding-top: 20px;
	padding-bottom: 40px;
	background-image: url('images/line.png');
	background-position: 0px 60px;
	background-repeat: repeat-x;
}

#footer {
	padding: 10px;
	padding-bottom: 5px;
	clear: both;
	border-bottom: solid #c0c0c0 7px;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	text-decoration: none;
}

#submit {
	width: 75px;
	height: 27px;
	background-image: url('images/submit.png');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0px 2px;
	cursor: pointer;
	border: 0px;
}

.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu li {
	margin: 0px;
	padding: 0px;
}

.menu li a {
	padding: 15px;
	display: block;
	font-weight: bold;
	border-bottom: solid #c0c0c0 7px;
}

.menu li a:hover {
	color: #000000;
	border-color: #77bb00;
	text-decoration: none;
}

.sidebar {
	margin-top: 10px;
	padding: 10px;
	background-color: #c0c0c0;
	color: #ffffff;
}

.sidebar a {
	color: #ffffff;
}

.sidebar a:hover {
	text-decoration: none;
}

.submit {
	padding: 4px;
	width: 220px;
	font-family: arial, helvetica;
	font-size: 12px;
	border: solid #cccccc 1px;
}

.sum {
	padding: 4px;
	font-family: arial, helvetica;
	font-size: 12px;
	border: solid #cccccc 1px;
}

.error {
	margin-bottom: 20px;
	color: #ff0000;
}

.table {
	margin-bottom: 20px;
	width: 300px;
	border-top: solid #cccccc 1px;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
}

.table td {
	padding: 5px;
	border-bottom: solid #cccccc 1px;
}

.caption {
	color: #ffffff;
	font-weight: bold;
	background-color: #77bb00;
}

.icon {
	margin-right: 10px;
	clear: left;
	float: left;
}

.req {
	color: #000000;
}