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

html, body {
	height: 100%;
	margin-top: 0;
	margin-left: 20px ;
	margin-right: 20px;
	padding: 0;
	}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
	
img#small_bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

div#container {
	margin-left: auto; 
	margin-right: auto;
	width: 50em;
	}

#content {
	position:relative;
	z-index:1;
	position:50% 25%;
	vertical-align:text-bottom;
	}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
IMG.header {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}	
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin-top: 0px;
	}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	text-transform: capitalize;
	color: #333333;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #333333;
	}

a:hover {
	color: #666666;
	}

.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	}
	
.text_bold_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	}

.text_italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
	color: #000000;
	}

.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align:text-bottom;
	}
	
.text_body_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}

IMG.left-floating {
	float: left;
	margin-right: 20px;
	}

.text_box {
	width: 1100px;
	height: 450px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	vertical-align:text-bottom;
	}

a.text_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	}

a.text_link:hover {
	color: #333333;
	}
	
a.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	height: 10px;
	width: 10px;
	margin-top: 9px;
	margin-bottom: 9px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
	padding-left: 1px;
	font-weight: normal;
	background-image: url(images/circle.png);
	background-repeat: no-repeat;
	background-position: center center;
	}

a.box:hover {
	background-image: url(images/circle_over.png);
	color: #666666;

	}
