*{
	margin:0;
}
/* This is an IE fix for centering DIVs */
body {
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
	font-family: "Arial";
} 

/* This is an IE fix for transparent PNG */
img, div { 
	behavior: url(iepngfix.htc) 
}


html{ overflow-y : scroll; }

#menu{
	height:40px;
	/*
background-color: #AAAAAA;
*/
	padding-top:50px;
}

#header{
	height:20px;
	
	/*
background-color: #888888;
*/
}

#front{
	height:600px;
	width: 600px;
	text-align:left;
	padding-top: 30px;
	font-size:0.7em;
/*	
background-color: #666666; */
margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
}

#front .row{
	
    text-align: center; 
	height: 100px;
	padding-bottom:10px;
	position: relative;

}

#bottom{
}

#footer{
	bottom:0;
	height: 10px;
	font-size:0.8em;
	/*background-color: #AAAAAA;*/
}

#menu, #header,  #bottom, #footer { width:100%; }

.language{
	float:right;
	text-align:right;
	padding-top:5px;
	padding-right:5px;
	font-size:0.5em;
	display:block;
}

.menu_item{
	text-align:center;
	padding-left: 20px;
	padding-right: 20px;
	font-size:0.8em;
}
.header_text{
	vertical-align: text-bottom;
	font-size: 0.6em;
	padding-bottom: 1px;
	font-style: italic;
	color: #9a9a9a;
}

.delimiter{
	background-image: url('images/del.gif');
	background-repeat: repeat-x;
	width: 600px;
	height:1px;
	
	margin: 0 auto;   /* align for good browsers */
		text-align: righ; /* counter the body center */

}

.title{
	font-weight:bolder;
	padding-bottom:10px;
}

.subtitle{
	padding-bottom: 20px;
}

.contact_info{
	padding-top: 20px;
}

.program_item, .program_item_s{
	padding-top: 10px;
	
}
.program_item_s{
	height:100px;
}
.program_desc{
	padding-top: 5px;
}



img{
	margin-top: 2px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;;
	margin-right: 10px;
}
.partner{
	vertical-align: middle ;
	border-style:none;
}
 

 html, body {
	     height: 100%;
 }



a{
	color:#000000;
}
a.menu{
	
	text-decoration:none;
}

a.selected{
	color:#CC3333;;
}  

a.about{
	color: #9a9a9a;
}

a:hover{
	color:#CC3333;;
}

.spacy{
	padding-bottom:20px;
	padding-top:0px;
}

.up_a_bit{
	position: inherit;
	float:left;
	margin-top: -3px;
	margin-bottom: 5px;
	margin-right: 60px;
	font-weight:bold;
}

a:focus {
    outline: 0px solid lime;
}

