@charset "UTF-8";
/* CSS Document */

body{
margin: 0;
padding: 2em;
border: 0;
height: 100%; 
max-height: 100%; 
background-color:white;
}

#framecontentTop{
	background-color:white;
	position:relative;
	top: 0px;
	left:0px; /*Set left value to WidthOfLeftFrameDiv*/
	right:auto;
	width:auto;
	
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	text-align:center;
	
	border-top-color:#12132d;
	border-top-style:solid;
	border-top-width:5px;
	
	border-left-color:#12132d;
	border-left-style:solid;
	border-left-width:5px;
	
	border-right-color:#12132d;
	border-right-style:solid;
	border-right-width:5px;
	
	border-bottom-color:#12132d;
	border-bottom-style:solid;
	border-bottom-width:5px;
	
}

h3{
	border-top-style:double;
	border-top-color:#2f3062;
	border-top-width:medium;
	color: #2f3062;
	margin-bottom:10px;
}
.section{
font-size: 15px;
text-align:center;
}
.about{
text-align:justify;
}
.title{
font-weight:bold;
font-size: 1.5em;
text-align:center;
}
.break{
margin-bottom:-.75em;
}
