#content{margin-left:0px;}

    #audiencemenu 
    {
    	BORDER-TOP: black 1px solid;
    	BACKGROUND: url(https://apps.winthrop.edu/images/audience_background.gif) repeat-x;
    	HEIGHT: 38px;
    	TEXT-ALIGN: right;
    	font-weight:bold;
    	text-transform:none;
    	padding:5px 5px 5px 0px;
   	}
   	#headerSeparator {
		height: 30px;
		border-top: solid 1px black;
		padding: 7px 1em 0 0;
		background: url(https://apps.winthrop.edu/images/goldbar.png) repeat-x;
		text-align: right;
		font-size: 1.2em;
	}
	#footerSeparator {
		height: 25px;
		border-top: solid 1px black;
		background: url(https://apps.winthrop.edu/images/footer.gif) no-repeat;
	}

	#footer {
		overflow: auto; /* Prevent extra bottom padding in IE */
		padding: 4px 0;
		color: gray;
		font-size: .95em;
		text-align: center;
	}

	#footer a {
		font-size: .9em;
		color: #ffcc33;
	}

	#footer a:hover {
		text-decoration: underline;
		color: white;
	}
	
    .clear {	
	    font-size: 0px;
	    clear:both;
    }
	.info{
	color:Blue;
    }
    .error {
	color: Red;
    }

    .success {
	    color: Green;
    }
    
    #content a.applink 
    {
	    /* wrb deleted color:Blue;*/
	    color:#660000; /*wrb added*/
	    /* wrb deleted text-decoration:none;*/
	    text-decoration:underline;
	    font-weight:bold;
    }

    #content a:hover.applink
    {
	    /* wrb deleted color:#810101; 	   
	    text-decoration:underline;
		added next line*/
    	text-decoration:none;
    }
    
    #content a {
	    text-decoration:underline;
		color:#660000; /*wrb added*/
    }

    #content a:hover {
	    text-decoration: none;
    }
      #content a.captchaReload
    {
    	color:Blue;
    }
  