html {
	height: 100%;
}

body, textarea, td, input, select {
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e0e0e0;
	height: 100%;
}

form, ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
}

a {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align: center;
}

a.question {
	color: #770077;
	font-size: 9px;
	text-decoration: none;
	vertical-align: super;
	line-height: 0em;
}

a.question:hover {
	text-decoration: none;
}

input.button {
	border: 1px solid #ffffff;
	border-bottom-color: #666666;
	border-right-color: #666666;
	background-color: #d4d0c8;
	padding: 0px 3px 0px 3px;
}

#container {
	position: absolute;
	top: 0px;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	border: 1px solid #000000;
	border-top-style: none;
	border-bottom-style: none;
	background: url(../../../images/background.jpg) no-repeat top center;
}

#header {
	height: 120px;
	display: block;
}

#logo {
	position: absolute;
	top: 0px;
	width: 400px;
	height: 150px;
	left: 50%;
	margin-left: -200px;
	z-index: 1;
}

#navigation {
	position: absolute;
	top: 120px;
	height: 20px;
	width: 100%;
	display: block;
	z-index: 2;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 3px;
}

#navigation ul li {
	display: inline;
	text-align: center;
	margin: 0;
	padding: O;
	clear: none;
}

#navigation ul li a {
	padding: 2px 10px 1px 15px;
	font-size: 10px;
	font-weight: bold;
	color: #a2a0a3;
	text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li a.active {
	color: #ffffff;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#content {
	position: relative;
	clear: both;
	display: block;
	padding-top: 40px;
	__*padding-top: 10px;
}

.box {
	margin: auto;
	width: 600px;
	margin-bottom: 10px;
	display: block;
}

.box .header {
	background-image: url(../../../images/box_top.gif);
	width: 100%;
	height: 18px;
}

.box .header h1 {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 2px 5px 1px 5px;
	margin: 0px;
	text-transform: uppercase;
	float: left;
}

.box .header img {
	padding-top: 2px;
	padding-right: 1px;
	float: right;
}

.box .content {
	background-color: #e0e0e0;
	border: 1px solid #000000;
	padding: 5px;
}

.box .content img {
	display: inline;
}

#footer {
	width: 100%;
	height: 18px;
	background-image: url(../../../images/footer.jpg);
	clear: both;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 1px;
}

#footer ul li {
	height: 17px;
	display: inline;
	text-align: center;
	margin: 0;
	padding: Opx 2px 0px 2px;
	clear: none;
	font-size: 10px;
	font-weight: bold;
	color: #a2a0a3;
	text-decoration: none;
	vertical-align: middle;
}

#footer ul li img {
	vertical-align: middle;
	padding-top: 1px;
}

#footer ul li a {
	height: 18px;
	display: inline;
	text-align: center;
	margin: 0;
	padding: Opx 2px 0px 2px;
	clear: none;
	font-size: 10px;
	font-weight: bold;
	color: #a2a0a3;
}

#footer ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.title {
	text-align: right;
	width: 150px;
	display: inline-table;
	padding-right: 3px;
}

.caption {
	text-align: left;
}

.hidden {
	display: none;
	visibility: hidden;
}

td.label {
	text-align: right;
	vertical-align: top;
	padding-top: 2px;	
}

td.formfield {
	text-align: left;
	vertical-align: top;
}

.required {
	color: #f00;
}