
/*
* main css definitions
*/

body {
	font-family: Garamond, "Times New Roman", Times, serif; 
	margin-left: 0.5in; 
	margin-right: 0.5in;
	margin-top: 1.5in; 
	margin-bottom: 1.5in;
}

/*
* Banner
*/

.iPhone {
	display:none;
}

.noiPhone{
	display:inherit;
}

.handheld {
	display:none;
}

.nohandheld {
	display:inherit;
}


#title { 
	position: absolute;
	top:0in;
	left:10%;
	width:90%;
	text-align: center;
}

#title h1{
	font-size: 130%;
}

#logo {
	position: absolute;
	width:1.2in;
	top: 0.0in;
	left: 0.1in;
	vertical-align: middle;
}

#bulogo {
	position: absolute;
	width:1.2in;
	top: 0.8in;
	left: 0.2in;
	vertical-align: middle;
}

#banner{
	display: none;
}


#greenruler {
	display: none;
}

#rblueruler{
	display: none;
}

#lblueruler{
	display: none;
}

#redruler {
	display: none;
}

/*
* Menu panel
*/

#menu {
	position:absolute;
	display: none;
}

/*
* Information panel
*/
#info {
	position: absolute;
	float:right;
	top:2in;
	right:0;
	width: 20%;
	font-size: 70%;
	font-weight: bold;
}

#news {
	display: none;	
}

#logo {
	text-align: center;
}
/*
* Content 
*/

#content {
	position:absolute;
	left:0;
	top:1.8in;
	width: 78%;
}

#content p{
	text-align: justify;
}

#content h1{
	font-size: 120%;
}


#content h2{
	font-size: 110%;
}

#content h3{
	font-size: 100%;
	
}

#index {
	display: none;
}

#programme {
	font-size: 90%;
}

#accepted{
	font-size: 100%;
}

#programme a:link{
	text-decoration: none;
	color: black;
}


#programme a table{
	display: block;
	color: black;
}

#programme a h3{
    display: block;
	color: black;
}
