@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background-color:#009b97;
	/*background-color:#335213;*/
	color:#3A4D94;
	font-family: sans-serif;
	font-size: 11pt;
}

h1, h2, h3, h4
{
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

h1
{
	font-size: 15pt;
}

h2
{
	font-size: 14pt;
}

h3
{
	font-size: 13pt;
}

h4
{
	font-size: 12pt;
}

p
{
	margin-bottom: 15px;
	line-height: 15pt;
}

strong
{
	font-weight: bold;
}

body
{
	/*
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	*/
	border-radius: 25px 25px 25px 25px;
	color:#3A4D94;
	background-color:#FFFFFF;
	margin: 30px;
	
	
}
#div-body-layout
{
	display: table;
	margin-bottom: 10px;
	width: 100%;

}
#div-body-layout > div
{
	display:table-row;
	
}
#div-body-layout > div > div
{
	display:table-cell;
	padding: 10px;
	vertical-align: top;	
}
.body_left
{
	border-radius: 25px 25px 25px 25px;
	font-size: 13pt;
	white-space:nowrap;
	margin-left: 50px;
	margin-top: 150px;
	background-color:#FFFFFF;
	height: 350px;
	width: 20%;
		
}
.body_left a:link
{
	color:#3A4D94;
	
}
.body_left a:hover
{
	color:#949DB8;
	
}
.body_right
{
	border-radius: 25px 25px 25px 25px;
	font-size: 13pt;
	margin-left: 50px;
	margin-right: 10px;
	margin-top: 75px;
	background-color:#FFFFFF;
	height: 350px;
	width: 80%;
	text-align: center;
}
.body_right a:link
{
	color:#3A4D94;
	
}
.body_right a:hover
{
	color:#949DB8;
	
}

.header 
{
	border-radius: 25px 25px 25px 25px;
	height: 130px;
	font-size: 13pt;
	
	 /*
   	background-image: url('../images/atc_logo.jpg');
	background-repeat: repeat-x;
	*/
}

.header td
{
	text-align: left;	
	vertical-align: top;
	width: 40px;
	white-space:nowrap;
	
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
.header td a:link
{
	color:#3A4D94;
	
}
.header td a:visited
{
	/*color:#763536;*/
	
}
.header td a:active
{
	/*color:#8EC1E5;*/
	
}
.header td a:hover
{
	color:#949DB8;
	
}
#div-inforeq-layout
{
	display: table;
	margin-bottom: 10px;
	width: 50%;
	
}

#div-inforeq-layout > div
{
	display: table-row;
	margin-bottom: 10px;
	/*width: 100%;*/
	
}
#div-inforeq-layout > div > div
{
	width: 25%;
	display:table-cell;
	padding: 10px;
	vertical-align: middle;	
}