/*----------------------------*/
/* 2-MENU-2-COLUMN LAYOUT.CSS */
/*----------------------------*/
#content{
	float:left;
	margin-top:1em;
	width:458px;
	/*font-size:0.9em;rp added*/
	}
	
#right-part{
	float:right;
	margin-top:1.0em;
	width:248px;
	}

/* Right column Boxes */
#right-top p{font-size:1.0em;}


#right-top H2 {
	color:#FFFFFF;
	background-color:#2370fa;
	padding:5px;
	text-align:center;
	font-size:1.1em;
		}

#right-top {
	font-size:1.0em;
	width: 230px;
	min-height: 450px;
	margin-right: 10px;
	margin-bottom:10px;
	border: solid 1px #EEEEEE;
	padding: 0px 5px 0px 5px;
	}




/*-------------------------*/
	
#right-top UL {
	list-style-type:none;
	padding-left:5px;
	margin-left:0px;
	}


#right-top LI {
	line-height:150%;
	}


#right-top a {
	color: #0066cc;
	text-decoration:underline;
	}

#right-top a:hover {
	font-weight: bold;
	}
	
/*-------------------------*/	
	
#right-bottom {

	width: 230px;
	min-height: 50px;
	margin-right: 10px;
	margin-top: 16px;
	margin-bottom:20px;
	border: solid 1px #20398D;
	padding: 0px 5px 0px 5px;
	}

	
/*Right Column Boxes end */
/*
#footer .footer_link { border-right:solid 1px #000; padding-right:4px;}
#footer .footer_language_link {	border-left:solid 1px #000;}
#footer .footer_last{}
*/



#contactform div
{
	margin-bottom: 0.5em;
	width: 100%;
}

#contactform .indent
{
	margin:10px 0px 10px 95px;
}

#contactform .form_element
{
	padding: 0px 10px 0px 0px;
	text-align:right;
	float: left;
	width: 180px;
}

#contactform .form_data 
{
	padding: 0px;
	text-align:left;
	float: left;	
}

#contactform .separator 
{
	clear: both;
	padding: 0px;
	font-size: 0.5px;
	height: 0.5px;
}


/*---------------------------------------------*/
/* Corner curves       Spare at the moment     */
/*---------------------------------------------*/
#info-box {
	/*border:1px solid black;*/
	/*width:300px;*/
	}
	
.curvy {
		position:relative; 
		width:250px; 
		background:#9caf9c; 
		color:#000; 
		margin:5em auto;
		}
		
#ctl, #cbl, #ctr, #cbr {
		position:absolute; 
		width:20px; 
		height:20px; 
		color:#9caf9c; 
		background:#fff; 
		overflow:hidden; 
		font-style:normal; 
		z-index:1;
		}
#ctl {
	top:0; 
	left:0;
	}
#cbl {	
	bottom:0; 
	left:0;
	}
	
#ctr {	top:0; 
	right:0;
	}
	
#cbr {
	bottom:0; 
	right:0;
	}
	
.curvy em b {
	position:absolute; 
	font-size:150px; 
	font-family:arial; 
	color:#9caf9c; 
	line-height:40px; 
	font-weight:normal;
	}
	
#ctl b {
	left:-8px;
	}
	
#ctr b {
	left:-25px;
	}
	
#cbl b {
	left:-8px; 
	top:-17px;
	}
	
#cbr b {
	left:-25px; 
	top:-17px;
	}
	
.curvy p {
	position:relative; 
	z-index:100; 
	padding:10px 15px; 
	font-size:11px;
	}
/*---------------------------------------------*/
/* Corner curves                               */
/*---------------------------------------------*/


