#mainframe {
	width: 810px; /* add the borders of the container */
}

#leftmenu {
	float: left;
	width: 195px;
	margin-bottom: 10px;
/*	background-color: yellow; */
}


#footer {
	width: 810px;
	border: 1px solid gray;
	margin: auto;
	background: url(../images/logos/sofc600-tape-810x57.jpg) no-repeat center top;
/*	background-color: lightblue; */
}


#container {
/*	border: 1px solid black; */
	width: 808px;
}

p {
	color: #000000;
	text-align: left;
	margin: 5px;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

form, fieldset, input {
	margin: 0;
	border: 0;
	padding: 0;
}

input, select, textarea {
	border: 1px solid #CECECE;
	padding-left: 2px;
	font-size: 11px;
}

hr {
	border: 0px solid #F5890B;
	background: #F5890B;
	color: #F5890B;
	height: 1px;
}

/* ---------------------------------------------------------- */
#header {	
	margin-top: 4px;
	margin-bottom: 10px;
	width: 808px;
	height: 134px;
	position: relative;
	top: 0;
	left: 0;
	/* background-color: blue; */
}

#sofc600 {	
	background: url(../images/logos/sofc600-logo.png) no-repeat right top;
	width: 195px;
	height: 134px;
	display: block;
	cursor: pointer;
	float: left;
}


#IPHE {
	background: url(../images/logos/IPHE_logo-123x134.png) no-repeat right top;
	width: 123px;
	height: 134px;
	display: block;
	cursor: pointer;
	float: left;
	margin-left: 146px;
}

#EU {
	background: url(../images/logos/EU_logo-197x134.png) no-repeat right top;
	width: 197px;
	height: 134px;
	display: block;
	cursor: pointer;
	float: left;
	margin-left: 147px;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#header span {
	display: none;
}

#title {
	color: #375297;
	font-size: 18px;
	margin: 10px;
}

#content {
	float: left;
	width: 586px;
	/* margin-top: 20px; */
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #E2E4E8;		
/*	background-color: green; */
}


#content a {
	color: #375297;
}

#content a:hover {	
	color: #375297;
}

#content li {
	color: 375297;
	list-style: circle;
	font-size: 12px;
}

#content h3, #content h2 {
	color: #375297;
	font-size: 18px;
	font-weight: bold;
}

#content h4, #content h5, #content h6 {
	color: #375297;
	font-size: 12px;
	font-weight: bold;
}

/* TYPO generated classes */

#content .csc-header h1 {
	color: #375297;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

#content .csc-header-n1 h1 {
	color: #375297;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}







