@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    /*overflow:hidden;*/
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
	margin-left: 100px;
	position:absolute;
	top:2px;
	left:4px;
	z-index:70;
	overflow:auto;
}

.title_box {
    margin: 0;
    width: 580px;
    padding: 150px 125px 50px 50px;
    background: white;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-image: url(../images/logo_transparent.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.body_box {
	margin: 0;
    width: 580px;
    padding: 50px 125px 50px 50px;
    background: white;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.annotation {
	font-size: 10px;
}

.caption_wrapper {
}

.left_image {
	float: left;
	width: 200px;
	margin-right: 20px
}
	
.right_caption { 
	float: right;
	width: 350px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 80px;
	letter-spacing: -2px;
	line-height: 65px;
	font-weight: 200;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #000000;
	font-size: 16px;
	line-height: 15px;
}

td {
	padding-top: 25px;
}

 

a.menu {
	color: #06F;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: none;
	border-bottom: 1px dashed black;
	color: #000;
}

a { color: #06F;
text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed black;
}

