@charset "UTF-8";
/* CSS Document */

*, html {margin: 0; padding: 0;}
a {
	color: #36abe0;
	text-decoration: none;
}
a:hover {
	color: #114f6c;
	text-decoration: underline;
}
body {
	background: #c4d3da url(img/bg.gif) repeat-x center top;
	margin: 0px;
	padding: 0px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	text-align: center;
}
#container {
	background: #e5e5e5 url(img/bg_container.gif) repeat-y left top;
	margin: 23px auto 0px;
	width: 952px;
	text-align: left;
	height:1100px;
}
#container #top {
	background: url(img/bg_top.gif) no-repeat center top;
	padding-top: 15px;
}
#container #content {
	margin: 0 1px;
	background-color: #e5e5e5;
	background-image: url(img/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
#footer {
	text-transform: uppercase;
	text-align: center;
	font-size: 9px;
	color: #3a6d85;
	background: url(img/bg_bottom.gif) no-repeat center top;
	padding: 20px 0;
	width: 952px;
	margin: 0 auto;
}
#rightColumn {
	float: right;
	width: 323px;
	text-align: left;
}
#logo {
	background: url(img/logo.gif) no-repeat left top;
	height: 188px;
	width: 298px;
	position: relative;
	top: -28px;
	text-indent: -9999px;
}
#portal {
	padding-top: 60px;
	padding-left: 37px;
	padding-bottom: 55px;
}
#rightColumn p {
	margin: 0px 70px 40px 20px;
}