/*

	*** TEXT ***

*/

body {
		font-family: Verdana;
		font-size: 11px;
		color: #7D7D7D;
		line-height: 17px;
        }

p {
        text-indent: 23px;
        }

h1 {
		font-family: Georgia;
		font-size: 14px;
		font-weight: normal !important; /* Override the browser's bold attribute for non-IE. */
        font-weight: bold; /* IE sees this. */
		color: #7B98B6;
		margin: 23px 0px 0px 0px;
	}

#nav-links a {
		font-family: Arial, Verdana;
		font-size: 11px;
		color: #79888E;
		text-decoration: none;
		padding: 4px 9px 5px 9px; /* Safari and Mozilla both ignore vertical padding and margin here while horizontal works fine. So I've had to add a top-pagging [Sic: huh?] value in the containing nav-links id to center this text vertically. */
	}

#nav-links a:hover {
		color: #8F0604;
		background-color: #EAEDE0;
	}

#nav-links #current-page {
        background-color: #eaede0;
        color: #8F0604;
    }

#nav-links #current-page:after {
		content: " >>";
        font-size: 9px;
	}

#footer p {
		text-align: center;
		padding: 7px 0px 2px 0px;
		margin: 0px 0px 0px 0px;
		font-style: normal;
		font-size: 11px;
		color: #aaaaaa;
	}

.news-date {
        color: #999999;
        }

.news-date:before {
		content: "[";
        }

.news-date:after {
		content: "]";
        }

#news-body p {
        margin: 0px 0px 0px 0px;
        padding: 14px 0px 0px 0px;
        }

/*

	*** END TEXT ***

*/










/*

	*** LINKS, FORM AND LISTS ***

*/

a {
                color: #A14E4E; /* 8F0604 */
       }

#home-link {
		margin: 14px 0px 0px 16px;
		float: left;
		height: 43px;
		width: 176px;
	}

#nav ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
#nav-links li {
		display: inline;
	}

#secondary-column ul {
		padding: 9px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
 	}

#secondary-column li {
		padding: 0px 0px 14px 17px;
		list-style: none;
		background-image: url(Chevrons.gif);
		background-repeat: no-repeat;
		background-position: 0px 3px;
		color: #A3A795; /* A8AC9A */
	}

dl {
          
        }

dt {
        margin: 0px 0px 0px 0px;
        }

dd {
        margin: 3px 0px 18px 10px;
	    line-height: 17px;
        }

/*

	*** END FORM AND LISTS ***

*/










/*

	*** MAIN PAGE SECTIONS ***

*/

body {
		margin: 0px 0px 0px 0px;
		background-image: url(Window-Bg.gif);
		background-repeat: repeat-both;
        text-align: center; /* Center the box for IE. */
	}

#page-bg {
		width: 790px;
		margin: 0px auto 0px auto;
		border-style: solid;
		border-width: 0px 1px 0px 1px;
		border-color: #cccccc;
        background-color: #ffffff;
        /* border: solid orange 1px 1px 1px 1px; */
	}		

#header {
		width: 750px;
		height: 131px;
		margin: 0px auto 0px auto;
		background-image: url(SciCentric-Header.jpg);
		background-repeat: no-repeat;
	}

#nav {
		width: 750px;
		height: 23px;
		margin: 6px auto 0px auto;
		background-image: url(Nav-Bar.gif);
		background-repeat: no-repeat;
	}

#nav-links {
		padding: 3px 0px 0px 0px; /* A top padding value here pushes the nav links contained in this div down (ie: vertically centers) which I want.  It can't be done within the nav-links a above. */
        text-align: left; /* Counteract the center I had to do for IE. */
	}


#content {
        width: 750px;
        height: 1025px;
	margin: 0px auto 0px auto;
        /* border: solid blue 1px 1px 1px 1px; */
	}

#primary-column {
        float: left;
     	width: 450px !important; /* Read by non PC IE */
        width: 490px; /* Read by PC IE */
        padding: 0px 0px 0px 23px;
        text-align: left; /* Counteract the center I had to do above for IE. */
        /* border: solid red 1px 1px 1px 1px; */
	}

#secondary-column { /* Note the Recent News h1 would not align to the top of this div unless a border was applied to the content div, which contains this one.  Who knows?! */
		float: right;
		width: 230px;
        padding: 0px 23px 0px 0px;
        font-size: 10px;
        text-align: left; /* Counteract the center I had to do above for IE. */
        /* border: solid green 1px 1px 1px 1px; */
	}

/*

	*** END MAIN PAGE SECTIONS ***

*/