@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
a {
	color: #a12830;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

.content {
	margin-top: 0px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.bkgd_image {
	height: 182px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/head_bkgd.jpg);
	background-repeat: no-repeat;
	top: 15px;
}
.baltic_header {
	height: 73px;
	width: 482px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/header_title.png);
	background-repeat: no-repeat;
	top: 80px;
}
.greyarea {
	height: auto;
	width: 559px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #ebebeb;
	color: #000000;
	padding: 5px;
	top: 109px;
}
.normalcopy {
	font-size: 13px;
	padding: 0px 5px 5px 5px;
	line-height: 17px;
}
.smallercopy {
	font-size: 10px;
	padding: 3px;
}

#navigation ul {
	padding:0;
	margin:35px auto;
	list-style-type:none;
	float:left;
	position:relative;
	left:50%;
	text-transform: uppercase;
	font-size: .70em;
	}	
#navigation li {
	float:left; position:relative; right:50%;
	padding: 3px 5px;
	}
	
#navigation a {
	color: #f1f1f1;
	text-decoration: none;
	font-weight: bold;
	}
	
#navigation a:hover {
	text-decoration: underline;
	}
	
#navigation #currentpage a {
	text-decoration: underline;
	}
	
.footer {
	height: 36px;
	width: 559px;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #98131b;
	color: #ffffff;
	top: 109px;
	text-align: center;
	padding: 10px 5px 0px;
	letter-spacing: .03em;
	line-height: 14px;
}

.footer a {
	color: #f1f1f1;
	text-decoration: none;
	}
	
.footer a:hover {
	text-decoration: underline;
	}

hr {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: ababab;
	margin-bottom: 16px;
	clear: both;
}

.residentheader {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
	color: #a12830;
}
.resident {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
	color: #000000;
}
.resident_home_img {
	border: thin solid #000000;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.latvia_img {
	border: thin solid #000000;
	margin-right: 5px;
	display: inline;
}
img, div, baltic_header { 
behavior: url(iepngfix.htc)
}
.congrats {color:#666; background-color:#fff;margin: 0 15px 5px; padding: 10px;border: thin #999 dotted;}

