/* CSS Document */

* {
	font-family: Arial;
}
body {

	background-color:#8db3dd
	
}

a {

	font-size: 11px;
	color: #d0331e;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.text {
    text-decoration: none;
	font-weight:normal;
	font-size: 11px;
	color: #555555;
}

/* Wrapper */

#wrapper {
	margin-left:auto;
	margin-right:auto;
	background: #8db3dd url("images/bg.gif") no-repeat;
	padding: 0px;
	width: 1084px;
	height:1654px;
	position:relative;
}
/* journal */

#journal {
	width:1000px;
	height: 1244px;
	position:absolute;
	z-index:1;
	left: 40px;
	top: 262px;
}

/* topbanner */

#topbanner {
    float:right;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	width:468px;
	height: 60px;
	position:absolute;
	right: 46px;
	top: 56px;
}
/* topmenu */

#topmenu {
	width:1000px;
	background-color:#8db3dd;
	height: 47px;
	position:absolute;
	z-index:1;
	left: 50px;
	top: 180px;
}
/* title */

#title {
    float:left;
	background-color:#8db3dd;
	width:446px;
	height: 134px;
	position:absolute;
	left: 38px;
	top: 20px;
}

/* boxlat */

#boxlat {
    float:left;
	background: url("images/bg_box_my.gif") no-repeat;
	width: 340px;
	height:241px;
	position:absolute;
	z-index:3;
	top: 251px;
}
.mystory {
	margin-top:60px;
	margin-left:80px;
}
.authentication {
	margin-top:5px;
	margin-left:80px;
}
.doubledenied {
	margin-top:5px;
	margin-left:80px;
}
.lookevidence {
	margin-top:5px;
	margin-left:80px;
}


/* news7 */
.news7 {
    float:left;
	width: 470px;
	height:273px;
	position:absolute;
	z-index:5;
	left: 320px;
	top: 370px;
}
.titlenews7 {
	font-size:16px;
	color:#cc321b;
	font-weight:bold;
}
.authorenews7 {
	font-size:13px;
	color:#0e539f;
}
.publishednews7 {
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
.textnews7 {
	width: 350px;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	
}

#textauthentication {
	float:left;
	position:absolute;
	width: 470px;
	z-index:6;
	left: 320px;
	top: 525px;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
}
#textauthentication1 {
	float:left;
	position:absolute;
	width: 340px;
	z-index:6;
	left: 450px;
	top: 660px;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
}
#textauthentication2 {
	float:left;
	position:absolute;
	width: 470px;
	z-index:6;
	left: 320px;
	top: 830px;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
}
#authentication {
    float:left;
	width: 277px;
	height:147px;
	position:absolute;
	z-index:3;
	left: 153px;
	top: 660px;
}
#quotes {
    float:right;
	width: 310px;
	height:264px;
	position:absolute;
	z-index:3;
	right:72px;
	top: 250px;
}
#photo1 {
    float:left;
	width: 290px;
	height:196px;
	position:absolute;
	z-index:7;
	left: 320px;
	top: 1060px;
}
#subtitle {
	font-size:9px;
	font-family:Arial;
	font-style:italic;
    float:left;
	width: 130px;
	position:absolute;
	z-index:3;
	left:153px;
	top: 830px;
}
/* numpagebottom */
#numpagebottom {
    float:left;
	padding:8px 10px 10px 42px;
	background: url("images/bg_num_pages.gif") no-repeat;
	z-index:5;
	width:213px;
	height: 39px;
	position:absolute;
	left: 310px;
	top: 1350px;
}
/*Foot
/*Footer */

#footer {
	width: 1084px;
	height:30px;
	position:absolute;
	top:1620px;
}


/* FooterMenu */

#footermenu {
	float: right;
	width: 1084px;
	height: 30px;
	position:absolute;
}
#footer ul {
    float:right;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
	padding: 0 8px 0 8px;
	border-color: black;
    border-width: 0px 0px 0px 1px;
    border-style: dotted;
	text-decoration: none;
	font-weight:normal;
	font-size: 11px;
	color: #000000;
}
#footer a:hover {

	text-decoration: underline;
}
#copyright {
    float: left;
	position:absolute;
	top:1625px;
	width: 150px;
	height: 30px;
	margin: 0 0 0 40px;
	text-align: left;
	font-size: 11px;
	color: #000000;
}



