@font-face {
	font-family: 'MyriadProLight';
	src: url('../fonts/myriadpro-light-webfont.eot');
	src: local('☺'), url('../fonts/myriadpro-light-webfont.woff') format('woff'), url('../fonts/myriadpro-light-webfont.ttf') format('truetype'), url('../fonts/myriadpro-light-webfont.svg#webfontU0dCWvQ2') format('svg');
	font-weight: normal;
	font-style: normal;
}

body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11pt;
	color: #bbd4f4;
}
body {
	background-color: #132a44;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 992px;
	margin: 0px auto;
	text-align:left;
}

#header {
	width: 992px;
	height: 250px;
}

#nav {
	height: 156px;
	width: 992px;
	background-image:url(../images/header-bottom.png);
	background-repeat:no-repeat;

}


#contentRight {
	width:230px;
	padding-right: 53px;
	margin-top: 0px;
	float: right;
	
}
#contentLeft {
	width:600px;
	padding-left: 45px;
	margin-top: 40px;
	
}
#contentLeft p {
	text-align: justify;
	line-height: 1.5em;
}

#contentLeft a {
	color: #4790DC;
	text-decoration:none;
}

#contentLeft a:hover {
	color: #798A9C;
}
#contentLeft img {
	border: 1px solid #4790DC;
}
#contentLeft h1 {
	font-family:tahoma, arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight:100;
	color:#e0efff;
	letter-spacing: 0.1ex;
	line-height: 0.8em;
	margin: 0px;
	padding: 0px;
}
#contentLeft h2 {
	font-family:tahoma, arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#9fb7d0;
	letter-spacing: 0.1ex;
	line-height: 0.9em;
}

#contentLeft h3 {
	font-family: MyriadProLight, Tahoma, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	margin: 0px;
}

#footer {
	padding-top: 15px;
	width: 992px;
	margin-top: 20px;
	clear:both;
}

#footerLeft {
	float: left;
	width: 280px;

}

#footerLeft a, #footerRight a {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #f0f8ea;
}

#footerLeft img, #footerRight img {
	vertical-align: middle;
	border: 0px;
}	

#footerRight {
	float: right;
	width: 280px;
	text-align:right;
	line-height: 22px;
}

