/* Import joomla specific css */

@import url("joomla_css.css");


/* GLOBAL SETTINGS */

body,td,th, form, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
p {
	margin-top: 0px;
	margin-bottom:15px;
}
#container{
	width: 100%;
	background-color: #FFFFFF;
}
#logo{
	height: 90px;
	width: 195px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
}
#header{
	height: 90px;
	width: 615px;
	position: absolute;
	left: 225px;
	top: 12px;
}
#mm{
	width: 195px;
	height: 100%;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
#content{
	width: 615px;
	padding-top: 18px;
	float: left;
}
#bottom{
	margin-left: 225px;
	clear:both;
}
#footer{
	margin-top:105px;	
	margin-left: 225px;
	padding-top: 12px;
	height: 90px;
	width: 615px;
	clear:both;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
}


/* EDITOR */

.oneCol{
	width: 630px;
	}
.oneCol td{
	width: 510px;
	padding-right: 120px;
	vertical-align: top;
}
.twoCol{
	width: 630px;
	}
.twoCol td{
	width: 300px;
	padding-right: 15px;
	vertical-align: top;
}
.threeCol{
	width: 630px;
	}
.threeCol td{
	width: 195px;
	padding-right: 15px;
	vertical-align: top;
}
.tablePressImg{
	width: 630px;
	}
.tablePressImg td{
	padding-right: 15px;
	padding-bottom: 45px;
	vertical-align: top;
}
.headline{
	padding-top: 12px;
	display: block;
	height: 60px;
}
.imageHL{
	display: block;
	height: 102px;
}


