/* CSS for Upstarts 2005 site (Valid CSS 1.0) */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

#container {
	width: 700px;
	margin: 10px auto;
	text-align: left;
	background-color: white;
}

/* Banner position and spacing */

#nsbranding {
	background-color: #cb242b;
	background-repeat: no-repeat;
	height: 35px;
        background-position: 7px;
        font-size: 100%;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	
}

#upstartsbranding{
	width: 700px;
	height: 87px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 135%;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}


/* Positioning of textbased slogans in banner */

#inassocwith{
	margin-left: 583px;
	padding-top: 14px;
}


#slogan {
	margin-top: 56px;
	margin-left: 381px;
}


/* Set general style for imagemap style links */


#homelink a {
	position: absolute;
	text-decoration: none;
	height: 35px;
}

#homelink a em {

	visibility: hidden;
}


#sponsorlinks a {
	position: absolute;
	text-decoration: none;
}


/* Hide the text of those links */

#sponsorlinks a em{
	visibility: hidden;
}


/* Individual link size + positioning */


a#nshome {
	width:200px;
}


a#coopbank {
	margin-left: 391px;
	margin-top: 3px;
	width: 173px;
	height: 36px;
}

a#coopaction {
	margin-left: 575px;
	width: 125px;
	height: 43px;
}

a#upstartshome {
	width: 230px;
	height: 87px;
}


/* Main layout classes and ids follow */

#pagetitle {
	float: right;
	padding-right: 10px;
        padding-top: 5px;
	text-align: right;
clear: both;
}



.bodytext {
	width: 345px;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 15px;
	line-height: 1.3em;
	display: block;

}

.bodytext img {
	padding-right: 5px;
	padding-top: 4px;
}

#content {
	background-color: #084a5b;
	background-position: top right;
	background-repeat: no-repeat;
}

#footer{
	font-size: 80%;
}


/* Heading styles */

h1  {
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	display: inline;
        line-height:90%;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 160%;
	color: white;
	display: inline;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 125%;
	color: white;
        display: inline;
        line-height: 2em;
}

h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 125%;
	color: white;
        display: inline;
}


/* Formatting styles */


ul {
	margin-left: 8px; 
	padding-left: 8px;
}

li {
	padding-bottom: 7px;
}

/* Link styles */

h2 a, h2 a:link, h2 a:active, h2 a:visited {
	font-weight:bold;
	text-decoration:none;
	color: white;
}
                    
h2 a:hover {
	color:white;
	font-weight:bold;
	text-decoration:underline;
}

#footer a, a:link, a:active, a:visited {
	font-weight:bold;
	text-decoration:none;
	color: #222;
}
                    
#footer a:hover {
	color:#222;
	font-weight:bold;
	text-decoration:underline;
}


a, a:link, a:active, a:visited {
	font-weight:bold;
	text-decoration:none;
	color: white;
}
                    
a:hover {
	color:white;
	font-weight:bold;
	text-decoration:underline;
}