/* CSS Document */

#frontpage_wrapper {
	max-width:760px;
	padding-left:0px;
	padding-top:2px;
	margin:0px;
}

#maincolumn {
	width:400px;
	float:right;
	margin-left:15px;
	border-top: 3px double #cccccc;
}
	#maincolumn .image {
		border: 1px solid #aaaaaa;
		margin:5px 0 5px 0;
	}
	
#leftcolumn_left {
	width:193px;
	float:left;
}
	
#leftcolumn_right {
	width:193px;
	float:right;
	padding-left:14px;
}

.item0 {
		width:100%;
		font-weight:normal;
		padding: 5px 0 5px 0;
		border-bottom: none;
	}
	
div.item0:hover {
		background-color:#f5f5f5;
		text-decoration:none;
		color:#990000;
	}
	

.item1 {
		width:100%;
		font-weight:normal;
		padding: 4px 0 4px 0;
		border-bottom:1px dotted #cccccc;
	}
	
div.item1:hover {
		background-color:#f5f5f5;
		text-decoration:none;
		color:#990000;
	}
	
.item2 {
		width:100%;
		font-weight:normal;
		padding: 4px 0 4px 0;
		border-bottom:1px solid #cccccc;
	}
	
div.item2:hover {
		background-color:#f5f5f5;
		text-decoration:none;
		color:#990000;
	}
	
.item3 {
		width:100%;
		font-weight:normal;
		padding: 4px 0 4px 0;
		border-bottom: 3px double #cccccc;
	}
	
div.item3:hover {
		background-color:#f5f5f5;
		text-decoration:none;
		color:#990000;
	}

.header {
	width:100%;
	border-top:3px double #cccccc;
	border-bottom:1px solid #cccccc;
	font-family: Helvetica, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	vertical-align:middle;
}

.head {
		width:100%;
		display:block;
		line-height:19px;
		background-color:#f5f5f5;
		text-decoration:none;
		color:#666666;
		text-indent:2px;
		font-weight:bold;
	}
	
a.head:hover {
		background-color:#eeeeee;
		text-decoration:none;
		color:#990000;
	}
	

	a.contenta {
			color:#666666;
			text-decoration:none;
		}
		
	a.contenta:hover {
			text-decoration:none;
			color:#990000;
		}
		
#centercolumn {
	width:180px;
	float:left;
	padding-right:15px;
}

#left_double_column {
	width: 345px;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
	border-top: 3px double #cccccc;
	border-bottom: 3px double #cccccc;
}

				
#rightcolumn {
	width:150px;
	float:left;
}

body {
	font-size: 11px;
	font-family: Verdana;
	color: #7e7e7e;
}

.empha {
	color:#ec7e16;
	font-weight:bold;
}

emph {
	color:#ec7e16;
	font-weight:bold;
}

.bord{
	border: 1px solid #aaaaaa;
}

.no_bord{
	border: none;
}


hr {
	width:100%;
	border-top:3px double #cccccc;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 0px 0 0px 0;
	margin-top: 0px;
}
