#pagebox{
	width:		900;
	margin:		30 0 0 50;
}
#logobox{
	width:		250;
	margin:		0 0 0 0;
	float: 		left;
}
#menubox{
	width:		900;
	height:		30;
	margin:		0 0 0 0;
	font-size:	10px;
	color:		#777777;
}
#mainbox{
	width:		780;
	height:		500;
	margin:		10px 0 0 0;
}
#bodybox{
	float: 		right;
	width:		510;
	height:		500;
	margin:		0 0 0 120px;
}
#leftbox{
	float: 		left;
	width:		220;
	height:		500;
	margin:		0 30 0 0;
}
.linkstyled{
	color: 	#888888;
	}
.textfield{
	font-family:	arial;
	font-size:	12px;
	letter-spacing:	0.5px;
	padding:	3 3 5 3;
	color:		#FFFFFF;
	background:	#FF0F2B;
	width:		200px;
	border:		1px solid #DE001F;
	margin:		0 0 5 0;
	}
select {border: 	#000000;
	border-style: 	solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
	}
.white{
	color:		#ffffff
	}
.grey{
	color:		#999999
	}
.small_select{
	width:		200
	}
.input{
	width:		400;
	}
.blocked{
	color:		#999999
	}
select{
	width:	200
	}
.list_title{
	font-size:	12px;
	font-weight:	700
	}
.list_writer{
	font-size:	12px;
	}
.list_description{
	font-size:	10px;
	}
.list_data{
	font-size:	10px;
	background:	#eeeeee
	}
.copy{
	font-size:	10px;
}
.highlight{
	color:		#F7A500
}

.trigger {
	position:	relative;
	cursor:		pointer;
	float:		left;
	height:		100;
	z-index:	2;
}
.menuitem{
	text-decoration:none;
	color:		#aaa;
}
.menuitem:hover{
	text-decoration:none;
}
.menuitem_highlight{
	text-decoration:none;
	color:		#000;
}
.menuitem_highlight:hover{
	text-decoration:none;
	color:		#000;
}
.submenu {
	width:		150;
	position:	absolute;
	visibility:	hidden;
	overflow:	visible;
	z-index:	10;
	margin:		-8 0 0 5;
	cursor:		pointer;
	border-left:	3px solid #fff;
	border-right:	2px solid #fff;
	border-bottom:	2px solid #fff;
}
.submenuitem{
	font-family:	Arial;
	border-left:	1px solid #ddd;
	border-right:	1px solid #ddd;
	border-bottom:	1px solid #ddd;
	color:		#555;
	background:	#eee;
	text-decoration:none;
	padding:	6 5 3 5;
	font-size:	9px;
}
.newsheader{
	width:		500px;
	height:		20px;
	font-size:	12px;
	color:		#777777;
	letter-spacing:	1px;
	margin:		30 0 0 0;
}
.newslink{
	color:		#FF0F2B;
	font-size:	10px;
	float:		right;
	cursor:		pointer;
	padding:	0 5 0 5;
}
.projectitem{
	margin: 	0 0 5 15;
	text-indent: 	-15px;
	line-height:	120%;
}


