@charset 'utf-8';
@import url(reset.css);

body {
background-color:#fff;
}

p, ul, li, a{font-family: Helvetica, Arial, sans-serif;}

a:link,
a:visited {
outline:none;
color:black;
}

a:focus,	
a:hover,
a:active {
outline:none;
}

#wrapper{
position: absolute;
left:0;
right: 0;
margin: 0 15mm 15mm 15mm;
background-color:none;
width:auto;
/*border: 1px solid yellow;*/
}

#logo{
	/*border: 1px solid red;*/
}

#logo:after{
	/*border: 1px solid green;*/
	content: url(img/olesign_logo_print.pdf) 0 0 no-repeat;
}

#logo p{
display:none;
}

/*____________________MainContent____________________*/

#main a.current{
border-bottom: 2px solid black;
}
#main a.current:hover{
border-bottom: 2px solid #5e5e5e;
}

.contentbox{
float:left;
width:90px;
margin-right:0;
overflow: visible;
padding-bottom: 20px;
}

.contentbox h1{
font-size:13px;
font-weight:normal;
}

.contentbox h1 a:link,
.contentbox h1 a:visited {
color: #000;
text-decoration: none;
}

.contentbox h1 a:focus,
.contentbox h1 a:hover,
.contentbox h1 a:active {
color: #5e5e5e;
}

.contentbox ul{
margin: 0 0 0 0;
padding:0;
}
.contentbox li{
list-style-type:none;
font-size:12px;
margin:0px 0 6px 0;
}

.contentbox p{
	line-height: 1.4em;
	margin: 8px 0 8px 0;
	font-size:12px;
}


.contentbox#nicole h1{
font-weight: bold;
}

.content{
	border: 1px solid #5e5e5e;
	padding:10px;
	width: 160px;
	margin: 20px 0 10px 0;
}