﻿/*----------------general rules------------------------------*/

*{
padding: 0px;
margin: 0px;
border: 0;
}
/*
div{
outline: 1px solid red;
}
*/

html{
height: 100%;
}

body{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 150%;
height: 100%;
text-align:left;
background: #ffffff url(../images/bg_resourceslice_full.jpg) top center repeat-x;
}

a{
color: #006699;
text-decoration: none;
}

ul{
list-style-type: none;
}

img{
margin: 0px;
}

#resourceholder{
margin: 0;
width: 100%;
height: 95%;
min-width: 800px;
min-height: 600px;
clear: both;
text-align:left;
padding: 10px 0 0 0;
}

#resourceheader{
float: left;
width: 150px;
}

/*Removes dotted line around swf in firefox 3*/
object{
outline: none;
}

#alternativeContent{
clear: both;
padding: 70px 0 0 30px;
}

#alternativeContent p{
padding: 10px 0 0 30px;
}

#breadcrumb{
background-color: #ffffff;
margin: 8px 0 0 30px;
float: left;
padding: 0 10px 0 10px;
}

#form1{
width:100%;
height: 100%;
}

#infoLink{
float: right;
/*clear: both;*/
margin: 8px 5px 0 0;
padding: 0 10px 0 10px;
background-color: #ffffff;
}