@import url("../../../address.css");

img:link {
	border-style: none;
}

img:visited {
	border-style: none;
}

img:hover {
        border-style: none;
}

img.button {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;

	padding: 0px;

	border-style: none;
	vertical-align: top;
}

img.divider {
	padding: 0px;
	margin: 0px;

	border-style: none;
	vertical-align: top;
}

img.compliance {
        padding: 0px;
        margin: 0px;
        border-style: none;
        vertical-align: middle;
}

div.mosimage {
	padding: 0px;
	margin: 0px;
	border-style: none;
	vertical-align: top;
	text-align: center;
	width: 544px;
}

img.mosimage {
	padding: 0px;
	margin: 0px;
	border-style: none;
	vertical-align: top;
}

html,body {
	height: 100%;
	margin: 0px;
	padding:0px;
        text-align: center;

	background-color: white;
}

#all {
	z-index: 0;
	position: relative;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	min-height: 100%;

	border-left: 1px solid gray;
	border-right: 4px solid gray;

	background-image: url("../images/mainbg.png");
	background-repeat: repeat-y;

        text-align: justify;
}

#logo {
	z-index: 1;
	position: relative;
	height: 120px;
	float: left;
	background-color: white;

	vertical-align: middle;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#buttonbar {
	z-index: 1;
	background-image: url("../images/button-background.png");
  margin-top: 50px;
	width: 100%;
	height: 35px;	

	text-align: center;

	border-top: 1px solid gray;
	border-bottom: 12px solid gray;
	padding: 0px;
	margin-top: 50px;
	
	font: 12px sans-serif;
}

#buttonbar a:link {
        font: 12px sans-serif;
        color: #707070;
        text-decoration: none;
}

#buttonbar a:visited {
        font: 12px sans-serif;
        color: #707070;
        text-decoration: none;
}

#buttonbar a:hover {
        font: 12px sans-serif;
        color: #707070;
        text-decoration: overline underline;
}

#main {
	z-index: 1;
	position: relative;
	width: 770px;
	margin: 0px;
	padding: 0px;
}

#nav {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;

	background-color: whitesmoke;

	font: bold 12px sans-serif;

	width: 185px;

	margin-right: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 80px;
}

#nav a:link {
        font: bold 12px sans-serif;
        color: black;
        text-decoration: none;
}

#nav a:visited {
        font: bold 12px sans-serif;
        color: black;
        text-decoration: none;
}

#nav a:hover {
        text-decoration: overline underline;
}

#content {
	z-index: 2;
	top: 0px;
	right: 0px;

	padding-left: 210px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 80px;

	width: 550px;
	border-style: none;

	font: 12px sans-serif;

	text-align: justify;
}

td.contentheading {
        font: small-caps 900 16px sans-serif;
        text-decoration: underline;
	width: 550px;
	margin: 0px;
	border-style: none;
	padding: 0px;
}

table.contentpaneopen {
        text-align: justify;
	width: 550px;
	padding: 0px;
	margin: 0px;
	border-style: none;
	font: 12px sans-serif;
}

#content a:link {
        text-decoration: none;
        color: #707070;
}

#content a:visited {
        text-decoration: none;
        color: #707070;
}

#content a:hover {
        text-decoration: underline overline;
        color: #707070;
}

#bottom-cont {
	z-index: 1;
	background-color: white;
	
	padding-top: 0px;
	height: 60px;
	position: absolute;
	bottom: 0px;
	width: 770px;
}

#bottom {
	z-index: 2;
	background-image: url("../images/bottom-background.png");
	background-color: white;
	text-align: center;
	font: 10px sans-serif;
	line-height: 15px;

	padding-top: 0px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	
	height: 60px;

	position: absolute;
	bottom: 0px;
	width: 770px;

	margin-bottom: 12px;
}

#bottom a:link {
        font: 10px sans-serif;
        color: #707070;
        text-decoration: none;
}

#bottom a:visited {
        font: 10px sans-serif;
        color: #707070;
        text-decoration: none;
}

#bottom a:hover {
        font: 10px sans-serif;
        color: #707070;
        text-decoration: overline underline;
}