﻿body 
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: #000066;
}

.page
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.CreateUser
{
	background-image: url(Images/button-CreateUser.jpg);
}

.header {
	background-image: url(images/HeaderBg.jpg);
	background-repeat: repeat-X;
	position: relative;
	width:auto;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	background-image: url(images/FooterBg.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	width:auto;
	height: 30px;
	text-align: center;
	font-size: 10px;
}

h1 
{
	font-size: 30px;
}

h2 
{
	font-size: 20px;
}

#home
{
	position: relative;
	width: 900px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 30px;  /*Weird Mozilla Bug */
	height: 100%;	
}

#sidebar
{
	float: left;
	width: 215px;
	height:100%;
	padding: 1% 1%;
	background-color: #BBE4F6;
	text-align: left;
}

#boxbar
{
	margin-left: 256px;
	height: 100%;
	padding-top: 8px;
	font-size: medium;
}

