/* GENERAL STYLES */
/* Styles used for frontpage */

/* Large image on frontpage */
#frontImage{
    	float: right;
    	width:837px;
    	height: 167px;
    	margin: 0; 
}

#frontTextContent a{
}
#frontTextContent H3{
    	text-transform: uppercase;
}

#frontTextContentR a{
color: #0066cc;
border:none;
}

#frontTextContentR H3{
    	text-transform: uppercase;
}

#frontTextContent{
	width: 350px;
	float: left;
	margin-top: 25px;
	padding-left: 80px;
	padding-right:20px;
	min-height: 280px;
	border-right: solid #ccc 1px;
}

#frontTextContentR{
	width: 330px;
	float: left;
	padding-left: 5px;
	padding-top:25px;
	padding-left: 30px;
	min-height: 280px;
}

#frontTextContentR UL{
	list-style:none;
	margin:0;
	padding:0;
}

#frontTextContentR UL li{
	margin-bottom:10px;
    	padding: 0;
}

.date {
        border:1px;
        border-bottom:dotted;
    	display: block;
    	width: 90px;
    	padding: 6px;
    	text-decoration: none;
    	text-transform: uppercase;
    	font-size:10px;
}
.desc {
        border:1px;
        border-bottom:dotted;
    	display: block;
    	width: 200px;
    	padding: 6px;
    	text-decoration: none;
    	font-size:10px;
        color:#0066cc;
}




/* EDITOR PROPERTIES */
