@CHARSET "ISO-8859-1";

body {
	background-color: #FFFFFF;
	margin:0px 0px; padding:0px;
	text-align:center;
	align: center;
}

a { color: #003366; }

div { }


.biggercontainer {
margin:0px auto;
	text-align:left;
	top: -150px;
	}

/* // \width w\idth */
.container {
	position: relative;
	top: 0px;
	
	border-right: 0px solid white;
    margin: auto; 
	align: center;

}
.botnav {
	position: aboslute;
	bottom: 0px;
	left:31px;
	float:left;
	width: 160px;
	}
.nav {
	position: relative;
	top: 0px;
	left: 0px;
    background-color: #35A5AF;
	width: 141px;
	height: 100%;
	float: left;
	border: 0px solid black;
	
	/* fix for nav column not extending all the way to bottom */
		padding-bottom: 32767px;
	margin-bottom: -32767px;
	}
.headerimage {
	position: relative;
	align: center;
		top: 30px;
	
	}
.headerlinks {
	position: relative;
	padding: 0px;
	height: 30px;
	top: 35px;
	text-align: center;
		
	}
a.headerlink {
	font-family: Arial;
	color: #6ba1fc;
	font-size: 12pt;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;

	}
	
.footer {
	margin-top: 5px;
	margin-bottom: 10px;
}

.footerlinks {
	position: relative;
	padding: 0px;
	text-align: center;
	border-top: 1px solid black;
}

a.footerlink {
	
	text-decoration: none;
	font-weight: bold;
	}

div.link {
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
	h: expression(onmouseover=new Function("this.style.backgroundColor='#0b15b4';"),
                       onmouseout=new Function("this.style.backgroundColor='transparent';"));
	font-family: Arial;
	color: #FFFFFF;
	}
	
	a.navlink {
	color: #FFFFFF;
	font-family: arial;
	font-size: 9pt;
	font-weight: none;
 text-decoration: none; 
	}
	
	div.link:hover {
	background-color: #0b15b4;
	font-color: #000000;
	}
	
.languagebar {
	position: absolute;
	top: 2px;
	right: 3px;
	font-size: 7pt;
	font-family: arial;
	color: #1597a2;
	}

.body_area {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	float:left;
	/*background-image: url(../images/splash/center-bg.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;/* fix for nav column not extending all the way to bottom */
	}
	
.header {
	position: relative;
	top:0px;
	left:0px;
	width: 100%;
	border: 0px solid gray;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/splash/top-header.gif);
	background-repeat: repeat-x;



}
.content_area {
	
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	text-align: left;
	float: left;
	padding-left: 7px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 142px 50%;
			padding-bottom: 32767px;
	margin-bottom: -32767px;
	}
.scroll_image {
	width: 163px;
	height: 100px;

	}
.content {
	position: relative;
	display: block;
	width: 490px;
	float: left;
	padding-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #085157;
	}
	
.hanging-indent {
text-indent: -12px;
padding-left: 12px;
}

.content_header {
	margin-left: 45px;
	margin-right: auto;
	width: 517px;

	}
