﻿/*SBU Basic style*/
* {
margin: 0;
padding: 0;
}
body {
font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 17px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
color: #333333;
text-align: left;
background-color: #ffffff;
}
h1, h2 {
color: #1c1c4a;
text-shadow: #6f6f8c 2px 2px 3px;
background-color: #ffffff;
}
h1 {
letter-spacing: 2px;
font-size: 125%;
padding: 15px 0px;
}
h2 {
letter-spacing: 1px;
font-size: 120%;
padding: 10px 0px;
}
h3 {font-size: 105%;}
img {border: 0;}
em {font-style: italic;}
em.bold {
font-style: normal;
font-weight: bold;
}
em.red {color: #672829;}
sup {
line-height: 0em;
vertical-align: super;
}
ul {list-style-type: none;}
span.hide {visibility: hidden;}
span.lead {font-weight: bold;}
.center {text-align: center;}
.right {text-align: right;}
.drop {text-shadow: #6f6f8c 2px 2px 3px;}
/*----------------------------------links-revised 6/25/07*/
a {text-decoration: none;}
a:link {
color: #1c1c4a;
border-bottom: 3px #1c1c4a double;
background-color: #ffffff;
}
a:visited {
color: #672829;
border-bottom: 3px #672829 double;
background-color: #ffffff;
}
a:hover {
color: #672829;
border-bottom: 3px #ffffff double;
background-color: #ffffff;
}
a:active {
color: #672829;
border-bottom: 3px #672829 double;
background-color: #ffffff;
}

/*-----------------------swap out fund post it for norway cup post it*/ 
span#nc-post-it a {
background: #ffffff url(../images/norwaycup_postit.gif) no-repeat right top;
display: block;
width: 111px;
height: 65px;
position: absolute;
top: 0px;
left: 720px;
text-align: center;
z-index: 99;
border: none;
}
span#nc-post-it a:link {background: #ffffff url(../images/norwaycup_postit.gif) no-repeat right top;}
span#nc-post-it a:visited {background: #ffffff url(../images/norwaycup_postit.gif) no-repeat right top;}
span#nc-post-it a:hover {background: #ffffff url(../images/norwaycup_postit.gif) no-repeat left top;}
span#nc-post-it a:active {background: #ffffff url(../images/norwaycup_postit.gif) no-repeat left top;}