﻿.colors
{
	border-color: #D2D2D2;
    background-color: White;
}

body
{
	background-color: #EEEEEE;
	text-align: center;
}

#wrapper
{
	width: 820px;
	margin: 0 auto;
	border-style: solid;
	border-width: 2px; 
}

#contentsbox
{
	width: 100%;
}

#header
{
	position:relative;
	top:inherit;
	left:inherit;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#logo
{
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	padding: 10px 0 0 5px;
	text-align: left;
}

#instname
{
	display: none;
	position: relative;
	top: 5px;
	left: 0px;
	height: 2em;
	line-height: 2em;
	margin: 0 0 10px 10px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 2em;
	color: #000000;
}

#title
{
	position:absolute;
	top: 3px;
	left: 0;
	width: 98%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
	background: transparent;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

#menu
{
	position: relative;
	top: inherit;
	left:inherit;
	padding: 0;
	margin: 0;
	background: transparent;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.65em;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #3DC6E4;
}

#menuitems li a
{
	color: #919191;
	border-color: #919191;
}

#menuitems a:hover
{
	color: #919191;
	background: #D2D2D2;
}

#content
{
	position:relative;
	text-align: center;
	font-family: Arial, Verdana, Helvetica;
	padding: 5px 0 0 0;
}

#footer
{
	border-top-style: solid;
	border-top-width: 2px;
}
