/* general */

body, html{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/* centering for all */
	text-align: center;
	/*browser border fix*/
	margin:0;
}

.centered_container{

	/* centering for all */
	margin-left: auto;
	margin-right: auto;
	width: 660px;
	/* resetting text align */
	text-align: left;
	
	/*  border fix */
	  width:680px; 
	  voice-family: "\"}\""; 
	  voice-family:inherit;
	  width:660px;
	
}

p, li, form{
	font-size: 11px;
	margin: 0px;
	color:#333333;
	line-height: 1.5em;
}

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


a:hover{
	color: #CC6600;
}

img{
	border: none;
	margin: 0px;
}


/* containers */
.left{
	float: left;
}

.right{
	float: right;
}

.sidenav_block{
	background: url(../images/corner_sidenav.gif) bottom left no-repeat #993333;
	color: #FFFFFF;
	padding: 10px;
	height: 320px;
}

.sidenav_block_400{
	background: url(../images/corner_sidenav.gif) bottom left no-repeat #993333;
	color: #FFFFFF;
	padding: 10px;
	height: 330px;
}

.red_block_right{
	background: url(../images/corner_right.gif) bottom right no-repeat #993333;
	color: #FFFFFF;
	padding: 10px;
	height: 320px;
}

.block_right{
	border: 1px solid #CC6600;
	padding: 10px;
	height: 318px;
}


.orange_block{
	background: url(../images/corner_nav.gif) bottom left no-repeat #CF7600;
	color: #FFFFFF;
	padding: 10px;
	height: 320px;
}

.orange_block02{
	background: url(../images/corner_nav_right.gif) bottom right no-repeat #CF7600;
	color: #FFFFFF;
	padding: 10px;
	height: 320px;
}

.links_container{
	margin: 0px 0px 0px 15px;
}

.keynotes{
	text-indent: -15px;
}


.full_padding{
	padding: 10px;
}

.future_textbox{
	height: 146px;
}

.put_right{
	float: right;
	clear:none;
}


/* lines */
.orange_line{
	border-bottom: 1px solid #CC6600;
	margin: 10px 0px;
}

.orange_line_right{
	border-right: 1px solid #CC6600;
}

.white_line{
	border-bottom: 1px solid #FFF;
	margin: 10px 0px;
}

.spacer_line{

	margin-top: 9px;
}

.spacer_line_1px{
	margin-top: 1px;
}


/* borders */
.content_border_top{
	border-top: 1px solid #CC6600;
	border-right: 1px solid #CC6600;
	border-left: 1px solid #CC6600;
	padding: 10px 10px 0px 10px;
}
.content_border_bottom{
	background: url(../images/corner_line.gif) bottom left no-repeat;
}

.orange_border{
	border: 1px solid #CC6600;
}

.orange_border2{
	border: 1px solid #CC6600;
	height: 337px;
}

.white_border{
	border: 1px solid #FFF;
}

.nav_border{
	border: 1px solid #CC6600;
	padding: 0px 5px;
	width: 618px;
	height: 18px;
	text-align: justify;
}

.type_btn{
	width: 80px;
	border: 1px solid #CC6600;
	margin-top: 5px;
	font-size: 10px;
	color: #FFFFFF;
}

.type_btn a{
	color: #FFFFFF;
	text-decoration: none;
}


/* fonts */
.text_on_color{
	color: #FFFFFF;
}

.text_on_color a{
	color: #FFFFFF;
	/*font-weight: bold;*/
}

.headline_on_color{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.07em;
}

.headline{
	color: #993333;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.07em;
}

.red_text{
	color: #993333;
}

.orange_text{
	color: #D66B00;
}


.footer{
	font-size: 10px;
	color: #993333;
}

.footer a{
	text-decoration: none;
	color: #993333;
}



/* form */
.errortext{
	color:#990000;
	font-weight: bold;
}

.boldtext{
	font-weight: bold;
}

.inputtext{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
