* {
	margin: 0;
	padding: 0;
	border: none;
        outline: none;
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
}
textarea, input {
	font-family: verdana, sans-serif;
	font-size: 1em;
	width: 100%;
	border: 1px solid #607245;
	text-align: center;
}

#box_top {
	position: relative;
	width: 100%;
	background: #f0f3ec;
	text-align: center;
}

#box_top a {
	display: block;
	width: 100%;
	border-top: 7px solid #9db17e;
	border-bottom: 1px solid #607245;
	color: #9db17e;
	padding: 5px 0 0 0;
	font-family: times new roman, serif;
	font-size: 1em;
	text-decoration: none;
}

#box_top a:hover {
	border-top: 7px solid #607245;
	color: #607245;
	background: white;
}

#box_top_header {
	position: relative;
	width: 100%;
	background: white;
	height: 100px;
	border-top: 1px solid white;
	border-bottom: 1px solid #607245;
}

#box_top_header_images {
	position: relative;
	width: 75%;
	background: url(../img_new/wrap.gif);
	height: 100px;
	margin: auto;
}

#box_top_headline {
	position: relative;
	width: 85%;
	margin: auto;
	background: #9db17e;
	color: #f0f3ec;
	border-top: 1px solid white;
	border-bottom: 5px solid #607245;
	border-left: 2px solid #9db17e;
	border-right: 2px solid #9db17e;
}

#box_top_headline p {
	font-family: times new roman, serif;
	font-size: 1em;
	padding: 2px;
	font-weight: bold;
	text-align: center;
}

#box_top_headline a {
	display: inline;
	border: none;
	color: #f0f3ec;
	padding: 3px 35px 3px 35px;
	font-family: times new roman, serif;
	font-size: 1em;
	text-decoration: none;
	border-left: 1px solid #f0f3ec;
	border-right: 1px solid #f0f3ec;
}

#box_top_headline a.selected {
	color: #f0f3ec;
	background: #607245;
	border-top: none;
}

#box_top_headline a:hover {
	color: #f0f3ec;
	background: #607245;
	border-top: none;
}

#box_main {
	margin: auto;
	width: 85%;
	border: 2px solid #9db17e;
	border-top: none;
	float: left;
}

#box_actions {
	position: relative;
	width: 100%;
	background: #f0f3ec;
	float: left;
	border-bottom: 5px solid #9db17e;
}

#box_actions ul {
	position: relative;
	width: 100%;
	list-style: none;
}

#box_actions ul li {
	position: relative;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	width: 33.3%;
	display: inline;
	float: left;
}

#box_actions ul li a {
	text-decoration: none;
	color: #607245;
	background: #f0f3ec;
	padding: 1px 0 1px 0;
	display: block;
	border: 1px solid white;
}

#box_actions ul li a:hover {
	color: #f0f3ec;
	font-weight: bold;
	background: #9db17e;
	border: 1px solid #607245;
}

#box_actions ul li a:active {
	border: 1px solid #607245;
}

#box_content {
	float: left;
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
	background: url(../img_new/big_arrow.gif) no-repeat #f0f3ec center top;
	border-bottom: 5px solid #9db17e;
	padding: 50px 0 0 0;
}

#box_content img {
	margin: 0 0 0 0;
	border: 10px solid #f0f3ec;
}

#box_content p {
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	padding: 0 0 15px 0;
}

#box_content p a {
	color: #607245;
	text-decoration: none;
	font-weight: bold;
}

#box_content p a:hover {
	color: #9db17e;
}

#box_actions ul li a.selected {
	color: #f0f3ec;
	font-weight: bold;
	background: #9db17e;
	display: block;
	border: 1px solid #607245;
}

#box_actions ul li a.selected:hover {
	color: #607245;
	font-weight: bold;
	background: #9db17e;
	display: block;
}

#back {
	position: relative; 
	height: 434px; 
	width: 6.85%; 
	vertical-align: middle; 
	margin-top: 50px; 
	float: left; 
	margin: 10% 0.5% 0 0;
}

#back a {
	position: relative; 
	height: 434px; 
	vertical-align: middle; 
	display: block; 
	background: url(../img_new/big_arrow_left_hover.gif) no-repeat right; 
}

#back a:hover {
	background: url(../img_new/big_arrow_left_active.gif) no-repeat right; 
}

#next {
	position: relative; 
	height: 434px; 
	width: 6.85%; 
	vertical-align: middle; 
	margin-top: 50px; 
	float: right; 
	margin: 10% 0 0.5% 0;
	vertical-align: middle; 
}

#next a {
	position: relative; 
	height: 434px; 
	display: block; 
	background: url(../img_new/big_arrow_right_hover.gif) no-repeat left; 
}

#next a:hover {
	background: url(../img_new/big_arrow_right_active.gif) no-repeat left; 
}

.copyright {
	color: #9db17e;
	font-style: italic;
}

.submit {
	font-weight: bold; 
	background: #9db17e; 
	color: #f0f3ec; 
	border: 1px solid #607245;
}