@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/background3.jpg);
	background-repeat: no-repeat;
	background-color: #0C4386;
	text-align: left;
}
.Title {
	font-family: "Times New Roman, Times", serif;
	font-weight:bold;
	font-size:18pt;
	text-align: left;
	color:black;

}

.Title2 {
	font-family: "Times New Roman, Times", serif;
	font-weight:bold;
	font-size:23pt;
	text-align: left;
	color:black;

}
.Statement{font-family: 'Times New Roman, Times', serif; font-weight:bold; font-size:30pt; }

.SubTitle {
	font-family: 'Times New Roman, Times', serif; 
	font-size:20pt;
	font-weight: bold;
	text-align: left;

}
.Content {
	font-family: 'Droid Sans', sans-serif;
	font-size:13pt;
	font-weight: normal;
	text-align: left;
}

.Contentb {
	font-family: 'Droid Sans', sans-serif;
	font-size:13pt;
	font-weight: bold;
	text-align: left;
}


.Quote {
	font-family: 'Times New Roman, Times', serif; font-weight:bold; font-size:18pt; color:#78531c;}



.Qtext {
	font-family: 'Times New Roman, Times', serif;
	font-weight:bold;
	font-size:14pt;
	text-align: right;
	color:#78531c;
}


#wrapperOpen {
	width: 500px;
	margin: 0 auto;
}
#imageContainerOpen {
	width: 500px;
	height: 500px;
	position: relative;
	overflow: hidden;
	background: #eee;
}
#imageContainerOpen img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#imageContainerOpen img.active {
	z-index: 3;
}

#wrapperClose {
	width: 500px;
	margin: 0 auto;
}
#imageContainerClose {
	width: 500px;
	height: 320px;
	position: relative;
	overflow: hidden;
	background: #eee;
}
#imageContainerClose img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#imageContainerClose img.active {
	z-index: 3;
}

a:link {
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-style:italic;
		font-size:13pt;
	text-align: left;
	text-decoration: none; 
    color: black;
}
a:visited {
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-style:italic;
		font-size:13pt;
	text-align: left;
	text-decoration: none; 
	color: black;
}
A:active {text-decoration: none; font-color: gray;}
A:hover {
	text-decoration: none;
	color: gray;
	text-align: right;
}

.Footer {font-family: 'Droid Sans', sans-serif; font-style:italic; font-size:10pt; text-decoration: none; }
.Footer a:link {font-family: 'Droid Sans', sans-serif;font-style:italic; font-size:10pt; font-color: #000000; text-decoration: none; }
.Footer a:visited {font-family: 'Droid Sans', sans-serif; font-style:italic; font-size:10pt; font-color: #000000; text-decoration: none; }
.Footer a:visited {font-family: 'Droid Sans', sans-serif; font-style:italic; font-size:10pt; font-color: gray; text-decoration: none; }
.Archive {
	font-family: 'Droid Sans', sans-serif; font-style:italic; font-size:11pt; text-decoration: none; 
}
.transparent {
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
	text-align: left;
}
