#default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
}
#container {
	background-color: #FFF;
	margin-right: 10%;
	margin-left: 10%;
	position: relative;
	width: 80%;
}

/* Top left corner */
.borderTopLeft {
	background-attachment: scroll;
	background-image: url(images/borderTL.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: relative;
	height: 6px;
	width: 6px;	
}

/* Top right corner */
.borderTopRight {
	background-attachment: scroll;
	background-image: url(images/borderTR.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	position: relative;
	height: 6px;
	width: 6px;	
}

.borderTopCentre {
	background-attachment: scroll;
	background-image: url(images/bT.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	height: 6px;
	margin-right: 6px;
	margin-left: 6px;
}


/* Bottom left corner */
.borderBottomLeft {
	background-attachment: scroll;
	background-image: url(images/borderBL.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: relative;
	height: 6px;
	width: 6px;	
}

/* Bottom right corner */
.borderBottomRight {
	background-attachment: scroll;
	background-image: url(images/borderBR.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	position: relative;
	height: 6px;
	width: 6px;	
}

.borderBottomCentre  {
	height:5px;
	margin-left:6px;
	margin-right:6px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #FAFAFA;
}

#contentBody  {
	background-color:#FAFAFA;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	overflow:hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#contentTitle {
	font-size: 2em;
	color: #666666;
}

#panelBlock {
	margin-top: 20px;
	width: 102%;
	overflow:hidden;
}

.panel {
	float: left;
	overflow:hidden;
	width: 32%;
	margin-right: 1%;
}

.panelBody  {
	background-color:#FAFAFA;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5%;
}

	.panelTitle {
		font-size: 1.6em;
		color: #666;
	}


	.panelSummary {
		font-size: 1.2em;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.3em;
		color: #999;
		margin-right: 10px;
	}

#footer {
	margin-top: 20px;
	width: 100%;
	clear: left;
}

#footerBody  {
	background-color:#FAFAFA;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	overflow:hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footerTitle {
	float: left;
	margin-right: 60px;
	font-size: 1.6em;
	color: #666666;
}

.addressBlock {
	float: left;
	font-size: 1.2em;
	width: 200px;
	padding-top: 3px;
	padding-right: 20px;
}

.simpleList{
	margin:0 10px 0 0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	font-size: 1.2em;
	line-height:1.5em;
	z-index: 400;
	color: #999999;
 }

.listIcon {
	background-attachment: scroll;
	background-image: url(images/ui-icons_222222_256x240.png);
	background-repeat: no-repeat;
	background-position: -16px -16px;
	float: left;
	height: 16px;
	width: 16px;
}
#langBlock {
	float: right;
	height: 12px;
	width: 20px;
	margin-right: 10px;
	border: none;
}

a.simpleLink {
	text-decoration:none;
	}

.borderLess {
	border: none;
}

