/*  To make the background images viewable by Netscape 4.x browsers, the url must be absolute.  
	For example, if this was being used by the IT home page, www.sonoma.edu/it/, the background-image would look like this:
	
	background-image:  url(/it/images/clocknortheast.jpg);
	
	or
	
	background-image:  url(http://www.sonoma.edu/it/clocknortheast.jpg/);
	
	
	Doing this will fix the incompatibility problem for Netscape 4.x, 
	but you will no longer see the background image when editing the page in Dreamweaver.
*/
body
{
	background-color: #FFFFFF;
	background-image:  url(../images/clocknortheast.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p
{
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

td
{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
}

a:link
{
	color: #0066FF;
	text-decoration: none;
}

a:visited
{
	color: #0066FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #0065FF;
	text-decoration: none;
	font-size: small;
	text-align: right;
}

h1
{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Copperplate Gothic Light";
	font-size: 1.4em;
	font-weight: bold;
}

h2
{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Copperplate Gothic Light";
	font-size: 1.3em;
	font-weight: bold;
}

h3
{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Copperplate Gothic Light";
	font-size: 1.2em;
	font-weight: bold;
}

h4
{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Copperplate Gothic Light";
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}

h5
{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Copperplate Gothic Light";
	font-size: 1em;
	font-weight: bold;
}

.submenubar
{
	text-decoration: none;
	width: 100%;
	font-size: .8em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
}

.menudivider
{
	color: #666666;
	font-size: 10px;
}

.divider
{
	background-attachment: scroll;
	background-image:  url(../images/back_dot.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.tabletop {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-attachment: scroll;
	background-image:  url(../images/bluebar.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
}

.tablebottom {
	border-top: 0px none;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: .9em;
	font-size: .9em;
}
.search {
	position: absolute;
	left: 3px;
	top: 112px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.skip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #6666CC;
	text-align: right;
}
.Centerpage font strong {


}
.Centerpage font strong a font {
	text-align: center;
}

