@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#ffffff url(../images/bkgd_white2.jpg) repeat;
}

.spacer { clear:both;}
.spacerMin { 
	clear:both;
	max-height:1px;
	height:auto !important;/* IE min-height hack */
	height:1px;/* IE min-height hack */
	font-size:1px;
	}

#container { 
	position:relative;
	margin: 5px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 905px;
	z-index:10; 
	padding:0;
	background:#ffffff;
	}
	
#banner {
	width: 905px;
	float: left;
	padding:0px;
	margin: 0px 0 20px 0;
}
	.logo {
		background:url(../images/iom_homepage_title_repeat.png) repeat;
		padding:0;
		height:150px;
		}
	.textheading{
		clear:both;
		padding:20px 30px 0 30px;
		text-align:center;
		}

#rightCol{ 
	 margin: 0 20px 15px 0;
	 padding: 0px 45px 0px 5px;
	 float: right;
	 width:450px;
	 min-height:320px;
	 height:auto !important;/* IE min-height hack */
	 height:320px;/* IE min-height hack */
	 }
	.ajaxWindow{
		border:1px solid gray; width:460px; height:330px; margin-bottom: 1em; padding: 10px
		}
 #leftCol { 
	 float: left; 
	 width:360px;
	 margin:0 0 0 5px;
	 padding:30px 0 0 0;
	 text-align:right;
	}

#footer {
	width: 905px;
	margin: 0;
	font-size:8pt;
	text-align:left;
	clear:both;
	background:#120F78;
}

#externalPage{ background:#ffffff;}

h1 {
	color:#666666;
	font-size:22px;
	font-weight:normal;
	}
	h1 span {
	font-size:14px;
	}
	
h2 {
	color: #487376;
	font-size:18px;
	font-weight:normal;
	}


a { color:#487376; text-decoration: none; font-weight:bold;}
a:hover { color:#71A3A7; text-decoration:underline;}

.smalltxt { font-size:9px; font-weight:normal;}

p { line-height:1.5em; 
	margin:10px 0 0 0;
	}
	
.teal {
	color:#487376;
	font-weight:bold;}