body
{ 
	background-image: url(../images/nsu_background.jpg);
	background-repeat: repeat-y;
	margin: 0;
}

h3
{
	color: #990000;
}

td
{
	font-family: Verdana;
}

td.content
{
	padding: 15px;
}

td.title
{
	padding: 10px;
	font-weight: 700;
	font-size: large;
}

td.lastupdated
{
	padding: 5px;
	color: #9f0507;
	font-weight: 700;
	font-size: x-small;
}

td.footer
{
	font-size: x-small;
	font-weight: bold;
	color: #ffcc00;
	padding: 15px 0px 15px 0px;
}

hr.menu
{
	color: #ffcc00;
	background-color: #ffcc00;
	height: 2px;
	border-width: 0px;
}

img.banner
{
	margin: 5px 0px;
	float: right;
}
.menu
{
	font-weight: 700;
	font-size: small;
}

a.footer:link {color: #ffcc00; text-decoration: none;}     /* unvisited link */
a.footer:visited {color: #ffcc00; text-decoration: none;}  /* visited link */
a.footer:hover {color: #ffffff; text-decoration: none;}    /* mouse over link */
a.footer:active {color: #ffcc00; text-decoration: none;}   /* selected link */

a.menu:link {color: #ffcc66; text-decoration: none;}       /* unvisited link */
a.menu:visited {color: #ffcc66; text-decoration: none;}    /* visited link */
a.menu:hover {color: #ffffff; text-decoration: none;}      /* mouse over link */
a.menu:active {color: #ffcc66; text-decoration: none;}     /* selected link */

#nb
{
	font-weight: bold;
	font-size: small;
	margin: 3em;
}

#logo
{
	display:block; 
	margin-left:auto; 
	margin-right:auto; 
} 
}

