@charset "utf-8";

/* CSS Document */

body {

	background: url(../images/bg.jpg) scroll repeat-x ;

	background-color: #C2D8F0;

	margin-top: 0px;

}



a:link {

	color: #0255A5;

	text-decoration: underline;

}

a:visited {

	text-decoration: underline;

	color: #0255A5;

}

a:hover {

	text-decoration: underline;

	color: #0255A5;

}

a:active {

	text-decoration: underline;

}

.menu {

	font-family: Calibri, Arial, Helvetica, sans-serif;

	font-size: 14px;

}

.headline {

	font-size: 20px;

	color: #0255A5;

	font-family: Times New Roman, Times, serif;

	font-weight: normal;

}

p, .body {

	font-family: Calibri, Arial, Helvetica, sans-serif;

	font-size: 14px;

}

.bold_body {

	font-family: Calibri, Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

}

.subheadline {

	font-family: Times New Roman, Times, serif;

	font-size: 16px;

	font-weight: normal;

	color: #0255A5;

}



.copyright

{

	font-family: Calibri, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

}

.lt_blue_body {

	font-family: Calibri, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #C2D8F0;

}



#main { /*position: relative;*/ }

td.main-content { padding-left:10px; padding-right: 10px; }





#banner01 { background:url(images/banner01.jpg) scroll no-repeat;

    background-position: 0px top;

	height: 85px;

	width: 400px;

	text-align: center;

	color: #005AA0; 

	font-family: Calibri, Arial, Helvetica, sans-serif;

	font-size: 16px; 

	font-weight: bold;

	margin: 0px auto; }

	

/* ------ AIE LOGO ------ */

#AIE-logo {  

	position: relative;

 	/*background: url(images/logo_AIE_trans.png) no-repeat scroll;*/

	width: 200px;

	height: 201px;   

	/*text-indent: -9000px;*/    

 	/*top: 140px;

	left: 35px;*/   

	border: none;

 	z-index: 100;

	overflow: visible;

	margin: 10px auto 20px;

}

.blue {color: #0255A5; }
.bold { font-weight: bold; }
