body {
background-color: #FFCCCC;
margin: 0 auto;
text-align: center;
width: 800px;
}



#border{
text-align: left;
margin-top: 15px;
float: none;
border: 1px solid #AEC9CB;
background-color: #ECEFF1;
width: 750px;
height: 100%;
/* #D5DDDF */
}

#topbg {
margin:0;
background-color: #fba5f2;
width: 100%;
height: 90px;

}

#title{
float:left;
padding-top: 10px;
padding-left: 20px;

}

#contact{
float: right;
clear: none;
padding-top: 15px;
padding-right: 20px;
font-style: italic;
font-size: 0.9em;
}

#leftside{
float:left;
background-color: #ECEFF1;
width: 200px;
height: 100%;
}

#leftside img {
	padding-left: 40px;
}

#menu {
font-family:  "Arial Narrow", Arial, Helvetica, Sans-Serif;
margin-top:30px;
margin-left:30px;
text-align:left;
line-height: 1.4em;
}


.menuitem a{ 
font-family:  "Arial Narrow", Arial, Helvetica, Sans-Serif;
color: #5f5f5f;
font-size: 0.9em;
letter-spacing: 0.1em;
padding-left: 15px;
background: transparent url("images/buttons.gif") no-repeat 0px -6px;
display: block;
text-decoration: none; 
height: 25px;
}

.menuitem a:hover{ 
font-family:  "Arial Narrow", Arial, Helvetica, Sans-Serif;
color: #5f5f5f;
font-size: 0.9em;
letter-spacing: 0.1em;
padding-left: 15px;
background: transparent url("images/buttons.gif") no-repeat 0px -54px;
display: block;
text-decoration: none; 
height: 25px;

}

.menuitemx a{
font-family:  "Arial Narrow", Arial, Helvetica, Sans-Serif;
font-weight: bold;
color: #5f5f5f;
font-size: 0.9em;
letter-spacing: 0.1em;
padding-left: 15px;
background: transparent url("images/buttons.gif") no-repeat 0px -54px;
display: block;
text-decoration: none; 
height: 25px;

}


#rightside{
float:right;
clear: none; 
width: 550px;
background-color: #fff;

}


#content{
padding:30px;
font-family: arial, verdana, san-serif;
font-size: 1.0em;
line-height: 1.3em;
font-size: 1.2em;
}

#content h1{
font-family:   "Trebuchet ms" , Verdana, geneva, Sans-Serif;
color: #008080;
font-variant: small-caps;
font-size: 1.3em;
letter-spacing: 0.15em;
}

#content h4{

color: #990000;

}

.leftpic{
float:left;
clear:none;
padding:20px;
padding-bottom: 0;
}

.rightpic{
float:right;
clear:none;
padding:20px;
}

#closer{
float:left;
clear:both;
}
#disclaimer{
background-color: #fff;
	clear:both;
	margin-left:200px;
	font-size: x-small;
	color:#6f6f6f;
	line-height: normal;
  text-align: center;
  padding:10px;

}

#promote, #promote a {

clear:both;
 font-family: Verdana, Arial,Helvetica,  sans-serif;
 text-decoration: none; 
  text-align: center;
  margin-top:10px;
  font-weight: bold;
  color: #004080;
  width:700px;
}



#promote a:hover{
text-decoration: underline;
}

/* contact form - copied with kind permission from www.aplus.co.yu  */



form {
	margin: .5em 0em;


}

input, select, textarea {

}

fieldset {
	margin: 1em 0;
	padding: .3em 1em;
	border: 0px solid #696;
	line-height: 1em;
}



legend {
	display:none;
	font-weight: bold;
	color: #696;
	padding: .2em .5em;
	border: 1px solid #696;
	margin-bottom: 1em;
}

fieldset div {
	clear: both;
	margin: .1em 0;
	position: relative;
}
fieldset div span {
	display: none;
}
fieldset div:hover span {
	font-size: 85%;
	color: #808080;
	background-color: #faf0e6;
	margin-left: 20em;
	padding: .2em .5em .3em;
	border: 1px solid #808080;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}
* html fieldset div span {
	font-size: 85%;
	background-color: #faf0e6;
	color: #808080;
	margin: 0.5em;
	margin-left: 10.2em;
	padding: .3em;
	border: 1px solid #808080;
	display: block;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 8em;
	text-align: right;
	padding-top: 0.1em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;	
	float: left;

}

fieldset div.cr label {
	text-align: left;
	margin-left: 13em;
	width: auto;
	float: none;

}

.mandat {

}
.mandat:after {
/* 	content: "*"; */
}


label.removed {
	display: none;
}

.buttons {
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.badinput {

	color: #c00;

}

div.badinput .mandat {
	color: #c00;
}

.goodinput {
	color: #696;

}

div.goodinput .mandat {
	color: #696;
}
.removed {
	display: none !important;
}
