@charset "utf-8";
/* CSS Document */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

/* Main Content Stying */

#colLeft h1 {
	color: #362D66;
	border-bottom: 1px dotted #2E3095;
	font-size: 22px;
}

#colLeft h2 {
	color: #EE4D9B;
	font-size: 18px;
}

#colLeft h3 {
	color: #333;
	font-size: 15px;
}

#container p {
	line-height: 17px
}

#colLeft a {
	color: #EE4D9B;
	padding: 0 1px;
	text-decoration: none;
}

#colLeft a:hover {
	color: #fff;
	background: #EE4D9B;
}

/* Sidebar styling */

#colRight h1 {
	color: #362D66;
	border-bottom: 1px dotted #2E3095;
	font-size: 18px;
}

#colRight a {
	color: #EE4D9B;
	padding: 0 3px;
	text-decoration: none;
}

#colRight a:hover {
	color: #fff;
	background-color: #EE4D9B;
}

/* Footer Styling */

#footer {
	padding-top: 50px;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff;
}

/* Extra Stuff */

a.pdf {
	background: url(../images/acrobaticon.gif) no-repeat left top;
	padding-left: 20px !important;
}

#container .regobtn {
	background: #85BBE7;
	color: #fff;
	border: 2px solid #036;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 1.3em;
}

#container .regobtncenter {
	margin: 0 auto;
	display: inline;
	width: auto;
	text-align: center;
}

#container a.regobtn:hover {
	color: #fff;
	text-decoration: none;
	background: #036;
}

.arinex {
	color: #F15F7C;
	font-size: 1.1em;
	font-weight: bold;
}
/* -----------------------------------------------
	Expression of Interest Form 
	----------------------------------------------*/

#eoi {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 1em 0.5em 0.5em;
	margin-bottom: 1em;
	background: #97CE4F;
}
#eoi select {
	margin-bottom: 1em;
}
#eoi .subbtn {
	margin-top: 1em;
	color: #FFF;
	border: 2px solid #EAFF34;
	background: #690;
	font-weight: bold;
	cursor: hand;
}

/* Box */

.importantbox {
	border: 3px solid #ED1093;
	background: #f9e4f0;
	padding: 10px;
	margin: 20px auto;
	width: 450px;
	text-align: center;
}

/* News */
#news {
	border: 3px solid #ED1093;
	background: #f9e4f0;
	padding: 10px;
	min-height:60px; 
	margin: 20px auto;
	width: 450px;
	clear: both;

}
#news li {
	list-style: none;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px 2em 0px 0px;
	line-height: 1.4em;
	vertical-align: middle;
	width: 450px;
	z-index: 20;

}

small {
	font-size: 90%;
}
