body
{
	background-image: url('background.png');
	background-repeat: repeat-y;
	background-color: #e379a8;
}

p,ul,table
{
	font-family: Tahoma,sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
}

#outer
{
	width: 851px;
	height: 100%;
	min-height: 1100px;
        text-align:left;
}

#left-panel-lower
{
	position: absolute;
	background-color: #e379a8;
	width: 197px;
	height: 760px;
	left: 81px;
	top: 0px;
	border-left: 3px solid white;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
}

#left-panel-upper
{
	background-color: black;
	position: absolute;
	width: 174px;
	height: 749px;
	left: 92px;
	top: 0px;
	border-left: 3px solid white;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
}

#right-panel
{
	position: absolute;
	width: 587px;
	left: 284px;
	top: 20px;
}

#top-border
{
	position: absolute;
	width: 588px;
	height: 20px;
	left: 284px;
	top: 0px;
	background-color: black;
}

#top-border2
{
	position: absolute;
	width: 200px;
	height: 20px;
	left: 60px;
	top: 0px;
	background-color: black;
}

#header
{
	width: 587px;
	height: 200px;
	border-top: 1px solid white;
}

#logo
{
	position: absolute;
	left: 74px;
	top: 10px;
	z-index: 5;
}

#ncsse
{
	position: absolute;
	left: 109px;
	top: 600px;
	z-index: 5;
}
	

#sidebar
{
	position: absolute;
	left: 94px;
	top: 200px;
}

.button
{
	position: relative;
	left: +11px;
	height: 30px;
	margin-top: 5px;
	background-image: url('button.png')
}

.button:hover
{
	position: relative;
	left: +11px;
	height: 30px;
	margin-top: 5px;
	background-image: url('button-hover.png')
}

h2
{
	font-weight: bold;
	font-size: 14pt;
	font-family: Tahoma,sans-serif;
	color: black;
	margin: 20px;
}

img
{
	border: 0px;
}

p a,table a,ul a
{	
	color: maroon;
	text-decoration: none;
}

p a:hover,table a:hover,ul a:hover
{
	color: maroon;
	text-decoration: underline;
}

#error404
{
	position: absolute;
	width: 520px;
	height: 200px;
	top: 30px;
	left: 30px;
	font-family: Tahoma,sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}

.error-header
{
	font-family: Tahoma,sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: red;
	margin: 20px;
}

