html
{
	/*height:100%;*/
	color:#000000;
	font-size:10px;
	/*background-color:#D1D1D1;*/
}

body
{
	font-family:Verdana;
	/*height:100%;*/
}

#container_outer
{
	position:relative;
	/*height:100%;*/
	/*min-height: 100%;*/
}

#margintop
{
	position:absolute;
	height:5px;
	width:100%;
	background-color:#E2001A;
	top:0px;
	left:0px;
}

.bold
{
	font-weight:bold;
}

.title
{
	font-size:16px;
}

a
{
	text-decoration:none;
	color:#000000;
}

.text_white
{
	color:#ffffff;
}

a:hover
{
	text-decoration:underline;
}

.align_left
{
	text-align:left;
}

.align_center
{
	text-align:center;
}

.align_right
{
	text-align:right;
}

.align_top
{
	vertical-align:top;
}

.align_middle
{
	vertical-align:middle;
}

.align_bottom
{
	vertical-align:bottom;
}

.enabled
{
	color:#009900;
}

.message
{
	color:#009900;
}

.disabled
{
	color:#C60000;
}

.highlight
{
	color:#C60000;
}

.required
{
	color:#C60000;
}

.hidden
{
	display:none;
}

.clickable
{
	cursor:pointer;
}

#container
{
	position:relative;
	/*height:100%;*/
	/*min-height: 100%;*/
	width:900px;
	margin:0 auto;
}

#header
{
	height:152px;
	/*background-color:#ffffff;*/
	background-color:#ffffff;
/*
	border-radius:15px;
	behavior: url('resource/css/border-radius.htc');
*/
}

#header > div
{
	position:relative;
}

#logo
{
	position:absolute;
	top:5px;
	left:8px;
}

#header_years{
	position:absolute;
	top:25px;
	left:560px;
}

#slogan_container
{
	padding-top:5px;
	height:35px;
}

#slogan
{
	/*color:#E4322C;*/
	color:#E2001A;
	font-style:italic;
	font-size:22px;
	text-align:center;
	width:100%;
	display:none;
}

#lang
{
	position:absolute;
	top:18px;
	right:10px;
}

#lang div
{
	text-align:right;
	margin-bottom:5px;
}

#header_container{
	margin-bottom:10px;	
}

#slider
{
	height:250px;
	width:500px;
	/*border-radius:15px;*/
	border:1px solid #808080;
	overflow:hidden;
}

#news_scroller{
	border:1px solid #808080;
	padding:5px;
	background-color:#E5E5E5;
	/*width:397px;*/
}

#menu
{
	margin-left:3px;
	height:30px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

#menu table
{
	width:100%;
	/*height:100%;*/
	text-align:center;
}

#menu td
{
	/*background-color:#D1D1D1;*/
}

#menu a
{
	display:block;
	/*background-color:#B0B7C4;*/
	background-color:#D1D1D1;
	padding:3px 10px 3px 10px;
	/*border:1px solid #B0B7C4;*/
	/*border-radius:5px;*/
	/*behavior: url('resource/css/border-radius.htc');*/
	width:90px;
}

#menu a:hover, #menu a.current:hover 
{
	background-color:#E2001A;
	text-decoration:none;
}

#menu a.current:hover 
{
	color:#000000;
}



#menu a.current
{
	/*color:#ffffff;*/
	color:#E2001A;
}

#main
{
	text-align:justify;
	font-size:16px;
	
}

#footer
{
	position:relative;
	/*background-color:#B0B7C4;*/
	background-color:#D1D1D1;
	margin-top:15px;
/*
	border-radius:15px;
	behavior: url('resource/css/border-radius.htc');
*/
	height: 41px;
}

#footer_tm
{
	position:absolute;
	top:11px;
	left:15px;
	width:800px;
}

#footer_ipc
{
	position:absolute;
	top:3px;
	right:10px;
/*
	border-radius:5px;
	behavior: url('resource/css/border-radius.htc');
*/
	overflow:hidden;
}

#staff
{
	width:100%;
	margin-bottom:30px;
}

#staff td
{
	padding-top:30px;
	text-align:center;
	vertical-align:top;
	font-size:12px;
}

.downloads_header
{
	background-color:#D1D1D1;
	padding:5px;
	/*border:1px solid #B0B7C4;*/
	/*border-radius:5px;*/
}

.downloads_item
{
	padding:3px 8px 3px 8px;
	font-size:14px;
}