@import url("header.css");
body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: ARIAL;
}
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}
#header {
	margin: 10px;
	height: 110px;
}
#content {
	margin-left: 10px;
	margin-right: 240px;
	margin-bottom: 140px;
}
#index_content {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 100px;
}
#top_static_nav	{
	color:#FFFFFF;
	position: absolute;
	top: 75px;
	left:215px;
}
#top_static_nav	a {
	color:#FFFFFF;
	text-decoration: none;
}
#nav_right {
	height: auto;
	width: 178px;
	position: absolute;
	top: 130px;
	right: 10px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #626262;
	clear: both;
}
#footer_contents	{
	margin-left: 10px;
	margin-right: 10px;
	white-space: nowrap;
}

#page_title	{
	color: #fdc01c;
	font-size: 14px;
	font-weight: bold;
	padding-left: 50px;
}
#sub_title	{
	color: #fdc01c;
	font-size: 13px;
	padding-left: 50px;
}
#page_content	{
	padding-left: 50px;
}
#pdf_content	{
	padding-left: 50px;
}

.label {
	font: 90% Tahoma;
	color: #FFFFFF;
}

input {
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #000000 solid;
}

.input_file {
	font-family: Tahoma;
	font-size: 7.5pt;
	color: #000000;
	background-color: #A5A5A5;
	border: 1px #000000 solid;
	width: auto;
}

.input_tickbox {
	font-family: Tahoma;
	font-size: 7.5pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px #000000 solid;
}

textarea  { 
 	font-family: Tahoma; 
 	font-size: 7.5pt; 
 	color:#000000; 
 	background-color: #FFFFFF; 
 	border: 1px #000000 solid
 }
 
select {
	font-family: Tahoma;
	font-size: 9pt;
	background-color: #FFFFFF;
	border: 1 #000000;
}

hr {
	border: 1px solid #fdc01c;
}

#news-container {
	width: 350px;
	background: #dfe5bd;
	border: 1px solid #cacdd0;
	padding: 10px;
}
#news-padding {
	padding: 15px;
}
.news-link	a	{
		color:	#d32a81;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
