*{
	padding:0px;
	margin:0px;
}
#head{
	/*height:143px;*/
	padding:20px 0px 0px 10px;
	background-image:url(../Images/main/headBg.jpg);
}

body {
	 font-family: arial,helvetica,sans-serif;
	 color:#222222;
	 background-color: #f2edbc;
	 font-size: 0.9em;
	 height: auto;
}

img {border: 0;}

img.homeimage {
	float: right;
}

.skipnav {
	font-size: 1px;
	display:none;
}

#wrapper {
	position:relative;
	width: 820px;
	margin: 0 auto;
}

#langswitch{
	position:absolute;
	top: 22px;
	left: 535px;
	width:120px;
	text-align:center;
}

a:link, a:visited {
	color:#006699;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
#siteNav a:link, #siteNav a:visited {
	text-decoration: none;
}
#siteNav a:hover {
	text-decoration:underline;
}

p {
	margin:5px 0;
}

p, h2, h3 {
	line-height: 1.4em;
}
h2{
	font-size:115%;
}
h3{
	font-size:110%;
	padding-top:5px;
	margin-top:5px;
}
ol{
	margin-left:25px;
}
li{
	font-size: 100%;
	line-height: 1.4em;
}

* html #head {
    height:1%;
} 

#langswitch a:link, #langswitch a:visited {
	color: #fff;
	text-decoration:none;
}

#langswitch a:hover {
	text-decoration:underline;
}
#siteNav ul{
	font-size:0.8em;
	list-style:none;
	float:right;
	margin-right:18px;
}
#siteNav li{
	display:inline;
}
#pageNav {
	float:left;
	clear:both;
	width:820px;
	padding:0px 15px 0px 18px;
	background-image:url(../Images/main/pageBG.jpg);
	background-repeat:repeat-y;
}

#contentTop {
	clear:both;
	background-image:url(../Images/main/contentTopBG.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:10px;
}
#content{
	float:left;
	background-image:url(../Images/main/pageBG.jpg);
	background-repeat:repeat-y;
	width:820px;
}

#contentBottom{
	clear:both;
	background-image:url(../Images/main/contentBottomBG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:30px;
}

.ce_Entry{
	padding:10px 0;
	border-bottom:1px dotted #333333;
}
/* RESULT MESSAGES*/
.returnSucc, .returnErr, .returnWarning, .result-success, .result-error, .result-warning{
	margin:10px;
	padding:10px;
	border:2px solid #000000;
}
.returnSucc, .result-success{
	border-color:#009900;
	background-color:#D7FFD3;
}
.returnWarning, .result-warning{
	border-color:#FF8300;
	background-color:#FCDBA6;
}
.returnErr, .result-error{
	border-color:#990000;
	background-color:#FFD4D3;
}
.note{
	font-style:italic;
	font-size:0.8em;
}
