a.white:link {
    color: white;
}

a.white:active {
    color: white;
}

a.white:visited {
    color: white;
}

a.white:hover {
    font-weight: bold;
}

a.blue:link {
    color: blue;
}

a.blue:active {
    color: blue;
}

a.blue:visited {
    color: blue;
}

a.anchor {
    padding-top: 130px;
}

A {
    text-decoration: none;
}

body {
    margin: 0;
    color: #000;
    background: #fff;
}

#pic1 {
    position: fixed;
    width: 142px;
	height: 100%;
    background: #762938;
    z-index: 1;
}

#pic2 {
    position: fixed;
    left: 142px;
	height: 100%;
    background: #FFF;
    z-index: 1;
}

#nav {
	position: fixed;
	top: 275px;
	width: 142px;	
	background: #762938;
	z-index: 1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	height: 100%;
}

#navhome {
	position: fixed;
	top: 350px;
	width: 142px;
	background: #762938;
	z-index: 1;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#logo {
    position: fixed;
    left: 203px;
    width: 100%;
    z-index: 1;
}

#logohome {
	position: fixed;
	left: 208px;
	width: 100%;
	z-index: 1;
}

#logohomeprint {
	display: none;
}

#content {
    position: absolute;
    overflow: visible;
    top: 130px;
    left: 250px;
    width: 630px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 75%;
    text-align: justify;
    z-index: 0;
}

#contenthome {
	position: absolute;
	overflow: visible;
	top: 400px;
	left: 208px;
	width: 510px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: justify;
	z-index: 0;
}