
html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,a,em,img,ol,ul,li,figure  {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML ELEMENTS */
body {
	
	}

/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header { height:100%; }
.headerimg { background-repeat: no-repeat; width:100%; height:100%; position:absolute; }


/* CONTENT */
#content {}


div
{
	font-family:LibreBaskerville;
	font-size:15px;
	line-height:25px;
	
	font-style:normal;
	-webkit-font-smoothing: antialiased;
}	

p1
{
	font-family:SofiaProLight;
	font-size:13px;
	-webkit-font-smoothing:antialiased;
}

#wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}

#topbar {
	float: left;
	position:relative;
	width:100%;
	height:40px;
	text-align:center;
	background-color:white;
}

#content{
	width:100%;
	height: 100%;
	float: left;
	position:relative;
}


img.gif
{
height:80px;
width:80px;
}

img.logo
{
height:171px;
width:141px;
}

#box{
	width: 468px;
    height: 200px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#midbox{
	padding: 15px 10px 10px 10px;
	background-image:url(../images/textbox.png);
	background-repeat:no-repeat;
	background-size: 468px 200px;
	width:468px;
	height:200px;
	color:white;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#midboxL{
	float: left;
	position:relative;
	vertical-align:middle;
	padding-top:35px;
	padding-left:20px;
	padding-right:10px;
}

#midboxR{
	padding-left:25px;
	float: left;
	position:relative;
}

#logo{
	float: left;
	position:relative;
	padding-left:40px;
	padding-top: 20px;
}

#btmbar {
	text-align:center;
	position:fixed;
    left:0px;
    bottom:0px;
    height:40px;
    width:100%;
	background-color:white;
}

a:visited {color:white;}
a:link {color:white;}
a:hover {color:white;}
a:active {color:white;}