html{
	height: 100%;
}

body{ 
	background-color: #dee7ef;
	height: 100%;
}

div.main{
	width: 780px;
	position: absolute;
	top: 45%;
	margin: 0px auto;
}

div.header{
   position: relative;
}

div.title{
   position: absolute;
   left: 0;
   width: 50%;
   text-align: center;
}

span.title{
	color: #ce0000;
	font-size: xx-large;
}

div.menu{
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
}

div.frame{
	width: 100%;
	border: 2px solid #000063;
	background: #ffffff;
}

div.content{
	margin: 20 3 3 3;
}

div.footer{
   position: relative;
   right: 50;
   text-align: right; /* depends on element width */
}

a.email:link {color: #5a79a5; text-decoration: none; font-family: arial; font-size: medium;}     /* unvisited link */
a.email:visited {color: #5a79a5; text-decoration: none; font-family: arial; font-size: medium;}  /* visited link */
a.email:hover {color: #000063; text-decoration: none; font-family: arial; font-size: medium;}   /* mouse over link */
a.email:active {color: #5a79a5; text-decoration: none; font-family: arial; font-size: medium;}   /* selected link */

a.menu:link {color: #5a79a5; text-decoration: none; font-family: verdana; font-size: 13; font-weight: 600;}     /* unvisited link */
a.menu:visited {color: #5a79a5; text-decoration: none; font-family: verdana; font-size: 13; font-weight: 600;}  /* visited link */
a.menu:hover {color: #000063; text-decoration: none; font-family: verdana; font-size: 13; font-weight: 600;}   /* mouse over link */
a.menu:active {color: #5a79a5; text-decoration: none; font-family: verdana; font-size: 13; font-weight: 600;}   /* selected link */