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


img.bg {
background-color:;
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;
			
/* Set up proportionate scaling */
width: 100%;
height: auto;
			
/* Set up positioning */
position: fixed;
top: 0;
left: 0;
}

@media screen and (max-width: 1024px){
img.bg {
left: 50%;
margin-left: -512px; }
}

div#logo {
	position:fixed;
	vertical-align:top;
	left:10px;
	margin: 0 auto;
	font-family:"Garamond Premr Pro", "Times New Roman", serif;
	font-size:10px;
	font-color:#000000;
	top: 0px;
}
	
		
div#content {
	/* This is the only important rule */
/* We need our content to show up on top of the background */
position: fixed;
	/* These have no effect on the functionality */
	vertical-align: bottom;
	left: 5px;
	margin: 0 auto;
	padding-right: 10px;
	height: 160px;
	min-width: 100%;
	font-family: "Garamond Premr Pro", "Times New Roman", serif;
	font-size: 10pt;
	line-height: 16pt;
}

div#bubbles {
	position:fixed;
	right:15px;
	font-family:"Garamond Premr Pro", "Times New Roman", serif;
	font-size:10px;
	font-color:#000000;
	top: 5px;
}

div#text {
	position: relative;
	/* These have no effect on the functionality */
	vertical-align:
	width: 850px;
	margin: 0 auto;
	font-family: "Garamond Premr Pro", "Times New Roman", serif;
	font-size: 10pt;
	line-height: 16pt;
	z-index: 100;
}

.textbody {
	background-color:#FFFFFF;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

		
body {
/* These rules have no effect on the functionality */
/* They are for styling only */
background-color:#FFFFFF;
margin: 0;
padding: 10px 0 0 0;
font-family:"Garamond Premr Pro", "Times New Roman", serif;
}

p.pos_fixed {
position:fixed;
bottom:5px;
left:5px;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #648238;
}
a:active {
	text-decoration: none;
	color: #648238;
}

.style7 {
	font-family: "Garamond Premr Pro", "Times New Roman", Times, serif;
	font-size: 16px;
	color:#321B0D;
}

.style9 {
	font-family: "Garamond Premr Pro", "Times New Roman", Times, serif;
	font-size: 18px;
	color:#321B0D;
}

h3 {
position:fixed;
right:15px;
font-family:"Garamond Premr Pro", "Times New Roman", Times, serif;
font-size:10px;
font-color:#000000;
}

h4 {
	position:relative;
	right:30px;
	top:0px;
	font-family: "Garamond Premr Pro", "Times New Roman", serif;
	font-size: 24px;
	color:#321B0D;
}

h5 {
	position:fixed;
	left:10px;
	bottom:0px;
	font-family: "Garamond Premr Pro", "Times New Roman", serif;
	font-size: 14px;
	color:#321B0D;
}

h6 {
	position:fixed;
	right:30px;
	bottome:0px;
	font-family: "Garamond Premr Pro", "Times New Roman", serif;
	font-size:12px;
	color:#321B0D;
}


div#textbox {
position: fixed;
right:20px;
top: 50px;
font-family:"Garamond Premr Pro", "Times New Roman", serif;
font-size: 16pt;
}

div#infobox {
position: fixed;
right:20px;
top: 50px;
font-family:"Garamond Premr Pro", "Times New Roman", serif;
font-size: 16pt;
}

.infobox_top {
background-image: url(../_art/infobox_top_wide.png);
background-repeat: no-repeat;

}

.infobox_middle {
background-image: url(../_art/infobox_middle_wide.png);
background-repeat: repeat-y;
}

.infobox_bottom {
background-image: url(../_art/infobox_bottom_wide.png);
background-repeat: no-repeat;
}

div#infoboxsmall {
position: fixed;
right:20px;
top: 50px;
font-family:"Garamond Premr Pro", "Times New Roman", serif;
font-size: 16pt;
}

.infoboxsmall_top {
background-image: url(../_art/infobox_top.png);
background-repeat: no-repeat;

}

.infoboxsmall_middle {
background-image: url(../_art/infobox_middle.png);
background-repeat: repeat-y;
}

.infoboxsmall_bottom {
background-image: url(../_art/infobox_bottom.png);
background-repeat: no-repeat;
}


