html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }
/*html,body{ margin:*; }*/

#topfade {

position:absolute;
width:100%;
height:88px;
left:0;
top:0;
background-image:url(/img/topbkg.jpg);
background-repeat:no-repeat;
z-index:1;
}

#topimg { 
width:450px;
height:81px;
text-align:right;
background-image:url(/img/topimg2.gif);
background-repeat:no-repeat;
float:right;
z-index:2;
}

#logo {
position:relative;
width:200px;
left:50px;
top:25px;
z-index:3;
}

#top {
position:absolute;
left:0;
top:0;
width:100%;
height:119px;
background-image:url(/img/topmenubkg.png);
background-repeat:repeat-x;
z-index:4;
}


#menu {
position:relative;
left:40px;
top:83px;
height:21px;
z-index:5;
}

A.toplink {
font-size:13px;
text-transform:uppercase;
color:#fff;
}

A.toplink:visited {
font-size:13px;
text-transform:uppercase;
color:#fff;
}
A.toplink:hover {color:#333;}

/*.menubar { margin:0; vertical-align:middle }
*/


#main {
position:relative;
margin:10px 0 20px 0px;
width:95%;
max-width:1100px;
top:110px;
padding:0;
margin-bottom:50px;
padding-bottom:50px;
}

.maintable {
width:95%;
max-width:1000px;
display:block;
padding-bottom:50px;
margin-bottom:50px;
}

.contentleft {
vertical-align:top;
width:18%;
border:#000 1px solid;
padding:10px;
margin-bottom:50px;
background: #C8D1DE;
background-image:url(/img/boxbkgtop.png);
background-repeat:repeat-x;
}

.contentmid {
vertical-align:top; 
width:55%;
border:#000 1px solid;
padding:10px;
margin-bottom:50px;
background:#FFF;
background-image:url(/img/boxbkgtop.png);
background-repeat:repeat-x;
}

.contentright {
vertical-align:top;
width:20%; 
border:#000 1px solid; 
padding:10px;
margin-bottom:50px;
background:#FFF;
background-image:url(/img/boxbkgtop.png);
background-repeat:repeat-x;
}



.sidfot { visibility:hidden;
height:18px;
border:#000 1px solid;
background:#FFF;
padding:10px 10px 3px 15px;
background-image:url(/img/boxbkgtop.png);
background-repeat:repeat-x;
}


BODY {
  font-family: "Lucida Grande", Verdana, Geneva, Arial, helvetica, sans-serif;
  color:#000;
  /*background-image:url(../img/bkg.jpg); background-attachment:fixed;*/
  margin-top:0px;
  font-size:10px; 
  background-color:#eee;
}

TD {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#000;
	font-size:10px;
}



.smalltext {
font-size:9px;
}

.skiva {margin-right:10px; display:block; left:auto;}

P,DIV,UL,LI,OL {
font-size:10px;
line-height:150%;
margin: 0 0 5px 0;
display:block;
}

H1 {
font-size:21px;
text-transform:uppercase;
color:#b1bfcc;
margin-bottom:15px;
margin-top:0px;
line-height:150%;
}

H2 {
font-size:17px;
text-transform:uppercase;
color:#b1bfcc;
/* margin-bottom:5px; */
margin-top:0px;
line-height:150%;
}

H3 {
margin-top:0px;
margin-bottom:5px;
font-size:13px;
line-height:150%;
text-transform:uppercase;
}



HR {
	size:1px;
	color:#b1bfcc;
	height:1px;
	}

.bot {
margin-top:5px;
font-size:10px;
text-align:center;
}

A {
color:#ce202e;
text-decoration:none;
}

A:visited {
color:#ce202e;
text-decoration:none;
}

A:hover {
color:#333333;
text-decoration:underline;
}




