body {
	margin: 0px;
	padding: 0;
	top: 0px;
	background-color: white;
	color:black;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	text-align: left
}

html, body 
{
	height: 100%;
	width: 100%;
}

#topblock
{
	height: 80px;
	width: auto;
	background-color: #5aadff;
}

#toplogoblock
{
	position: absolute;
	width: 250px;
	height: 80px;
	background-image: url(/img/logo.png); 
	background-repeat: no-repeat;
	background-position: 30% 5px;
	display: block;
}

#toplogotitle
{
	position: absolute;
	color: white;
	left: 10px;
	top: 25px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	display: block;
}

#toplogosubtitle
{
	position: absolute;
	color: white;
	left: 10px;
	top: 40px;
	font-weight: none;
	text-align: left;
	text-decoration: none;
	display: block;
}


#topnavblock
{
	position: relative;
	top: 55px;
	left: 200px;
	width: 640px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	display: block;
	word-spacing: 0px;
}

#topnavblock a:hover
{
	background-color: #379bff;
}

.topnavbutton
{
	position: absolute;
	height: 20px;
	width: 90px;
	padding: 2px;
	margin: 0px;
	background-color: #007fff;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	border-bottom-style: none;
	color: white;
	font-weight: none;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	display: inline;
}


#expertisebutton
{
        position: absolute;
        height: 20px;
        width: 90px;
        padding: 2px;
        margin: 0px;
        background-color: #007fff;
        border-style: solid;
        border-width: 1px;
        border-color: white;
        border-bottom-style: none;
        color: white;
        font-weight: none;
        text-align: center;
        vertical-align: center;
        text-decoration: none;
        display: inline;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}

#contactbutton
{
        position: absolute; 
        height: 20px;
        width: 90px;
        padding: 2px;
        margin: 0px;
        background-color: #007fff;
        border-style: solid;
        border-width: 1px;
        border-color: white;
        border-bottom-style: none;
        color: white;
        font-weight: none;
        text-align: center;
        vertical-align: center;
        text-decoration: none;
        display: inline;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}

#topbarblock
{
	width: auto;
	height: 6px;
	background-color: #2994ff;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d6e872;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d6e872;
}


#thispage
{
	width: auto;
	margin: 10px;
	padding: 0;
}

#pageindex
{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 150px;
	height: 85%;
	border-right-style: solid;
	border-right-color: #d6e872;
	border-right-width: 1px;
}

#pageindex a:hover
{
	background-color: #d6e872;
}

.indexitem
{
	position: relative;
	text-indent: 10;
	border-bottom-style: solid;
	border-bottom-color: #d6e872;
	border-bottom-width: 1px;
	display: block;
	text-decoration: none;
	color: black;
	padding: 3px;
	margin-left: 5px;
}


#pagecontent
{
	width: 85%;
	position: relative;
	left: 154px;
	top: 0px;
}

.item
{
	position: relative;
	border-bottom-style: solid;
	border-bottom-color: #d6e872;
	border-bottom-width: 1px;
}

.itemheadline
{
	position: relative;
	font-size: 15pt;
}

.itemcontent
{
	position: relative;
}

.leftfloat
{
	float: left;
}


