 /***********************************************************
* Start code for links in the top right corner of the page *
***********************************************************/
#toplinks {
width:800px;
height: 16px;
text-align: right;
padding:2px 0px;
background-color:#7CA1D0;
margin: 0 auto;
}


#toplinks-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	list-style-type: none;
	line-height: 120%;
}

#toplinks-list li {
	display: inline;
	list-style-type: none;
	padding: 0px 8px 0px 8px;
	margin: 0px;
	height: 14px;
	border-right: 1px solid #FFF;
}

#toplinks-list li.right {
	border: 0px;
}


#toplinks-list li a:link,
#toplinks-list li a:visited {
	color: #FFF;
	text-decoration: none;
}

#toplinks-list li a:hover,
#toplinks-list li a:active {
	color: #FFF;
	text-decoration: underline;
}

/*********************************************************
* End code for links in the top right corner of the page *
*********************************************************/

#navigation ul#leftnav li a {
background-color:#FFFFFF;
border-top:1px dotted #999999;
color:#666666;
display:block;
padding:10px 0px 10px 5px;
text-decoration:none;
width:182px;
}
blockquote, ul, ol {
margin-left:10px;
}

p, blockquote, ul, ol {
line-height:1.8em;
margin-bottom:5px;
}

/* Logo - Uses image replacement technique*/

#logo {
	float: left;
	width: 500px;
	text-align: center;
	padding-top: 20px;	
	padding-left: 16px;
	height: 62px;
	position: relative;
	font-weight: bold;
    font-size: 14px;
	color: #666;
	}
#logo span {
	background: url("http://www.northeastern.edu/test/licensing/images/logo.jpg") no-repeat;
	position: absolute;
	width: 100%;
	height: 100px;
	}

#logo a {
	text-decoration: none;
	color: #666;
	border: 0;
}
 #clear {
clear: both;}
#content #onecol {
float:left;
padding:0px 16px 0;
width:512px;
}
