@import "menu.css";
@import "foot.css";

body,p,a,span,div,input,legend,h1,h2,h3,h4,h5,h6,li,dd,dt,th,td{
	font-family:Arial, Helvetica, sans-serif;
}

body,p,a,span,div,input,legend,li,dd,dt,th,td{
	font-size:10pt;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background: #EEEEEE;
}

#container{
	margin-top: 0px;
	margin-left: 10%;
	margin-right: 10%;
	background: white;
}

#logocontainer{
	width: 100%;
	background: white;
}

#information{
	margin-top: 5%;
	background: white;
	height: 900px;
	width: 100%;
}

#letter{
	float: left;
	width: 50%;
}

#title{
	margin-top: 1%;
	padding-left: 5%;
	color: #036;
	font-weight: bold;
	/*font: arial,verdana,sans-serif;
	text-decoration: underline;
	letter-spacing: 1pt;
	word-spacing: 1pt;*/
	font-size:20px;
	line-height:1px;
}

#text{
	margin-top: 5%;
	padding-left: 7%;
	color: black;
	font-size: 12pt;
}

.emails{
	color: blue;
	font-size: 8pt;
}

.emails a{
	margin-left: 3%;
	text-decoration: none;
}

.emails a:hover{
	margin-left: 3%;
	text-decoration: underline;
}  


#letter2{
	float: right;
	width: 40%;
	background: white;
	padding-right: 5%;
}

/* ---------------------- login ---------------------- */

#logincontainer{
	width: 30%;
	margin-top: 2%;
	background: white;
	padding-left: 25%;
}

#loginform {
	width:300px;
	margin:auto;
}

#loginform fieldset{
	padding:10px;
}

#loginform legend{
	font-weight:bold;
	font-size:10pt;
	color: #1122BA;
}

#loginform p{
	font-size:9pt;
}

#loginform strong{
	color:red;
	margin-top: 2%;
	margin-bottom: 2%;
}

#loginform label{
	display:block;
	height:2em;
	background-color:#E7E7E7;
	padding:10px 10px 0;
	font-size:8pt;
}

#loginform input {
	margin-right:20px;
	border:1px solid #999999;
	float:right;
	clear:right;
	background: white;
	font-size:8pt;
}

#loginform input:focus,#loginform input:hover {
	border:1px solid #333333;
}

#loginform a{
	font-size:8pt;
	padding-left: 50px;
}

#submit:hover{
	border: 1px solid blue;
}

/* ---------------------- END login ---------------------- */

#text2{
	color: black;
	font-size: 12pt;
	margin-top: 10%;
	padding-right: 3%;
}


