@charset "UTF-8";
/* CSS Document */
body {
	background:#ffffff; 
	margin: 0 auto; 
	font-family:georgia, times,serif; 
	}
a { color:#000099; text-decoration:none;}
a:hover { text-decoration:underline;}
a:visited  {
	color:#333;
	text-decoration: none;}
#headercontainer {
	background-color: #ffffff;
	position:relative;
	top:0px;
	background-image: url(../images/img_home.jpg);
	width: 980px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
#profilecontainer {
	background-color: #ffffff;
	position:relative;
	top:0px;
	background-image: url(../images/img_profile.jpg);
	width: 980px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
#casescontainer {
	background-color: #ffffff;
	position:relative;
	top:0px;
	background-image: url(../images/img_rep_case.jpg);
	width: 980px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
.topnav {
	position:absolute;
	top: 227px;
	left: 650px;
	height: 40px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	z-index: 2;
	
}
.logo {
	position:absolute;
	top: 115px;
	left: 25px;
	width:151px;
	height: 171px;
	z-index: 2;
}
#container {
	position:relative;
	top:50px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
.txt {
	font-size:20px;
	font-family: Helvetica, sans-serif;
	color: #000099;
	text-align:left;
	line-height:30px;
	padding-bottom:10px;
	font-style: normal;
	width:400px;
}
.txtrt {
	font-size:16px;
	font-family: Helvetica, sans-serif;
	color: #666666;
	text-align:left;
	line-height:30px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:0px;
	font-style: normal;
	width:550px;
}
.txtrt2 {
	font-size:16px;
	font-family: Helvetica, sans-serif;
	color: #666666;
	text-align:left;
	line-height:20px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:0px;
	font-style: normal;
	width:550px;
}
.txt3 {
	font-size:18px;
	font-family: Helvetica, sans-serif;
	color: #000099;
	text-align:center;
	line-height:24px;
	padding-bottom:10px;
	font-style: normal;
}
#legalcontainer {
	position:relative;
	top:50px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
.legaltxt {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	text-align:center;
	color: #333333;
	
}
